aboutsummaryrefslogtreecommitdiff
path: root/target/i386/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake1-5/+1
2020-12-16i386: move TCG cpu class initialization to tcg/Claudio Fontana1-22/+11
2020-12-16x86/cpu: Add AVX512_FP16 cpu featureCathy Zhang1-1/+1
2020-12-16i386: move hyperv_limits initialization to x86_cpu_realizefn()Vitaly Kuznetsov1-0/+5
2020-12-16i386: move hyperv_version_id initialization to x86_cpu_realizefn()Vitaly Kuznetsov1-0/+4
2020-12-16i386: move hyperv_interface_id initialization to x86_cpu_realizefn()Vitaly Kuznetsov1-0/+6
2020-12-16i386: move hyperv_vendor_id initialization to x86_cpu_realizefn()Vitaly Kuznetsov1-1/+22
2020-12-16i386: move kvm accel files into kvm/Claudio Fontana1-1/+1
2020-12-15i386: Register feature bit properties as class propertiesEduardo Habkost1-24/+16
2020-12-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-1/+7
2020-12-10i386/cpu: Make the Intel PT LIP feature configurableLuwei Kang1-1/+30
2020-12-10WHPX: support for the kernel-irqchip on/offSunil Muthuswamy1-0/+3
2020-12-10target/i386: Support up to 32768 CPUs without IRQ remappingDavid Woodhouse1-1/+4
2020-11-15x86 tcg cpus: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-10-16Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell1-9/+23
2020-10-14i386: Mark Icelake-Client CPU models deprecatedRobert Hoo1-3/+7
2020-10-14cpu: Introduce CPU model deprecation APIRobert Hoo1-0/+8
2020-10-14target/i386: Remove core_id assert check in CPUID 0x8000001EBabu Moger1-3/+8
2020-10-14i386: drop x86_cpu_get_supported_feature_word() forward declarationVitaly Kuznetsov1-3/+0
2020-10-13i386: Register most CPU properties as class propertiesEduardo Habkost1-32/+34
2020-10-12target/i386/cpu: Update comment that mentions TexinfoMarkus Armbruster1-1/+2
2020-09-30i386/cpu: Clear FEAT_XSAVE_COMP_{LO,HI} when XSAVE is not availableXiaoyao Li1-0/+2
2020-09-30target/i386: support KVM_FEATURE_ASYNC_PF_INTVitaly Kuznetsov1-1/+2
2020-09-22qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé1-1/+1
2020-09-18i386: Simplify CPUID_8000_001E for AMDBabu Moger1-150/+45
2020-09-18i386: Simplify CPUID_8000_001d for AMDBabu Moger1-15/+16
2020-09-18i386/kvm: correct the meaning of '0xffffffff' value for hv-spinlocksVitaly Kuznetsov1-1/+1
2020-09-02target/i386/cpu: Fix memleak in x86_cpu_class_check_missing_featuresPan Nengyuan1-0/+1
2020-09-02Revert "hw/i386: Update structures to save the number of nodes per package"Babu Moger1-1/+0
2020-09-02Revert "target/i386: Cleanup and use the EPYC mode topology functions"Babu Moger1-34/+127
2020-09-02Revert "i386: Introduce use_epyc_apic_id_encoding in X86CPUDefinition"Babu Moger1-16/+0
2020-09-02Revert "target/i386: Enable new apic id encoding for EPYC based cpus models"Babu Moger1-2/+0
2020-09-02Revert "i386: Fix pkg_id offset for EPYC cpu models"Babu Moger1-5/+4
2020-07-16target/i386: add the missing vmx features for Skylake-Server and Cascadelake-...Chenyi Qiang1-0/+14
2020-07-16target/i386: fix model number and add missing features for Icelake-Server CPU...Chenyi Qiang1-0/+14
2020-07-16target/i386: add fast short REP MOV supportChenyi Qiang1-1/+1
2020-07-16i386/cpu: Don't add unavailable_features to env->user_featuresXiaoyao Li1-1/+0
2020-07-16i368/cpu: Clear env->user_features after loading versioned CPU modelXiaoyao Li1-0/+7
2020-07-10target/i386: Enable TSX Suspend Load Address Tracking featureCathy Zhang1-1/+1
2020-07-10target/i386: Add SERIALIZE cpu featureCathy Zhang1-1/+1
2020-07-10target/i386: Correct the warning message of Intel PTLuwei Kang1-1/+1
2020-07-10KVM: x86: believe what KVM says about WAITPKGPaolo Bonzini1-0/+3
2020-07-10i386: hvf: Don't duplicate register resetRoman Bolshakov1-3/+0
2020-07-10KVM: add support for AMD nested live migrationPaolo Bonzini1-0/+1
2020-07-10error: Eliminate error_propagate() manuallyMarkus Armbruster1-14/+5
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-15/+5
2020-07-10qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-7/+4
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-30/+27
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-10/+5
2020-06-26i386: Mask SVM features if nested SVM is disabledEduardo Habkost1-0/+4