summaryrefslogtreecommitdiff
path: root/target/i386/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster1-2/+2
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09Eliminate qapi/qmp/types.hMarkus Armbruster1-1/+0
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+2
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster1-1/+0
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé1-4/+4
2018-01-17i386: Add EPYC-IBPB CPU modelEduardo Habkost1-0/+46
2018-01-17i386: Add new -IBRS versions of Intel CPU modelsEduardo Habkost1-1/+378
2018-01-17i386: Add FEAT_8000_0008_EBX CPUID feature wordEduardo Habkost1-1/+18
2018-01-17i386: Add spec-ctrl CPUID bitEduardo Habkost1-1/+1
2018-01-17i386: Change X86CPUDefinition::model_id to const char*Eduardo Habkost1-1/+8
2018-01-17target/i386: add clflushopt to "Skylake-Server" cpu modelHaozhong Zhang1-1/+1
2018-01-16target/i386: move hflags update code to a functionTao Wu1-0/+42
2017-12-22i386: hvf: refactor event injection code for hvfSergio Andres Gomez Del Real1-0/+3
2017-12-22i386: refactor KVM cpuid code so that it applies to hvf as wellSergio Andres Gomez Del Real1-20/+57
2017-12-21cpu: refactor cpu_address_space_init()Peter Xu1-8/+2
2017-12-21x86/cpu: Enable new SSE/AVX/AVX512 cpu featuresYang Zhong1-3/+3
2017-12-18Remove empty statementsLadi Prosek1-1/+1
2017-11-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2017-11-14target-i386: adds PV_TLB_FLUSH CPUID feature bitWanpeng Li1-1/+1
2017-11-09disas: Dump insn bytes along with capstone disassemblyRichard Henderson1-0/+2
2017-10-27Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell1-0/+19
2017-10-26tcg: Avoid setting tcg_initialize if !CONFIG_TCGRichard Henderson1-0/+2
2017-10-25i386: Support Capstone in disas_set_infoRichard Henderson1-0/+7
2017-10-25target/i386: Convert to disas_set_info hookRichard Henderson1-0/+12
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson1-4/+1
2017-09-22memory: Get rid of address_space_init_shareableAlexey Kardashevskiy1-2/+3
2017-09-20Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-3/+0
2017-09-19hyperv: add header with protocol definitionsRoman Kagan1-2/+2
2017-09-19i386/cpu/hyperv: support over 64 vcpus for windows guestsGonglei1-0/+14
2017-09-19Convert multi-line fprintf() to warn_report()Alistair Francis1-6/+6
2017-09-19pc: use generic cpu_model parsingIgor Mammedov1-3/+0
2017-09-04Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-09-01-v3' in...Peter Maydell1-2/+2
2017-09-04qdict: Add qdict_put_null() helper, and put it to useMarc-André Lureau1-2/+2
2017-09-01x86: replace cpu_x86_init() with cpu_generic_init()Igor Mammedov1-5/+0
2017-09-01target-i386/cpu: Add new EPYC CPU modelBrijesh Singh1-0/+44
2017-07-26target/i386: Don't use x86_cpu_load_def() on "max" CPU modelEduardo Habkost1-6/+12
2017-07-26target/i386: Define CPUID_MODEL_ID_SZ macroEduardo Habkost1-0/+11
2017-07-26target/i386: Use host_vendor_fms() in max_x86_cpu_initfn()Eduardo Habkost1-7/+2
2017-07-24qapi: Separate type QNull from QObjectMarkus Armbruster1-2/+2
2017-07-17i386: add Skylake-Server cpu modelBoqun Feng (Intel)1-0/+48
2017-07-17i386: Update comment about XSAVES on Skylake-ClientEduardo Habkost1-1/+1
2017-07-17i386: expose "TCGTCGTCGTCG" in the 0x40000000 CPUID leafDaniel P. Berrange1-0/+28
2017-07-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2017-07-14qdev: Add const qualifier to PropertyInfo definitionsFam Zheng1-1/+1
2017-07-13Convert error_report() to warn_report()Alistair Francis1-11/+11
2017-07-05target/i386: add the tcg_enabled() in target/i386/Yang Zhong1-1/+3
2017-06-20i386/cpu: use get_uint() for "min-level"/"min-xlevel" propertiesMarc-André Lureau1-2/+2
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau1-5/+1
2017-06-07target/i386: Add GDB XML description for SSE registersAbdallah Bouassida1-4/+4