aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2024-04-26exec: Declare CPUBreakpoint/CPUWatchpoint type in 'breakpoint.h' headerPhilippe Mathieu-Daudé3-0/+4
2024-04-26accel/hvf: Use accel-specific per-vcpu @dirty fieldPhilippe Mathieu-Daudé3-5/+5
2024-04-26accel/nvmm: Use accel-specific per-vcpu @dirty fieldPhilippe Mathieu-Daudé1-10/+11
2024-04-26accel/whpx: Use accel-specific per-vcpu @dirty fieldPhilippe Mathieu-Daudé1-11/+12
2024-04-26target/i386: Include missing 'exec/exec-all.h' headerPhilippe Mathieu-Daudé1-0/+1
2024-04-26target/sparc: Replace abi_ulong by uint32_t for TARGET_ABI32Philippe Mathieu-Daudé1-1/+1
2024-04-26target/ppc/excp_helper: Avoid 'abi_ptr' in system emulationPhilippe Mathieu-Daudé1-1/+1
2024-04-26target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'Philippe Mathieu-Daudé28-61/+65
2024-04-26gdbstub: Avoid including 'cpu.h' in 'gdbstub/helpers.h'Philippe Mathieu-Daudé2-0/+2
2024-04-26accel: Include missing 'exec/cpu_ldst.h' headerPhilippe Mathieu-Daudé3-0/+3
2024-04-26exec: Expose 'target_page.h' API to user emulationPhilippe Mathieu-Daudé2-12/+0
2024-04-26exec: Rename NEED_CPU_H -> COMPILING_PER_TARGETPhilippe Mathieu-Daudé1-2/+2
2024-04-25Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into stagingRichard Henderson4-102/+113
2024-04-25Merge tag 'pull-target-arm-20240425' of https://git.linaro.org/people/pmaydel...Richard Henderson27-53/+341
2024-04-25target/s390x: Remove KVM stubs in cpu_models.hPhilippe Mathieu-Daudé1-15/+0
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell17-34/+34
2024-04-25target/arm: Add FEAT_NMI to maxJinjie Ruan1-0/+1
2024-04-25target/arm: Handle NMI in arm_cpu_do_interrupt_aarch64()Jinjie Ruan1-0/+3
2024-04-25target/arm: Handle PSTATE.ALLINT on taking an exceptionJinjie Ruan1-0/+8
2024-04-25target/arm: Handle IS/FS in ISR_EL1 for NMI, VINMI and VFNMIJinjie Ruan2-0/+15
2024-04-25target/arm: Add support for NMI in arm_phys_excp_target_el()Jinjie Ruan1-0/+1
2024-04-25target/arm: Add support for Non-maskable InterruptJinjie Ruan5-16/+193
2024-04-25target/arm: Support MSR access to ALLINTJinjie Ruan1-0/+35
2024-04-25target/arm: Implement ALLINT MSR (immediate)Jinjie Ruan4-0/+33
2024-04-25target/arm: Add support for FEAT_NMI, Non-maskable InterruptJinjie Ruan1-0/+3
2024-04-25target/arm: Add PSTATE.ALLINTJinjie Ruan2-2/+3
2024-04-25target/arm: Handle HCR_EL2 accesses for bits introduced with FEAT_NMIJinjie Ruan2-1/+12
2024-04-25target/i386: Move APIC related code to cpu-apic.cPhilippe Mathieu-Daudé4-102/+113
2024-04-24target/m68k: Support semihosting on non-ColdFire targetsKeith Packard1-0/+5
2024-04-24target/m68k: Perform the semihosting test during translateRichard Henderson3-17/+44
2024-04-24target/m68k: Pass semihosting arg to exitKeith Packard1-2/+2
2024-04-24Merge tag 'housekeeping-20240424' of https://github.com/philmd/qemu into stagingRichard Henderson17-2943/+0
2024-04-24target/nios2: Remove the deprecated Nios II targetPhilippe Mathieu-Daudé17-2943/+0
2024-04-23target/i386/translate.c: always write 32-bits for SGDT and SIDTMark Cave-Ayland1-6/+8
2024-04-23target/i386/cpu: Merge the warning and error messages for AMD HT checkZhao Liu1-3/+3
2024-04-23target/i386/cpu: Consolidate the use of warn_report_once()Zhao Liu1-8/+5
2024-04-23target/i386/host-cpu: Consolidate the use of warn_report_once()Zhao Liu1-7/+4
2024-04-23hw/i386/sev: Use legacy SEV VM types for older machine typesMichael Roth1-0/+1
2024-04-23i386/sev: Add 'legacy-vm-type' parameter for SEV guest objectsMichael Roth1-1/+17
2024-04-23target/i386: SEV: use KVM_SEV_INIT2 if possiblePaolo Bonzini2-4/+39
2024-04-23target/i386: Implement mc->kvm_type() to get VM typePaolo Bonzini3-0/+65
2024-04-23target/i386: introduce x86-confidential-guestPaolo Bonzini4-4/+77
2024-04-23KVM: remove kvm_arch_cpu_check_are_resettablePaolo Bonzini7-35/+0
2024-04-23KVM: track whether guest state is encryptedPaolo Bonzini1-0/+1
2024-04-23s390: Switch to use confidential_guest_kvm_init()Xiaoyao Li2-15/+9
2024-04-23i386/sev: Switch to use confidential_guest_kvm_init()Xiaoyao Li5-93/+69
2024-04-23target/i386: Export RFDS bit to guestsPawan Gupta1-2/+2
2024-04-23target/i386: Add new CPU model SierraForestTao Su1-0/+126
2024-04-23target/i386: Introduce Icelake-Server-v7 to enable TSXZhenzhong Duan1-0/+10
2024-04-23i386/kvm: Move architectural CPUID leaf generation to separate helperSean Christopherson1-206/+211