aboutsummaryrefslogtreecommitdiff
path: root/target/i386/cpu.c
AgeCommit message (Expand)Author
13 daysi386/cpu: Use CPUCacheInfo.share_level to encode CPUID[0x8000001D].EAX[bits 2...Zhao Liu
13 daysi386/cpu: Use CPUCacheInfo.share_level to encode CPUID[4]Zhao Liu
13 daysi386: Add cache topology info in CPUCacheInfoZhao Liu
13 daysi386/cpu: Introduce module-id to X86CPUZhao Liu
13 daysi386: Expose module level in CPUID[0x1F]Zhao Liu
13 daysi386: Support modules_per_die in X86CPUTopoInfoZhao Liu
13 daysi386: Introduce module level cpu topology to CPUX86StateZhao Liu
13 daysi386/cpu: Decouple CPUID[0x1F] subleaf with specific topology levelZhao Liu
13 daysi386: Split topology types of CPUID[0x1F] from the definitions of CPUID[0xB]Zhao Liu
13 daysi386/cpu: Introduce bitmap to cache available CPU topology levelsZhao Liu
13 daysi386/cpu: Consolidate the use of topo_info in cpu_x86_cpuid()Zhao Liu
13 daysi386/cpu: Use APIC ID info get NumSharingCache for CPUID[0x8000001D].EAX[bits...Zhao Liu
13 daysi386/cpu: Use APIC ID info to encode cache topo in CPUID[4]Zhao Liu
13 daysi386/cpu: Fix i/d-cache topology to core level for Intel CPUZhao Liu
14 daystarget/i386: add support for LAM in CPUID enumerationRobert Hoo
2024-05-10target/i386: fix feature dependency for WAITPKGPaolo Bonzini
2024-05-10target/i386: remove PCOMMIT from TCG, deprecate propertyPaolo Bonzini
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