aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2023-07-07target/ppc: Fix icount access for some hypervisor instructionsNicholas Piggin
2023-07-07target/ppc: Add TFMR SPR implementation with read and write helpersNicholas Piggin
2023-07-07target/ppc: Tidy POWER book4 SPR registrationNicholas Piggin
2023-07-07target/ppc: Only generate decodetree files when TCG is enabledPhilippe Mathieu-Daudé
2023-07-06target/arm: Avoid over-length shift in arm_cpu_sve_finalize() error casePeter Maydell
2023-07-06target/arm: Define neoverse-v1Peter Maydell
2023-07-06target/arm: Suppress more TCG unimplemented features in ID registersPeter Maydell
2023-07-06target/xtensa: Assert that interrupt level is within boundsPeter Maydell
2023-07-06target/arm: gdbstub: Guard M-profile code with CONFIG_TCGFabiano Rosas
2023-07-06target/arm: Handle IC IVAU to improve compatibility with JITsJohn Högberg
2023-07-06target/arm: Fix SME full tile indexingRichard Henderson
2023-07-06target/arm: Dump ZA[] when activeRichard Henderson
2023-07-06target/arm: Avoid splitting Zregs across lines in dumpRichard Henderson
2023-07-04target/arm: Add raw_writes ops for register whose write induce TLB maintenanceEric Auger
2023-07-03plugins: force slow path when plugins instrument memory opsAlex Bennée
2023-07-03target/arm: make arm_casq_ptw CONFIG_TCG onlyAlex Bennée
2023-07-01target/nios2 : Explicitly ask for target-endian loads and storesPeter Maydell
2023-07-01target/arm: Use float64_to_int32_modulo for FJCVTZSRichard Henderson
2023-07-01target/alpha: Use float64_to_int64_modulo for CVTTQRichard Henderson
2023-06-29Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2023-06-29target/i386: emulate 64-bit ring 0 for linux-user if LM feature is setPaolo Bonzini
2023-06-29target/i386: ignore CPL0-specific features in user mode emulationPaolo Bonzini
2023-06-29target/i386: ignore ARCH_CAPABILITIES features in user mode emulationPaolo Bonzini
2023-06-29target/i386: Export MSR_ARCH_CAPABILITIES bits to guestsPawan Gupta
2023-06-29Merge tag 'accel-20230628' of https://github.com/philmd/qemu into stagingRichard Henderson
2023-06-28exec/memory: Add symbol for the min value of memory listener priorityIsaku Yamahata
2023-06-28exec/memory: Add symbolic value for memory listener priority for accelIsaku Yamahata
2023-06-28target/i386/WHPX: Fix error message when fail to set ProcessorCountZhao Liu
2023-06-28target/riscv: Restrict KVM-specific fields from ArchCPUPhilippe Mathieu-Daudé
2023-06-28target/ppc: Restrict KVM-specific fields from ArchCPUPhilippe Mathieu-Daudé
2023-06-28target/arm: Restrict KVM-specific fields from ArchCPUPhilippe Mathieu-Daudé
2023-06-28hw/intc/arm_gic: Un-inline GIC*/ITS class_name() helpersPhilippe Mathieu-Daudé
2023-06-28accel: Rename HVF 'struct hvf_vcpu_state' -> AccelCPUStatePhilippe Mathieu-Daudé
2023-06-28accel: Rename 'cpu_state' -> 'cs'Philippe Mathieu-Daudé
2023-06-28accel: Inline WHPX get_whpx_vcpu()Philippe Mathieu-Daudé
2023-06-28accel: Rename WHPX 'struct whpx_vcpu' -> AccelCPUStatePhilippe Mathieu-Daudé
2023-06-28accel: Remove WHPX unreachable error pathPhilippe Mathieu-Daudé
2023-06-28accel: Inline NVMM get_qemu_vcpu()Philippe Mathieu-Daudé
2023-06-28accel: Rename NVMM 'struct qemu_vcpu' -> AccelCPUStatePhilippe Mathieu-Daudé
2023-06-28accel: Remove NVMM unreachable error pathPhilippe Mathieu-Daudé
2023-06-28accel: Move HAX hThread to accelerator contextPhilippe Mathieu-Daudé
2023-06-28accel: Rename HAX 'struct hax_vcpu_state' -> AccelCPUStatePhilippe Mathieu-Daudé
2023-06-28accel: Rename 'hax_vcpu' as 'accel' in CPUStatePhilippe Mathieu-Daudé
2023-06-28accel: Destroy HAX vCPU threads once donePhilippe Mathieu-Daudé
2023-06-28accel: Fix a leak on Windows HAXPhilippe Mathieu-Daudé
2023-06-28accel: Remove unused hThread variable on TCG/WHPXPhilippe Mathieu-Daudé
2023-06-28accel: Re-enable WHPX cross-build on case sensitive filesystemsPhilippe Mathieu-Daudé
2023-06-28target/sparc: Use tcg_gen_lookup_and_goto_ptr for v9 WRASIRichard Henderson
2023-06-28target/sparc: Use DYNAMIC_PC_LOOKUP for v9 RETURNRichard Henderson
2023-06-28target/sparc: Use DYNAMIC_PC_LOOKUP for JMPLRichard Henderson