aboutsummaryrefslogtreecommitdiff
path: root/target/i386/cpu.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-10target/i386: Use env_cpu, env_archcpuRichard Henderson1-2/+2
2019-06-03i386: Enable IA32_MISC_ENABLE MWAIT bit when exposing mwait/monitorWanpeng Li1-0/+3
2019-05-23Merge remote-tracking branch 'remotes/rth/tags/pull-rng-20190522' into stagingPeter Maydell1-2/+3
2019-05-22target/i386: Implement CPUID_EXT_RDRANDRichard Henderson1-2/+3
2019-05-21target/i386: add MDS-NO featurePaolo Bonzini1-1/+1
2019-05-21target/i386: define md-clear bitPaolo Bonzini1-1/+1
2019-05-10target/i386: Convert to CPUClass::tlb_fillRichard Henderson1-3/+2
2019-04-25Pass through cache information for TOPOEXT CPUsStanislav Lanci1-0/+4
2019-04-25i386: Add new Hygon 'Dhyana' CPU modelPu Wen1-0/+50
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster1-17/+12
2019-03-20i386: Disable OSPKE on CPU model definitionsEduardo Habkost1-3/+3
2019-03-20i386: Make arch_capabilities migratableEduardo Habkost1-1/+0
2019-03-11i386: extended the cpuid_level when Intel PT is enabledLuwei Kang1-0/+9
2019-02-18qapi: make query-cpu-definitions depend on specific targetsMarc-André Lureau1-1/+1
2019-02-18qapi: make query-cpu-model-expansion depend on s390 or x86Marc-André Lureau1-1/+4
2019-02-05gdbstub: Fix i386/x86_64 machine description and add control registersDoug Gale1-2/+2