aboutsummaryrefslogtreecommitdiff
path: root/target/i386/cpu.c
AgeCommit message (Expand)Author
2024-05-07target/i386: Fix CPUID encoding of Fn8000001E_ECXBabu Moger
2024-05-06Merge tag 'accel-20240506' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-05-06accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé
2024-05-03target/i386: Introduce SapphireRapids-v3 to add missing featuresLei Wang
2024-04-29target/i386/cpu: Remove "x86" prefix from the CPU listThomas Huth
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell
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: Export RFDS bit to guestsPawan Gupta
2024-04-23target/i386: Add new CPU model SierraForestTao Su
2024-04-23target/i386: Introduce Icelake-Server-v7 to enable TSXZhenzhong Duan
2024-04-18target/i386: add guest-phys-bits cpu propertyGerd Hoffmann
2024-03-18target/i386: fix direction of "32-bit MMU" testPaolo Bonzini
2024-03-12target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handlerPhilippe Mathieu-Daudé
2024-02-28Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2024-02-28gdbstub: Infer number of core registers from XMLAkihiko Odaki
2024-02-28target/i386: Fix physical address truncationPaolo Bonzini
2024-02-28target/i386: use separate MMU indexes for 32-bit accessesPaolo Bonzini
2024-02-23target/i386: do not filter processor tracing features except on KVMPaolo Bonzini
2024-02-16target/i386: Add support of KVM_FEATURE_ASYNC_PF_VMEXIT for guestXiaoyao Li
2024-02-16i386/cpu: Mask with XCR0/XSS mask for FEAT_XSAVE_XCR0_HI and FEAT_XSAVE_XSS_H...Xiaoyao Li
2024-02-16i386/cpu: Clear FEAT_XSAVE_XSS_LO/HI leafs when CPUID_EXT_XSAVE is not availableXiaoyao Li
2024-02-14target/i386/cpu: Fix typo in commentBernhard Beschow
2024-02-14apic, i386/tcg: add x2apic transitionsBui Quang Minh
2024-02-03include/exec: Implement cpu_mmu_index genericallyRichard Henderson
2024-02-03target/i386: Populate CPUClass.mmu_indexRichard Henderson
2024-01-19accel: Do not set CPUState::tcg_cflags in non-TCG accelsPhilippe Mathieu-Daudé
2024-01-05target: Use generic cpu_model_from_type()Gavin Shan
2023-12-29target/i386: implement CMPccXADDPaolo Bonzini
2023-12-20target: Restrict 'sysemu/reset.h' to system emulationPhilippe Mathieu-Daudé
2023-11-17target/i386/cpu: Improve error message for property "vendor"Markus Armbruster
2023-11-07system/cpus: Fix CPUState.nr_cores' calculationZhuocheng Ding
2023-10-25target/i386: check CPUID_PAE to determine 36 bit processor address spaceAni Sinha
2023-10-25target/i386: implement SHA instructionsPaolo Bonzini
2023-10-17target/i386/cpu: Fix CPUID_HT exposureXiaoyao Li
2023-10-11hw/core/cpu: Return static value with gdb_arch_name()Akihiko Odaki
2023-10-07target/i386: Check for USER_ONLY definition instead of SOFTMMU onePhilippe Mathieu-Daudé
2023-10-07sysemu/kvm: Restrict hvf_get_supported_cpuid() to x86 targetsPhilippe Mathieu-Daudé
2023-10-04accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson
2023-10-03target/*: Add instance_align to all cpu base classesRichard Henderson
2023-09-26target/i386/cpu: avoid shadowed local variablesPaolo Bonzini
2023-09-25Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2023-09-21target/i386: Export GDS_NO bit to guestsPawan Gupta
2023-09-21target/i386: enumerate bit 56 of MSR_IA32_VMX_BASICPaolo Bonzini
2023-09-20i386: spelling fixesMichael Tokarev
2023-09-13target/i386: Call accel-agnostic x86_cpu_get_supported_cpuid()Philippe Mathieu-Daudé
2023-09-13target/i386: Drop accel_uses_host_cpuid before x86_cpu_get_supported_cpuidPhilippe Mathieu-Daudé
2023-09-13target/i386: Check kvm_hyperv_expand_features() return valuePhilippe Mathieu-Daudé
2023-09-01target/i386: Add support for AMX-COMPLEX in CPUID enumerationTao Su
2023-08-28target/i386: add support for VMX_SECONDARY_EXEC_ENABLE_USER_WAIT_PAUSEAke Koomsin