summaryrefslogtreecommitdiffstats
path: root/target/i386/cpu.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* target/i386: Add ARCH_CAPABILITIES related bits into Icelake-Server CPU modelXiaoyao Li2020-04-011-0/+13
* target/i386: set the CPUID level to 0x14 on old machine-typeLuwei Kang2020-04-011-3/+8
* i386: Fix pkg_id offset for EPYC cpu modelsBabu Moger2020-04-011-2/+2
* target/i386: Enable new apic id encoding for EPYC based cpus modelsBabu Moger2020-04-011-0/+2
* i386: Introduce use_epyc_apic_id_encoding in X86CPUDefinitionBabu Moger2020-04-011-0/+16
* target/i386: Cleanup and use the EPYC mode topology functionsBabu Moger2020-04-011-127/+34Star
* hw/i386: Update structures to save the number of nodes per packageBabu Moger2020-03-181-0/+1
* hw/i386: Consolidate topology functionsBabu Moger2020-03-181-12/+11Star
* cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell2020-03-181-4/+4
* i386: Add 2nd Generation AMD EPYC processorsMoger, Babu2020-03-181-1/+101
* i386: Add missing cpu feature bits in EPYC modelMoger, Babu2020-03-181-4/+13
* target/i386: Add new property note to versioned CPU modelsTao Xu2020-03-181-2/+9
* target/i386: Add Denverton-v2 (no MPX) CPU modelTao Xu2020-03-181-0/+12
* target/i386: enable monitor and ucode revision with -cpu maxPaolo Bonzini2020-02-121-0/+2
* target/i386: Add the 'model-id' for Skylake -v3 CPU modelsKashyap Chamarthy2020-01-241-0/+4
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-2/+2
* target/i386: kvm: initialize microcode revision from KVMPaolo Bonzini2020-01-241-0/+4
* target/i386: add a ucode-rev propertyPaolo Bonzini2020-01-241-0/+10
* cpu: Use cpu_class_set_parent_reset()Greg Kurz2020-01-241-2/+1Star
* target/i386: Add missed features to Cooperlake CPU modelXiaoyao Li2020-01-071-1/+50
* Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell2020-01-061-1/+7
|\
| * i386: Resolve CPU models to v1 by defaultEduardo Habkost2019-12-191-1/+7
* | qom: add object_new_with_classPaolo Bonzini2019-12-171-4/+4
|/
* i386: Use g_autofree in a few placesEduardo Habkost2019-12-131-28/+13Star
* i386: Add new CPU model CooperlakeCathy Zhang2019-12-131-0/+60