aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)Author
2023-09-07sysemu/kvm: Restrict kvm_pc_setup_irq_routing() to x86 targetsPhilippe Mathieu-Daudé
2023-09-07sysemu/kvm: Restrict kvm_has_pit_state2() to x86 targetsPhilippe Mathieu-Daudé
2023-09-07sysemu/kvm: Restrict kvm_get_apic_state() to x86 targetsPhilippe Mathieu-Daudé
2023-09-07sysemu/kvm: Restrict kvm_arch_get_supported_cpuid/msr() to x86 targetsPhilippe Mathieu-Daudé
2023-09-07target/i386: Restrict declarations specific to CONFIG_KVMPhilippe Mathieu-Daudé
2023-09-07target/i386: Allow elision of kvm_hv_vpindex_settable()Philippe Mathieu-Daudé
2023-09-07target/i386: Allow elision of kvm_enable_x2apic()Philippe Mathieu-Daudé
2023-09-07target/i386: Remove unused KVM stubsPhilippe Mathieu-Daudé
2023-09-07target/i386/cpu-sysemu: Inline kvm_apic_in_kernel()Philippe Mathieu-Daudé
2023-09-07target/i386/helper: Restrict KVM declarations to system emulationPhilippe Mathieu-Daudé
2023-09-01target/i386: Add support for AMX-COMPLEX in CPUID enumerationTao Su
2023-09-01target/i386: fix memory operand size for CVTPS2PDPaolo Bonzini
2023-09-01target/i386: generalize operand size "ph" for use in CVTPS2PDPaolo Bonzini
2023-09-01target/i386: raise FERR interrupt with iothread lockedPaolo Bonzini
2023-08-31target/translate: Include missing 'exec/cpu_ldst.h' headerPhilippe Mathieu-Daudé
2023-08-31bulk: Do not declare function prototypes using 'extern' keywordPhilippe Mathieu-Daudé
2023-08-31accel: Remove HAX acceleratorPhilippe Mathieu-Daudé
2023-08-28Merge tag 'pull-tcg-20230823-2' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2023-08-28target/i386: add support for VMX_SECONDARY_EXEC_ENABLE_USER_WAIT_PAUSEAke Koomsin
2023-08-24sysemu/hvf: Use vaddr for hvf_arch_[insert|remove]_hw_breakpointAnton Johansson
2023-08-24sysemu/kvm: Use vaddr for kvm_arch_[insert|remove]_hw_breakpointAnton Johansson
2023-08-22kvm: Introduce kvm_arch_get_default_type hookAkihiko Odaki
2023-08-04target/i386: Check CR0.TS before enter_mmxMatt Borgerson
2023-08-01i386/xen: consistent locking around Xen singleshot timersDavid Woodhouse
2023-07-08target/i386: Use aesdec_ISB_ISR_IMC_AKRichard Henderson
2023-07-08target/i386: Use aesenc_SB_SR_MC_AKRichard Henderson
2023-07-08target/i386: Use aesdec_IMCRichard Henderson
2023-07-08target/i386: Use aesdec_ISB_ISR_AKRichard Henderson
2023-07-08target/i386: Use aesenc_SB_SR_AKRichard Henderson
2023-07-07target/i386: Add new CPU model GraniteRapidsTao Su
2023-07-07target/i386: Add few security fix bits in ARCH_CAPABILITIES into SapphireRapi...Lei Wang
2023-07-07target/i386: Add new bit definitions of MSR_IA32_ARCH_CAPABILITIESTao Su
2023-07-07target/i386: Allow MCDT_NO if host supportsTao Su
2023-07-07target/i386: Add support for MCDT_NO in CPUID enumerationTao Su
2023-07-07target/i386: Adjust feature level according to FEAT_7_1_EDXTao Su
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-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-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é