summaryrefslogtreecommitdiffstats
path: root/target/i386/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* target/i386: Add SERIALIZE cpu featureCathy Zhang2020-07-111-1/+1
* target/i386: Correct the warning message of Intel PTLuwei Kang2020-07-111-1/+1
* KVM: x86: believe what KVM says about WAITPKGPaolo Bonzini2020-07-111-0/+3
* i386: hvf: Don't duplicate register resetRoman Bolshakov2020-07-111-3/+0Star
* KVM: add support for AMD nested live migrationPaolo Bonzini2020-07-111-0/+1
* error: Eliminate error_propagate() manuallyMarkus Armbruster2020-07-101-14/+5Star
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-15/+5Star
* qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-101-7/+4Star
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-30/+27Star
* qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-101-10/+5Star
* i386: Mask SVM features if nested SVM is disabledEduardo Habkost2020-06-261-0/+4
* target/i386: Add notes for versioned CPU modelsTao Xu2020-06-261-0/+5
* qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster2020-06-151-2/+1Star
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-06-131-5/+37
|\
| * target/i386: define a new MSR based feature word - FEAT_PERF_CAPABILITIESLike Xu2020-06-101-0/+23
| * x86/cpu: Enable AVX512_VP2INTERSECT cpu featureCathy Zhang2020-06-101-1/+1
| * accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé2020-06-101-1/+1
| * target/i386: Fix the CPUID leaf CPUID_Fn80000008Babu Moger2020-06-101-3/+12
* | target/i386/cpu: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2020-06-091-1/+1
|/
* Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-re...Peter Maydell2020-06-081-1/+5
|\
| * target/i386: Restrict CpuClass::get_crash_info() to system-modePhilippe Mathieu-Daudé2020-06-051-1/+5
* | i386: Fix x86_cpu_load_model() error API violationMarkus Armbruster2020-05-271-10/+17
|/
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-7/+2Star
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-43/+42Star
* various: Remove suspicious '\' character outside of #define in C codePhilippe Mathieu-Daudé2020-04-291-9/+9