aboutsummaryrefslogtreecommitdiff
path: root/target/i386/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2024-10-31target/i386: Add feature dependencies for AVX10Tao Su1-0/+4
2024-10-31target/i386: add CPUID.24 features for AVX10Tao Su1-0/+8
2024-10-31target/i386: add AVX10 feature and AVX10 version propertyTao Su1-0/+4
2024-10-31target/i386: Wrap cc_op_live with a validity checkRichard Henderson1-1/+0
2024-10-31target/i386: Introduce cc_op_sizeRichard Henderson1-1/+16
2024-10-31target/i386: Rearrange CCOpRichard Henderson1-6/+8
2024-10-31target/i386: remove CC_OP_CLRPaolo Bonzini1-1/+0
2024-10-31target/i386: Expose new feature bits in CPUID 8000_0021_EAX/EBXBabu Moger1-0/+9
2024-10-31target/i386: Expose bits related to SRSO vulnerabilityBabu Moger1-3/+11
2024-10-31target/i386: Add PerfMonV2 feature bitSandipan Das1-0/+4
2024-10-31target/i386: Fix minor typo in NO_NESTED_DATA_BP feature bitBabu Moger1-1/+1
2024-10-17target/i386: Add support save/load HWCR MSRGao Shiyuan1-0/+5
2024-10-17target/i386: Enable fdp-excptn-only and zero-fcs-fdsXiaoyao Li1-0/+4
2024-10-13target/i386/gdbstub: Expose orig_axIlya Leoshkevich1-0/+1
2024-10-02target/i386: Raise the highest index value used for any VMCS encodingLei Wang1-0/+1
2024-10-02target/i386: Delete duplicated macro definition CR4_FRED_MASKXin Li (Intel)1-6/+0
2024-08-21target/i386: Fix carry flag for BLSIRichard Henderson1-0/+5
2024-07-22Add support for RAPL MSRs in KVM/QemuAnthony Harivel1-0/+8
2024-07-16target/i386/tcg: Introduce x86_mmu_index_{kernel_,}plRichard Henderson1-9/+2
2024-07-04target/i386/SEV: implement mask_cpuid_featuresPaolo Bonzini1-0/+4
2024-07-03target/i386: do not include undefined bits in the AMD topoext leafPaolo Bonzini1-0/+3
2024-07-03target/i386: pass X86CPU to x86_cpu_get_supported_feature_wordPaolo Bonzini1-2/+1
2024-06-28target/i386: give CC_OP_POPCNT low bits corresponding to MO_TLPaolo Bonzini1-2/+11
2024-06-28target/i386: use cpu_cc_dst for CC_OP_POPCNTPaolo Bonzini1-1/+1
2024-06-19target/i386: Remove X86CPU::kvm_no_smi_migration fieldPhilippe Mathieu-Daudé1-3/+0
2024-06-11target/i386: rewrite flags writeback for ADCX/ADOXPaolo Bonzini1-4/+5
2024-06-08i386: Add support for overflow recoveryJohn Allen1-0/+1
2024-06-08i386: Add support for SUCCOR featureJohn Allen1-0/+4
2024-06-08i386: Fix MCE support for AMD hostsJohn Allen1-0/+2
2024-06-08target/i386: Add get/set/migrate support for FRED MSRsXin Li1-0/+22
2024-06-08target/i386: enumerate VMX nested-exception supportXin Li1-0/+1
2024-06-08target/i386: mark CR4.FRED not reservedXin Li1-1/+16
2024-06-08target/i386: add support for FRED in CPUID enumerationXin Li1-0/+6
2024-05-26target/i386: Pass host pointer and size to cpu_x86_{xsave,xrstor}Richard Henderson1-2/+2
2024-05-26target/i386: Pass host pointer and size to cpu_x86_{fxsave,fxrstor}Richard Henderson1-2/+2
2024-05-26target/i386: Pass host pointer and size to cpu_x86_{fsave,frstor}Richard Henderson1-4/+6
2024-05-26target/i386: Add {hw,sw}_reserved to X86LegacyXSaveAreaRichard Henderson1-14/+25
2024-05-26target/i386: Add rbfm argument to cpu_x86_{xsave,xrstor}Richard Henderson1-2/+2
2024-05-22i386/cpu: Use CPUCacheInfo.share_level to encode CPUID[4]Zhao Liu1-0/+5
2024-05-22i386: Add cache topology info in CPUCacheInfoZhao Liu1-0/+7
2024-05-22i386/cpu: Introduce module-id to X86CPUZhao Liu1-0/+1
2024-05-22i386: Expose module level in CPUID[0x1F]Zhao Liu1-0/+1
2024-05-22i386: Introduce module level cpu topology to CPUX86StateZhao Liu1-0/+3
2024-05-22i386: Split topology types of CPUID[0x1F] from the definitions of CPUID[0xB]Zhao Liu1-4/+9
2024-05-22i386/cpu: Introduce bitmap to cache available CPU topology levelsZhao Liu1-0/+4
2024-05-22target/i386: add control bits support for LAMBinbin Wu1-1/+6
2024-05-22target/i386: add support for LAM in CPUID enumerationRobert Hoo1-0/+2
2024-05-10target/i386: remove PCOMMIT from TCG, deprecate propertyPaolo Bonzini1-2/+0
2024-05-07target/i386: Fix CPUID encoding of Fn8000001E_ECXBabu Moger1-0/+6
2024-04-26target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'Philippe Mathieu-Daudé1-3/+0