summaryrefslogtreecommitdiff
path: root/target/i386/cpu.c
AgeCommit message (Expand)Author
2020-10-14i386: Mark Icelake-Client CPU models deprecatedRobert Hoo
2020-10-14cpu: Introduce CPU model deprecation APIRobert Hoo
2020-10-14target/i386: Remove core_id assert check in CPUID 0x8000001EBabu Moger
2020-10-14i386: drop x86_cpu_get_supported_feature_word() forward declarationVitaly Kuznetsov
2020-10-12target/i386/cpu: Update comment that mentions TexinfoMarkus Armbruster
2020-09-30i386/cpu: Clear FEAT_XSAVE_COMP_{LO,HI} when XSAVE is not availableXiaoyao Li
2020-09-30target/i386: support KVM_FEATURE_ASYNC_PF_INTVitaly Kuznetsov
2020-09-22qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé
2020-09-18i386: Simplify CPUID_8000_001E for AMDBabu Moger
2020-09-18i386: Simplify CPUID_8000_001d for AMDBabu Moger
2020-09-18i386/kvm: correct the meaning of '0xffffffff' value for hv-spinlocksVitaly Kuznetsov
2020-09-02target/i386/cpu: Fix memleak in x86_cpu_class_check_missing_featuresPan Nengyuan
2020-09-02Revert "hw/i386: Update structures to save the number of nodes per package"Babu Moger
2020-09-02Revert "target/i386: Cleanup and use the EPYC mode topology functions"Babu Moger
2020-09-02Revert "i386: Introduce use_epyc_apic_id_encoding in X86CPUDefinition"Babu Moger
2020-09-02Revert "target/i386: Enable new apic id encoding for EPYC based cpus models"Babu Moger
2020-09-02Revert "i386: Fix pkg_id offset for EPYC cpu models"Babu Moger
2020-07-16target/i386: add the missing vmx features for Skylake-Server and Cascadelake-...Chenyi Qiang
2020-07-16target/i386: fix model number and add missing features for Icelake-Server CPU...Chenyi Qiang
2020-07-16target/i386: add fast short REP MOV supportChenyi Qiang
2020-07-16i386/cpu: Don't add unavailable_features to env->user_featuresXiaoyao Li
2020-07-16i368/cpu: Clear env->user_features after loading versioned CPU modelXiaoyao Li
2020-07-10target/i386: Enable TSX Suspend Load Address Tracking featureCathy Zhang
2020-07-10target/i386: Add SERIALIZE cpu featureCathy Zhang
2020-07-10target/i386: Correct the warning message of Intel PTLuwei Kang
2020-07-10KVM: x86: believe what KVM says about WAITPKGPaolo Bonzini
2020-07-10i386: hvf: Don't duplicate register resetRoman Bolshakov
2020-07-10KVM: add support for AMD nested live migrationPaolo Bonzini
2020-07-10error: Eliminate error_propagate() manuallyMarkus Armbruster
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-06-26i386: Mask SVM features if nested SVM is disabledEduardo Habkost
2020-06-26target/i386: Add notes for versioned CPU modelsTao Xu
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster
2020-06-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-06-10target/i386: define a new MSR based feature word - FEAT_PERF_CAPABILITIESLike Xu
2020-06-10x86/cpu: Enable AVX512_VP2INTERSECT cpu featureCathy Zhang
2020-06-10accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé
2020-06-10target/i386: Fix the CPUID leaf CPUID_Fn80000008Babu Moger
2020-06-09target/i386/cpu: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2020-06-08Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-re...Peter Maydell
2020-06-05target/i386: Restrict CpuClass::get_crash_info() to system-modePhilippe Mathieu-Daudé
2020-05-27i386: Fix x86_cpu_load_model() error API violationMarkus Armbruster
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-04-29various: Remove suspicious '\' character outside of #define in C codePhilippe Mathieu-Daudé
2020-03-31target/i386: Add ARCH_CAPABILITIES related bits into Icelake-Server CPU modelXiaoyao Li
2020-03-31target/i386: set the CPUID level to 0x14 on old machine-typeLuwei Kang