summaryrefslogtreecommitdiffstats
path: root/target/i386/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* Various spelling fixesMichael Tokarev2021-03-091-1/+1
* target/i386: Add bus lock debug exception supportChenyi Qiang2021-02-251-1/+1
* target/i386: update to show preferred boolean syntax for -cpuDaniel P. Berrangé2021-02-251-1/+1
* i386: Add the support for AMD EPYC 3rd generation processorsBabu Moger2021-02-191-1/+106
* sev/i386: Add initial support for SEV-ESTom Lendacky2021-02-161-0/+1
* target/i386: Expose VMX entry/exit load pkrs control bitsChenyi Qiang2021-02-081-2/+2
* target/i86: implement PKSPaolo Bonzini2021-02-081-2/+2
* x86/cpu: Populate SVM CPUID feature bitsWei Huang2021-02-081-3/+3
* target/i386: do not set LM for 32-bit emulation "-cpu host/max"Paolo Bonzini2021-02-081-0/+5
* qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake2021-01-281-16/+8Star
* x86/cpu: Use max host physical address if -cpu max option is appliedYang Weijiang2021-01-211-0/+1
* qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake2020-12-191-5/+1Star
* i386: move TCG cpu class initialization to tcg/Claudio Fontana2020-12-161-22/+11Star
* x86/cpu: Add AVX512_FP16 cpu featureCathy Zhang2020-12-161-1/+1
* i386: move hyperv_limits initialization to x86_cpu_realizefn()Vitaly Kuznetsov2020-12-161-0/+5
* i386: move hyperv_version_id initialization to x86_cpu_realizefn()Vitaly Kuznetsov2020-12-161-0/+4
* i386: move hyperv_interface_id initialization to x86_cpu_realizefn()Vitaly Kuznetsov2020-12-161-0/+6
* i386: move hyperv_vendor_id initialization to x86_cpu_realizefn()Vitaly Kuznetsov2020-12-161-1/+22
* i386: move kvm accel files into kvm/Claudio Fontana2020-12-161-1/+1
* i386: Register feature bit properties as class propertiesEduardo Habkost2020-12-151-24/+16Star
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2020-12-111-1/+7
|\
| * WHPX: support for the kernel-irqchip on/offSunil Muthuswamy2020-12-101-0/+3
| * target/i386: Support up to 32768 CPUs without IRQ remappingDavid Woodhouse2020-12-101-1/+4
* | i386/cpu: Make the Intel PT LIP feature configurableLuwei Kang2020-12-101-1/+30
|/
* x86 tcg cpus: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell2020-10-161-9/+23
|\
| * i386: Mark Icelake-Client CPU models deprecatedRobert Hoo2020-10-141-3/+7
| * cpu: Introduce CPU model deprecation APIRobert Hoo2020-10-141-0/+8
| * target/i386: Remove core_id assert check in CPUID 0x8000001EBabu Moger2020-10-141-3/+8
| * i386: drop x86_cpu_get_supported_feature_word() forward declarationVitaly Kuznetsov2020-10-141-3/+0Star
* | i386: Register most CPU properties as class propertiesEduardo Habkost2020-10-131-32/+34
|/
* target/i386/cpu: Update comment that mentions TexinfoMarkus Armbruster2020-10-121-1/+2
* i386/cpu: Clear FEAT_XSAVE_COMP_{LO,HI} when XSAVE is not availableXiaoyao Li2020-09-301-0/+2
* target/i386: support KVM_FEATURE_ASYNC_PF_INTVitaly Kuznetsov2020-09-301-1/+2
* qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé2020-09-221-1/+1
* i386: Simplify CPUID_8000_001E for AMDBabu Moger2020-09-181-150/+45Star
* i386: Simplify CPUID_8000_001d for AMDBabu Moger2020-09-181-15/+16
* i386/kvm: correct the meaning of '0xffffffff' value for hv-spinlocksVitaly Kuznetsov2020-09-181-1/+1
* target/i386/cpu: Fix memleak in x86_cpu_class_check_missing_featuresPan Nengyuan2020-09-021-0/+1
* Revert "hw/i386: Update structures to save the number of nodes per package"Babu Moger2020-09-021-1/+0Star
* Revert "target/i386: Cleanup and use the EPYC mode topology functions"Babu Moger2020-09-021-34/+127
* Revert "i386: Introduce use_epyc_apic_id_encoding in X86CPUDefinition"Babu Moger2020-09-021-16/+0Star
* Revert "target/i386: Enable new apic id encoding for EPYC based cpus models"Babu Moger2020-09-021-2/+0Star
* Revert "i386: Fix pkg_id offset for EPYC cpu models"Babu Moger2020-09-021-5/+4Star
* target/i386: add the missing vmx features for Skylake-Server and Cascadelake-...Chenyi Qiang2020-07-161-0/+14
* target/i386: fix model number and add missing features for Icelake-Server CPU...Chenyi Qiang2020-07-161-0/+14
* target/i386: add fast short REP MOV supportChenyi Qiang2020-07-161-1/+1
* i386/cpu: Don't add unavailable_features to env->user_featuresXiaoyao Li2020-07-161-1/+0Star
* i368/cpu: Clear env->user_features after loading versioned CPU modelXiaoyao Li2020-07-161-0/+7
* target/i386: Enable TSX Suspend Load Address Tracking featureCathy Zhang2020-07-111-1/+1