aboutsummaryrefslogtreecommitdiff
path: root/target/i386/cpu.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-26target/i386: Add notes for versioned CPU modelsTao Xu1-0/+5
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster1-2/+1
2020-06-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-5/+37
2020-06-10target/i386: define a new MSR based feature word - FEAT_PERF_CAPABILITIESLike Xu1-0/+23
2020-06-10x86/cpu: Enable AVX512_VP2INTERSECT cpu featureCathy Zhang1-1/+1
2020-06-10accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé1-1/+1
2020-06-10target/i386: Fix the CPUID leaf CPUID_Fn80000008Babu Moger1-3/+12
2020-06-09target/i386/cpu: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-1/+1
2020-06-08Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-re...Peter Maydell1-1/+5
2020-06-05target/i386: Restrict CpuClass::get_crash_info() to system-modePhilippe Mathieu-Daudé1-1/+5
2020-05-27i386: Fix x86_cpu_load_model() error API violationMarkus Armbruster1-10/+17
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-7/+2
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-43/+42
2020-04-29various: Remove suspicious '\' character outside of #define in C codePhilippe Mathieu-Daudé1-9/+9
2020-03-31target/i386: Add ARCH_CAPABILITIES related bits into Icelake-Server CPU modelXiaoyao Li1-0/+13
2020-03-31target/i386: set the CPUID level to 0x14 on old machine-typeLuwei Kang1-3/+8
2020-03-31i386: Fix pkg_id offset for EPYC cpu modelsBabu Moger1-2/+2
2020-03-31target/i386: Enable new apic id encoding for EPYC based cpus modelsBabu Moger1-0/+2
2020-03-31i386: Introduce use_epyc_apic_id_encoding in X86CPUDefinitionBabu Moger1-0/+16
2020-03-31target/i386: Cleanup and use the EPYC mode topology functionsBabu Moger1-127/+34
2020-03-17hw/i386: Update structures to save the number of nodes per packageBabu Moger1-0/+1
2020-03-17hw/i386: Consolidate topology functionsBabu Moger1-12/+11
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell1-4/+4
2020-03-17i386: Add 2nd Generation AMD EPYC processorsMoger, Babu1-1/+101
2020-03-17i386: Add missing cpu feature bits in EPYC modelMoger, Babu1-4/+13
2020-03-17target/i386: Add new property note to versioned CPU modelsTao Xu1-2/+9
2020-03-17target/i386: Add Denverton-v2 (no MPX) CPU modelTao Xu1-0/+12