index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
Age
Commit message (
Expand
)
Author
2024-04-30
Merge tag 'pull-target-arm-20240430' of https://git.linaro.org/people/pmaydel...
Richard Henderson
2024-04-30
Merge tag 'pull-request-2024-04-30' of https://gitlab.com/thuth/qemu into sta...
Richard Henderson
2024-04-30
Merge tag 'pull-loongarch-20240429' of https://gitlab.com/gaosong/qemu into s...
Richard Henderson
2024-04-30
target/arm: Default to 1GHz cntfrq for 'max' and new CPUs
Peter Maydell
2024-04-30
target/arm: Refactor default generic timer frequency handling
Peter Maydell
2024-04-30
target/arm: Enable FEAT_Spec_FPACC for -cpu max
Peter Maydell
2024-04-30
target/arm: Implement ID_AA64MMFR3_EL1
Peter Maydell
2024-04-30
target/arm: Enable FEAT_ETS2 for -cpu max
Peter Maydell
2024-04-30
target/arm: Enable FEAT_CSV2_3 for -cpu max
Peter Maydell
2024-04-30
target/arm: Restrict translation disabled alignment check to VMSA
Richard Henderson
2024-04-30
hvf: arm: Remove PL1_WRITE_MASK
Zenghui Yu
2024-04-30
target/s390x/cpu_models_sysemu: Drop local @err in apply_cpu_model()
Zhao Liu
2024-04-30
target/s390x/cpu_models: Make kvm_s390_apply_cpu_model() return boolean
Zhao Liu
2024-04-30
target/s390x/cpu_models: Drop local @err in get_max_cpu_model()
Zhao Liu
2024-04-30
target/s390x/cpu_models: Make kvm_s390_get_host_cpu_model() return boolean
Zhao Liu
2024-04-30
target/s390x/cpu_model: Drop local @err in s390_realize_cpu_model()
Zhao Liu
2024-04-30
target/s390x/cpu_model: Make check_compatibility() return boolean
Zhao Liu
2024-04-29
target/riscv/kvm: remove sneaky strerrorname_np() instance
Daniel Henrique Barboza
2024-04-29
target/loongarch/cpu.c: typo fix: expection
Michael Tokarev
2024-04-29
target/ppc/cpu_init: Remove "PowerPC" prefix from the CPU list
Thomas Huth
2024-04-29
target/s390x/cpu_models: Rework the output of "-cpu help"
Thomas Huth
2024-04-29
target/i386/cpu: Remove "x86" prefix from the CPU list
Thomas Huth
2024-04-29
hw/loongarch: Add init_cmdline
Song Gao
2024-04-26
exec: Declare CPUBreakpoint/CPUWatchpoint type in 'breakpoint.h' header
Philippe Mathieu-Daudé
2024-04-26
accel/hvf: Use accel-specific per-vcpu @dirty field
Philippe Mathieu-Daudé
2024-04-26
accel/nvmm: Use accel-specific per-vcpu @dirty field
Philippe Mathieu-Daudé
2024-04-26
accel/whpx: Use accel-specific per-vcpu @dirty field
Philippe Mathieu-Daudé
2024-04-26
target/i386: Include missing 'exec/exec-all.h' header
Philippe Mathieu-Daudé
2024-04-26
target/sparc: Replace abi_ulong by uint32_t for TARGET_ABI32
Philippe Mathieu-Daudé
2024-04-26
target/ppc/excp_helper: Avoid 'abi_ptr' in system emulation
Philippe Mathieu-Daudé
2024-04-26
target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'
Philippe Mathieu-Daudé
2024-04-26
gdbstub: Avoid including 'cpu.h' in 'gdbstub/helpers.h'
Philippe Mathieu-Daudé
2024-04-26
accel: Include missing 'exec/cpu_ldst.h' header
Philippe Mathieu-Daudé
2024-04-26
exec: Expose 'target_page.h' API to user emulation
Philippe Mathieu-Daudé
2024-04-26
exec: Rename NEED_CPU_H -> COMPILING_PER_TARGET
Philippe Mathieu-Daudé
2024-04-25
Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into staging
Richard Henderson
2024-04-25
Merge tag 'pull-target-arm-20240425' of https://git.linaro.org/people/pmaydel...
Richard Henderson
2024-04-25
target/s390x: Remove KVM stubs in cpu_models.h
Philippe Mathieu-Daudé
2024-04-25
hw, target: Add ResetType argument to hold and exit phase methods
Peter Maydell
2024-04-25
target/arm: Add FEAT_NMI to max
Jinjie Ruan
2024-04-25
target/arm: Handle NMI in arm_cpu_do_interrupt_aarch64()
Jinjie Ruan
2024-04-25
target/arm: Handle PSTATE.ALLINT on taking an exception
Jinjie Ruan
2024-04-25
target/arm: Handle IS/FS in ISR_EL1 for NMI, VINMI and VFNMI
Jinjie Ruan
2024-04-25
target/arm: Add support for NMI in arm_phys_excp_target_el()
Jinjie Ruan
2024-04-25
target/arm: Add support for Non-maskable Interrupt
Jinjie Ruan
2024-04-25
target/arm: Support MSR access to ALLINT
Jinjie Ruan
2024-04-25
target/arm: Implement ALLINT MSR (immediate)
Jinjie Ruan
2024-04-25
target/arm: Add support for FEAT_NMI, Non-maskable Interrupt
Jinjie Ruan
2024-04-25
target/arm: Add PSTATE.ALLINT
Jinjie Ruan
2024-04-25
target/arm: Handle HCR_EL2 accesses for bits introduced with FEAT_NMI
Jinjie Ruan
[next]