aboutsummaryrefslogtreecommitdiffstats
path: root/target/i386 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2023-09-252-1/+3
|\
| * target/i386: Export GDS_NO bit to guestsPawan Gupta2023-09-211-1/+1
| * target/i386: enumerate bit 56 of MSR_IA32_VMX_BASICPaolo Bonzini2023-09-212-0/+2
* | i386: spelling fixesMichael Tokarev2023-09-206-13/+13
* | target/i386: Use clmul_64Richard Henderson2023-09-151-31/+9
|/
* target/i386: Call accel-agnostic x86_cpu_get_supported_cpuid()Philippe Mathieu-Daudé2023-09-131-16/+16
* target/i386: Drop accel_uses_host_cpuid before x86_cpu_get_supported_cpuidPhilippe Mathieu-Daudé2023-09-131-6/+4
* target/i386: Check kvm_hyperv_expand_features() return valuePhilippe Mathieu-Daudé2023-09-131-2/+2
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2023-09-0713-84/+85
|\
| * sysemu/kvm: Restrict kvm_pc_setup_irq_routing() to x86 targetsPhilippe Mathieu-Daudé2023-09-071-0/+2
| * sysemu/kvm: Restrict kvm_has_pit_state2() to x86 targetsPhilippe Mathieu-Daudé2023-09-072-2/+3
| * sysemu/kvm: Restrict kvm_get_apic_state() to x86 targetsPhilippe Mathieu-Daudé2023-09-071-0/+1
| * sysemu/kvm: Restrict kvm_arch_get_supported_cpuid/msr() to x86 targetsPhilippe Mathieu-Daudé2023-09-071-0/+3
| * target/i386: Restrict declarations specific to CONFIG_KVMPhilippe Mathieu-Daudé2023-09-071-11/+16
| * target/i386: Allow elision of kvm_hv_vpindex_settable()Philippe Mathieu-Daudé2023-09-072-20/+0
| * target/i386: Allow elision of kvm_enable_x2apic()Philippe Mathieu-Daudé2023-09-071-7/+0
| * target/i386: Remove unused KVM stubsPhilippe Mathieu-Daudé2023-09-071-26/+0
| * target/i386/cpu-sysemu: Inline kvm_apic_in_kernel()Philippe Mathieu-Daudé2023-09-072-4/+2
| * target/i386/helper: Restrict KVM declarations to system emulationPhilippe Mathieu-Daudé2023-09-071-1/+1
| * target/i386: Add support for AMX-COMPLEX in CPUID enumerationTao Su2023-09-012-1/+3
| * target/i386: fix memory operand size for CVTPS2PDPaolo Bonzini2023-09-012-7/+37
| * target/i386: generalize operand size "ph" for use in CVTPS2PDPaolo Bonzini2023-09-012-4/+4
| * target/i386: raise FERR interrupt with iothread lockedPaolo Bonzini2023-09-012-1/+13
* | target/translate: Include missing 'exec/cpu_ldst.h' headerPhilippe Mathieu-Daudé2023-08-312-0/+2
* | bulk: Do not declare function prototypes using 'extern' keywordPhilippe Mathieu-Daudé2023-08-311-3/+3
* | accel: Remove HAX acceleratorPhilippe Mathieu-Daudé2023-08-3112-3014/+0
|/
* Merge tag 'pull-tcg-20230823-2' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2023-08-282-7/+5
|\
| * sysemu/hvf: Use vaddr for hvf_arch_[insert|remove]_hw_breakpointAnton Johansson2023-08-241-2/+2
| * sysemu/kvm: Use vaddr for kvm_arch_[insert|remove]_hw_breakpointAnton Johansson2023-08-241-5/+3
* | target/i386: add support for VMX_SECONDARY_EXEC_ENABLE_USER_WAIT_PAUSEAke Koomsin2023-08-282-1/+6
|/
* kvm: Introduce kvm_arch_get_default_type hookAkihiko Odaki2023-08-221-0/+5
* target/i386: Check CR0.TS before enter_mmxMatt Borgerson2023-08-041-4/+6
* i386/xen: consistent locking around Xen singleshot timersDavid Woodhouse2023-08-011-10/+27
* target/i386: Use aesdec_ISB_ISR_IMC_AKRichard Henderson2023-07-081-10/+6
* target/i386: Use aesenc_SB_SR_MC_AKRichard Henderson2023-07-081-9/+5
* target/i386: Use aesdec_IMCRichard Henderson2023-07-081-8/+3
* target/i386: Use aesdec_ISB_ISR_AKRichard Henderson2023-07-081-5/+5
* target/i386: Use aesenc_SB_SR_AKRichard Henderson2023-07-081-5/+6
* target/i386: Add new CPU model GraniteRapidsTao Su2023-07-071-0/+136
* target/i386: Add few security fix bits in ARCH_CAPABILITIES into SapphireRapids CPU modelLei Wang2023-07-071-2/+11
* target/i386: Add new bit definitions of MSR_IA32_ARCH_CAPABILITIESTao Su2023-07-071-0/+4
* target/i386: Allow MCDT_NO if host supportsTao Su2023-07-071-0/+4
* target/i386: Add support for MCDT_NO in CPUID enumerationTao Su2023-07-072-0/+30
* target/i386: Adjust feature level according to FEAT_7_1_EDXTao Su2023-07-071-0/+1
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2023-06-292-12/+101
|\
| * target/i386: emulate 64-bit ring 0 for linux-user if LM feature is setPaolo Bonzini2023-06-292-4/+17
| * target/i386: ignore CPL0-specific features in user mode emulationPaolo Bonzini2023-06-291-7/+76
| * target/i386: ignore ARCH_CAPABILITIES features in user mode emulationPaolo Bonzini2023-06-291-0/+7
| * target/i386: Export MSR_ARCH_CAPABILITIES bits to guestsPawan Gupta2023-06-291-2/+2
* | exec/memory: Add symbolic value for memory listener priority for accelIsaku Yamahata2023-06-283-3/+3