aboutsummaryrefslogtreecommitdiff
path: root/target/i386/cpu.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-04target/i386: expand feature words to 64 bitsPaolo Bonzini1-34/+37
2019-10-04target/i386: introduce generic feature dependency mechanismPaolo Bonzini1-24/+48
2019-10-04target/i386: handle filtered_features in a new function mark_unavailable_feat...Paolo Bonzini1-39/+48
2019-10-04Fix wrong behavior of cpu_memory_rw_debug() function in SMMDmitry Poletaev1-1/+1
2019-10-04i386: Add CPUID bit for CLZERO and XSAVEERPTRSebastian Andrzej Siewior1-1/+1
2019-08-20x86: Intel AVX512_BF16 feature enablingJing Liu1-1/+38
2019-08-20target-i386: adds PV_SCHED_YIELD CPUID feature bitWanpeng Li1-1/+1
2019-08-20kvm: i386: halt poll control MSR supportMarcelo Tosatti1-1/+3
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+1
2019-07-29i386: Fix Snowridge CPU model name and featuresPaul Lai1-2/+1
2019-07-19i386: indicate that 'pconfig' feature was removed intentionallyDenis V. Lunev1-1/+1
2019-07-05i386: Add Cascadelake-Server-v2 CPU modelEduardo Habkost1-0/+14
2019-07-05i386: Make unversioned CPU models be aliasesEduardo Habkost1-1/+51
2019-07-05i386: Replace -noTSX, -IBRS, -IBPB CPU models with aliasesEduardo Habkost1-580/+21
2019-07-05i386: Define -IBRS, -noTSX, -IBRS versions of CPU modelsEduardo Habkost1-0/+186
2019-07-05i386: Register versioned CPU modelsEduardo Habkost1-22/+201
2019-07-05i386: Get model-id from CPU object on "-cpu help"Eduardo Habkost1-3/+13
2019-07-05i386: Add x-force-features option for testingEduardo Habkost1-2/+6
2019-07-05i386: Introduce SnowRidge CPU modelPaul Lai1-0/+71
2019-07-05target/i386: Add CPUID.1F generation support for multi-dies PCMachineLike Xu1-0/+41
2019-07-05i386: Remove unused host_cpudef variableEduardo Habkost1-6/+0
2019-07-05i386: make 'hv-spinlocks' a regular uint32 propertyRoman Kagan1-43/+2
2019-07-05i386: Don't print warning if phys-bits was set automaticallyEduardo Habkost1-9/+9
2019-07-05i386: Update new x86_apicid parsing rules with die_offset supportLike Xu1-5/+8
2019-07-05i386/cpu: Consolidate die-id validity in smp contextLike Xu1-0/+2
2019-07-05i386: Add die-level cpu topology to x86CPU on PCMachineLike Xu1-0/+1
2019-07-05hw/i386: Replace global smp variables with machine smp propertiesLike Xu1-1/+3
2019-07-02qapi: Split machine-target.json off target.json and misc.jsonMarkus Armbruster1-1/+1
2019-07-02qapi: Split machine.json off misc.jsonMarkus Armbruster1-1/+1
2019-06-21target/i386: kvm: Add support for KVM_CAP_EXCEPTION_PAYLOADLiran Alon1-1/+5
2019-06-21target/i386: kvm: Block migration for vCPUs exposed with nested virtualizationLiran Alon1-6/+0
2019-06-21target/i386: define a new MSR based feature word - FEAT_CORE_CAPABILITYXiaoyao Li1-1/+21
2019-06-21i386/kvm: add support for Direct Mode for Hyper-V synthetic timersVitaly Kuznetsov1-0/+2
2019-06-21i386/kvm: implement 'hv-passthrough' modeVitaly Kuznetsov1-0/+1
2019-06-21i386/kvm: convert hyperv enlightenments properties from bools to bitsVitaly Kuznetsov1-14/+30
2019-06-12Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2019-06-11-v3' in...Peter Maydell1-0/+2
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster1-0/+1
2019-06-11i386: "unavailable-features" QOM propertyEduardo Habkost1-0/+20
2019-06-11i386: x86_cpu_list_feature_names() functionEduardo Habkost1-13/+22
2019-06-10cpu: Introduce cpu_set_cpustate_pointersRichard Henderson1-2/+1