aboutsummaryrefslogtreecommitdiff
path: root/target/i386/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-10target/i386: fix feature dependency for WAITPKGPaolo Bonzini1-2/+2
2024-05-10target/i386: remove PCOMMIT from TCG, deprecate propertyPaolo Bonzini1-1/+1
2024-05-07target/i386: Fix CPUID encoding of Fn8000001E_ECXBabu Moger1-8/+10
2024-05-06Merge tag 'accel-20240506' of https://github.com/philmd/qemu into stagingRichard Henderson1-1/+1
2024-05-06accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé1-1/+1
2024-05-03target/i386: Introduce SapphireRapids-v3 to add missing featuresLei Wang1-0/+11
2024-04-29target/i386/cpu: Remove "x86" prefix from the CPU listThomas Huth1-1/+1
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell1-2/+2
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: 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-18target/i386: add guest-phys-bits cpu propertyGerd Hoffmann1-0/+22
2024-03-18target/i386: fix direction of "32-bit MMU" testPaolo Bonzini1-1/+1
2024-03-12target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handlerPhilippe Mathieu-Daudé1-7/+7
2024-02-28Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-3/+6
2024-02-28gdbstub: Infer number of core registers from XMLAkihiko Odaki1-2/+0
2024-02-28target/i386: Fix physical address truncationPaolo Bonzini1-1/+1
2024-02-28target/i386: use separate MMU indexes for 32-bit accessesPaolo Bonzini1-4/+7
2024-02-23target/i386: do not filter processor tracing features except on KVMPaolo Bonzini1-1/+10
2024-02-16target/i386: Add support of KVM_FEATURE_ASYNC_PF_VMEXIT for guestXiaoyao Li1-1/+1
2024-02-16i386/cpu: Mask with XCR0/XSS mask for FEAT_XSAVE_XCR0_HI and FEAT_XSAVE_XSS_H...Xiaoyao Li1-2/+2
2024-02-16i386/cpu: Clear FEAT_XSAVE_XSS_LO/HI leafs when CPUID_EXT_XSAVE is not availableXiaoyao Li1-0/+2
2024-02-14target/i386/cpu: Fix typo in commentBernhard Beschow1-1/+1
2024-02-14apic, i386/tcg: add x2apic transitionsBui Quang Minh1-4/+5
2024-02-03include/exec: Implement cpu_mmu_index genericallyRichard Henderson1-1/+1
2024-02-03target/i386: Populate CPUClass.mmu_indexRichard Henderson1-0/+10
2024-01-19accel: Do not set CPUState::tcg_cflags in non-TCG accelsPhilippe Mathieu-Daudé1-1/+1
2024-01-05target: Use generic cpu_model_from_type()Gavin Shan1-2/+1
2023-12-29target/i386: implement CMPccXADDPaolo Bonzini1-1/+1
2023-12-20target: Restrict 'sysemu/reset.h' to system emulationPhilippe Mathieu-Daudé1-1/+1
2023-11-17target/i386/cpu: Improve error message for property "vendor"Markus Armbruster1-1/+2
2023-11-07system/cpus: Fix CPUState.nr_cores' calculationZhuocheng Ding1-5/+4
2023-10-25target/i386: check CPUID_PAE to determine 36 bit processor address spaceAni Sinha1-1/+1
2023-10-25target/i386: implement SHA instructionsPaolo Bonzini1-1/+1
2023-10-17target/i386/cpu: Fix CPUID_HT exposureXiaoyao Li1-0/+1
2023-10-11hw/core/cpu: Return static value with gdb_arch_name()Akihiko Odaki1-3/+3
2023-10-07target/i386: Check for USER_ONLY definition instead of SOFTMMU onePhilippe Mathieu-Daudé1-1/+1
2023-10-07sysemu/kvm: Restrict hvf_get_supported_cpuid() to x86 targetsPhilippe Mathieu-Daudé1-0/+1
2023-10-04accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson1-1/+0
2023-10-03target/*: Add instance_align to all cpu base classesRichard Henderson1-0/+1
2023-09-26target/i386/cpu: avoid shadowed local variablesPaolo Bonzini1-1/+2
2023-09-25Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-1/+2
2023-09-21target/i386: Export GDS_NO bit to guestsPawan Gupta1-1/+1
2023-09-21target/i386: enumerate bit 56 of MSR_IA32_VMX_BASICPaolo Bonzini1-0/+1
2023-09-20i386: spelling fixesMichael Tokarev1-2/+2
2023-09-13target/i386: Call accel-agnostic x86_cpu_get_supported_cpuid()Philippe Mathieu-Daudé1-16/+16
2023-09-13target/i386: Drop accel_uses_host_cpuid before x86_cpu_get_supported_cpuidPhilippe Mathieu-Daudé1-6/+4
2023-09-13target/i386: Check kvm_hyperv_expand_features() return valuePhilippe Mathieu-Daudé1-2/+2