aboutsummaryrefslogtreecommitdiff
path: root/target/i386/cpu.h
AgeCommit message (Expand)Author
2024-11-07target/i386: Fix legacy page table walkAlexander Graf
2024-11-06Merge tag 'hw-misc-20241105' of https://github.com/philmd/qemu into stagingPeter Maydell
2024-11-05hw/core: Make CPU topology enumeration arch-agnosticZhao Liu
2024-11-05target/i386: Set 2-NaN propagation rule explicitlyPeter Maydell
2024-10-31target/i386: Add feature dependencies for AVX10Tao Su
2024-10-31target/i386: add CPUID.24 features for AVX10Tao Su
2024-10-31target/i386: add AVX10 feature and AVX10 version propertyTao Su
2024-10-31target/i386: Wrap cc_op_live with a validity checkRichard Henderson
2024-10-31target/i386: Introduce cc_op_sizeRichard Henderson
2024-10-31target/i386: Rearrange CCOpRichard Henderson
2024-10-31target/i386: remove CC_OP_CLRPaolo Bonzini
2024-10-31target/i386: Expose new feature bits in CPUID 8000_0021_EAX/EBXBabu Moger
2024-10-31target/i386: Expose bits related to SRSO vulnerabilityBabu Moger
2024-10-31target/i386: Add PerfMonV2 feature bitSandipan Das
2024-10-31target/i386: Fix minor typo in NO_NESTED_DATA_BP feature bitBabu Moger
2024-10-17target/i386: Add support save/load HWCR MSRGao Shiyuan
2024-10-17target/i386: Enable fdp-excptn-only and zero-fcs-fdsXiaoyao Li
2024-10-13target/i386/gdbstub: Expose orig_axIlya Leoshkevich
2024-10-02target/i386: Raise the highest index value used for any VMCS encodingLei Wang
2024-10-02target/i386: Delete duplicated macro definition CR4_FRED_MASKXin Li (Intel)
2024-08-21target/i386: Fix carry flag for BLSIRichard Henderson
2024-07-22Add support for RAPL MSRs in KVM/QemuAnthony Harivel
2024-07-16target/i386/tcg: Introduce x86_mmu_index_{kernel_,}plRichard Henderson
2024-07-04target/i386/SEV: implement mask_cpuid_featuresPaolo Bonzini
2024-07-03target/i386: do not include undefined bits in the AMD topoext leafPaolo Bonzini
2024-07-03target/i386: pass X86CPU to x86_cpu_get_supported_feature_wordPaolo Bonzini
2024-06-28target/i386: give CC_OP_POPCNT low bits corresponding to MO_TLPaolo Bonzini
2024-06-28target/i386: use cpu_cc_dst for CC_OP_POPCNTPaolo Bonzini
2024-06-19target/i386: Remove X86CPU::kvm_no_smi_migration fieldPhilippe Mathieu-Daudé
2024-06-11target/i386: rewrite flags writeback for ADCX/ADOXPaolo Bonzini
2024-06-08i386: Add support for overflow recoveryJohn Allen
2024-06-08i386: Add support for SUCCOR featureJohn Allen
2024-06-08i386: Fix MCE support for AMD hostsJohn Allen
2024-06-08target/i386: Add get/set/migrate support for FRED MSRsXin Li
2024-06-08target/i386: enumerate VMX nested-exception supportXin Li
2024-06-08target/i386: mark CR4.FRED not reservedXin Li
2024-06-08target/i386: add support for FRED in CPUID enumerationXin Li
2024-05-26target/i386: Pass host pointer and size to cpu_x86_{xsave,xrstor}Richard Henderson
2024-05-26target/i386: Pass host pointer and size to cpu_x86_{fxsave,fxrstor}Richard Henderson
2024-05-26target/i386: Pass host pointer and size to cpu_x86_{fsave,frstor}Richard Henderson
2024-05-26target/i386: Add {hw,sw}_reserved to X86LegacyXSaveAreaRichard Henderson
2024-05-26target/i386: Add rbfm argument to cpu_x86_{xsave,xrstor}Richard Henderson
2024-05-22i386/cpu: Use CPUCacheInfo.share_level to encode CPUID[4]Zhao Liu
2024-05-22i386: Add cache topology info in CPUCacheInfoZhao Liu
2024-05-22i386/cpu: Introduce module-id to X86CPUZhao Liu
2024-05-22i386: Expose module level in CPUID[0x1F]Zhao Liu
2024-05-22i386: Introduce module level cpu topology to CPUX86StateZhao Liu
2024-05-22i386: Split topology types of CPUID[0x1F] from the definitions of CPUID[0xB]Zhao Liu
2024-05-22i386/cpu: Introduce bitmap to cache available CPU topology levelsZhao Liu
2024-05-22target/i386: add control bits support for LAMBinbin Wu