summaryrefslogtreecommitdiffstats
path: root/target/i386/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* i386: hvf: refactor event injection code for hvfSergio Andres Gomez Del Real2017-12-221-0/+3
* i386: refactor KVM cpuid code so that it applies to hvf as wellSergio Andres Gomez Del Real2017-12-221-20/+57
* cpu: refactor cpu_address_space_init()Peter Xu2017-12-211-8/+2Star
* x86/cpu: Enable new SSE/AVX/AVX512 cpu featuresYang Zhong2017-12-211-3/+3
* Remove empty statementsLadi Prosek2017-12-181-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-11-161-1/+1
|\
| * target-i386: adds PV_TLB_FLUSH CPUID feature bitWanpeng Li2017-11-141-1/+1
* | disas: Dump insn bytes along with capstone disassemblyRichard Henderson2017-11-091-0/+2
|/
* Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell2017-10-271-0/+19
|\
| * i386: Support Capstone in disas_set_infoRichard Henderson2017-10-251-0/+7
| * target/i386: Convert to disas_set_info hookRichard Henderson2017-10-251-0/+12
* | tcg: Avoid setting tcg_initialize if !CONFIG_TCGRichard Henderson2017-10-261-0/+2
* | qom: Introduce CPUClass.tcg_initializeRichard Henderson2017-10-241-4/+1Star
|/
* memory: Get rid of address_space_init_shareableAlexey Kardashevskiy2017-09-221-2/+3
* Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2017-09-201-3/+0Star
|\
| * pc: use generic cpu_model parsingIgor Mammedov2017-09-191-3/+0Star
* | hyperv: add header with protocol definitionsRoman Kagan2017-09-191-2/+2
* | i386/cpu/hyperv: support over 64 vcpus for windows guestsGonglei2017-09-191-0/+14
* | Convert multi-line fprintf() to warn_report()Alistair Francis2017-09-191-6/+6
|/
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-09-01-v3' in...Peter Maydell2017-09-041-2/+2
|\
| * qdict: Add qdict_put_null() helper, and put it to useMarc-André Lureau2017-09-041-2/+2
* | x86: replace cpu_x86_init() with cpu_generic_init()Igor Mammedov2017-09-011-5/+0Star
* | target-i386/cpu: Add new EPYC CPU modelBrijesh Singh2017-09-011-0/+44
|/
* target/i386: Don't use x86_cpu_load_def() on "max" CPU modelEduardo Habkost2017-07-261-6/+12
* target/i386: Define CPUID_MODEL_ID_SZ macroEduardo Habkost2017-07-261-0/+11
* target/i386: Use host_vendor_fms() in max_x86_cpu_initfn()Eduardo Habkost2017-07-261-7/+2Star
* qapi: Separate type QNull from QObjectMarkus Armbruster2017-07-241-2/+2
* i386: add Skylake-Server cpu modelBoqun Feng (Intel)2017-07-171-0/+48
* i386: Update comment about XSAVES on Skylake-ClientEduardo Habkost2017-07-171-1/+1
* i386: expose "TCGTCGTCGTCG" in the 0x40000000 CPUID leafDaniel P. Berrange2017-07-171-0/+28
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-07-141-1/+1
|\
| * qdev: Add const qualifier to PropertyInfo definitionsFam Zheng2017-07-141-1/+1
* | Convert error_report() to warn_report()Alistair Francis2017-07-131-11/+11
|/
* target/i386: add the tcg_enabled() in target/i386/Yang Zhong2017-07-051-1/+3
* i386/cpu: use get_uint() for "min-level"/"min-xlevel" propertiesMarc-André Lureau2017-06-201-2/+2
* qapi: merge QInt and QFloat in QNumMarc-André Lureau2017-06-201-5/+1Star
* target/i386: Add GDB XML description for SSE registersAbdallah Bouassida2017-06-071-4/+4
* target/i386: use multiple CPU AddressSpacesPaolo Bonzini2017-06-071-5/+10
* numa: move numa_node from CPUState into target specific classesIgor Mammedov2017-06-051-1/+1
* qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-1/+1
* pc: add node-id property to CPUIgor Mammedov2017-05-111-0/+1
* i386: rewrite way CPUID index is validatedDaniel P. Berrange2017-05-111-20/+15Star
* target/i386: Add GDB XML register description supportAbdallah Bouassida2017-05-051-4/+17
* i386: Don't override -cpu options on -cpu host/maxEduardo Habkost2017-03-281-4/+9
* i386: Replace uint32_t* with FeatureWord on feature getter/setterEduardo Habkost2017-03-281-8/+11
* i386: Change stepping of Haswell to non-blacklisted valueEduardo Habkost2017-03-101-1/+1
* i386: host_vendor_fms() helper functionEduardo Habkost2017-03-101-0/+19
* x86: Work around SMI migration breakagesDr. David Alan Gilbert2017-03-031-0/+2
* qapi: flatten GuestPanicInformation unionAnton Nefedov2017-03-031-9/+6Star
* i386: Improve query-cpu-model-expansion full modeEduardo Habkost2017-02-271-3/+31