aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2024-04-30target/s390x/cpu_models_sysemu: Drop local @err in apply_cpu_model()Zhao Liu
2024-04-30target/s390x/cpu_models: Make kvm_s390_apply_cpu_model() return booleanZhao Liu
2024-04-30target/s390x/cpu_models: Drop local @err in get_max_cpu_model()Zhao Liu
2024-04-30target/s390x/cpu_models: Make kvm_s390_get_host_cpu_model() return booleanZhao Liu
2024-04-30target/s390x/cpu_model: Drop local @err in s390_realize_cpu_model()Zhao Liu
2024-04-30target/s390x/cpu_model: Make check_compatibility() return booleanZhao Liu
2024-04-26exec: Declare CPUBreakpoint/CPUWatchpoint type in 'breakpoint.h' headerPhilippe Mathieu-Daudé
2024-04-26accel/hvf: Use accel-specific per-vcpu @dirty fieldPhilippe Mathieu-Daudé
2024-04-26accel/nvmm: Use accel-specific per-vcpu @dirty fieldPhilippe Mathieu-Daudé
2024-04-26accel/whpx: Use accel-specific per-vcpu @dirty fieldPhilippe Mathieu-Daudé
2024-04-26target/i386: Include missing 'exec/exec-all.h' headerPhilippe Mathieu-Daudé
2024-04-26target/sparc: Replace abi_ulong by uint32_t for TARGET_ABI32Philippe Mathieu-Daudé
2024-04-26target/ppc/excp_helper: Avoid 'abi_ptr' in system emulationPhilippe Mathieu-Daudé
2024-04-26target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'Philippe Mathieu-Daudé
2024-04-26gdbstub: Avoid including 'cpu.h' in 'gdbstub/helpers.h'Philippe Mathieu-Daudé
2024-04-26accel: Include missing 'exec/cpu_ldst.h' headerPhilippe Mathieu-Daudé
2024-04-26exec: Expose 'target_page.h' API to user emulationPhilippe Mathieu-Daudé
2024-04-26exec: Rename NEED_CPU_H -> COMPILING_PER_TARGETPhilippe Mathieu-Daudé
2024-04-25Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-04-25Merge tag 'pull-target-arm-20240425' of https://git.linaro.org/people/pmaydel...Richard Henderson
2024-04-25target/s390x: Remove KVM stubs in cpu_models.hPhilippe Mathieu-Daudé
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell
2024-04-25target/arm: Add FEAT_NMI to maxJinjie Ruan
2024-04-25target/arm: Handle NMI in arm_cpu_do_interrupt_aarch64()Jinjie Ruan
2024-04-25target/arm: Handle PSTATE.ALLINT on taking an exceptionJinjie Ruan
2024-04-25target/arm: Handle IS/FS in ISR_EL1 for NMI, VINMI and VFNMIJinjie Ruan
2024-04-25target/arm: Add support for NMI in arm_phys_excp_target_el()Jinjie Ruan
2024-04-25target/arm: Add support for Non-maskable InterruptJinjie Ruan
2024-04-25target/arm: Support MSR access to ALLINTJinjie Ruan
2024-04-25target/arm: Implement ALLINT MSR (immediate)Jinjie Ruan
2024-04-25target/arm: Add support for FEAT_NMI, Non-maskable InterruptJinjie Ruan
2024-04-25target/arm: Add PSTATE.ALLINTJinjie Ruan
2024-04-25target/arm: Handle HCR_EL2 accesses for bits introduced with FEAT_NMIJinjie Ruan
2024-04-25target/i386: Move APIC related code to cpu-apic.cPhilippe Mathieu-Daudé
2024-04-24target/m68k: Support semihosting on non-ColdFire targetsKeith Packard
2024-04-24target/m68k: Perform the semihosting test during translateRichard Henderson
2024-04-24target/m68k: Pass semihosting arg to exitKeith Packard
2024-04-24Merge tag 'housekeeping-20240424' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-04-24target/nios2: Remove the deprecated Nios II targetPhilippe Mathieu-Daudé
2024-04-23target/i386/translate.c: always write 32-bits for SGDT and SIDTMark Cave-Ayland
2024-04-23target/i386/cpu: Merge the warning and error messages for AMD HT checkZhao Liu
2024-04-23target/i386/cpu: Consolidate the use of warn_report_once()Zhao Liu
2024-04-23target/i386/host-cpu: Consolidate the use of warn_report_once()Zhao Liu
2024-04-23hw/i386/sev: Use legacy SEV VM types for older machine typesMichael Roth
2024-04-23i386/sev: Add 'legacy-vm-type' parameter for SEV guest objectsMichael Roth
2024-04-23target/i386: SEV: use KVM_SEV_INIT2 if possiblePaolo Bonzini
2024-04-23target/i386: Implement mc->kvm_type() to get VM typePaolo Bonzini
2024-04-23target/i386: introduce x86-confidential-guestPaolo Bonzini
2024-04-23KVM: remove kvm_arch_cpu_check_are_resettablePaolo Bonzini
2024-04-23KVM: track whether guest state is encryptedPaolo Bonzini