aboutsummaryrefslogtreecommitdiff
path: root/target/i386/cpu.c
AgeCommit message (Expand)AuthorFilesLines
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-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
2020-02-12target/i386: enable monitor and ucode revision with -cpu maxPaolo Bonzini1-0/+2
2020-01-24target/i386: Add the 'model-id' for Skylake -v3 CPU modelsKashyap Chamarthy1-0/+4
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-2/+2
2020-01-24target/i386: kvm: initialize microcode revision from KVMPaolo Bonzini1-0/+4
2020-01-24target/i386: add a ucode-rev propertyPaolo Bonzini1-0/+10
2020-01-24cpu: Use cpu_class_set_parent_reset()Greg Kurz1-2/+1
2020-01-07target/i386: Add missed features to Cooperlake CPU modelXiaoyao Li1-1/+50
2020-01-06Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell1-1/+7
2019-12-19i386: Resolve CPU models to v1 by defaultEduardo Habkost1-1/+7
2019-12-17qom: add object_new_with_classPaolo Bonzini1-4/+4
2019-12-13i386: Use g_autofree in a few placesEduardo Habkost1-28/+13
2019-12-13i386: Add new CPU model CooperlakeCathy Zhang1-0/+60
2019-11-26target/i386: add two missing VMX features for Skylake and CascadeLake ServerPaolo Bonzini1-2/+4
2019-11-21i386: Add -noTSX aliases for hle=off, rtm=off CPU modelsEduardo Habkost1-0/+5
2019-11-21i386: Add new versions of Skylake/Cascadelake/Icelake without TSXEduardo Habkost1-0/+47
2019-11-21target/i386: add support for MSR_IA32_TSX_CTRLPaolo Bonzini1-1/+1
2019-11-21target/i386: add VMX features to named CPU modelsPaolo Bonzini1-0/+705
2019-11-19target/i386: Export TAA_NO bit to guestsPawan Gupta1-1/+1
2019-11-19target/i386: add PSCHANGE_NO bit for the ARCH_CAPABILITIES MSRPaolo Bonzini1-1/+1
2019-10-26Merge commit 'df84f17' into HEADPaolo Bonzini1-1/+3
2019-10-23target/i386: Introduce Denverton CPU modelTao Xu1-0/+47
2019-10-23x86/cpu: Add support for UMONITOR/UMWAIT/TPAUSETao Xu1-1/+1
2019-10-22i386/kvm: add NoNonArchitecturalCoreSharing Hyper-V enlightenmentVitaly Kuznetsov1-0/+2
2019-10-15target/i386: Add Snowridge-v2 (no MPX) CPU modelXiaoyao Li1-0/+12
2019-10-15i386: Fix legacy guest with xsave panic on host kvm without update cpuid.Bingsong Si1-1/+7
2019-10-15target/i386: drop the duplicated definition of cpuid AVX512_VBMI macroTao Xu1-4/+4
2019-10-04target/i386: add VMX featuresPaolo Bonzini1-0/+225