aboutsummaryrefslogtreecommitdiff
path: root/target/i386/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-23x86/cpu: use standard-headers/asm-x86.kvm_para.hMichael S. Tsirkin1-3/+1
2018-05-21i386: define the AMD 'virt-ssbd' CPUID feature bit (CVE-2018-3639)Konrad Rzeszutek Wilk1-1/+1
2018-05-21i386: define the 'ssbd' CPUID feature bit (CVE-2018-3639)Daniel P. Berrangé1-1/+1
2018-05-15i386: Add new property to control cache infoBabu Moger1-26/+71
2018-05-15i386: Initialize cache information for EPYC family processorsBabu Moger1-0/+52
2018-05-15i386: Add cache information in X86CPUDefinitionBabu Moger1-0/+1
2018-05-15i386: Helpers to encode cache information consistentlyEduardo Habkost1-124/+371
2018-05-15x86/cpu: Enable CLDEMOTE(Demote Cache Line) cpu featureJingqi Liu1-1/+1
2018-05-15i386: add KnightsMill cpu modelBoqun Feng1-0/+42
2018-05-11i386/kvm: add support for Hyper-V reenlightenment MSRsVitaly Kuznetsov1-1/+3
2018-04-16i386: Don't automatically enable FEAT_KVM_HINTS bitsEduardo Habkost1-1/+9
2018-04-09i386/hyperv: add hv-frequencies cpu propertyRoman Kagan1-0/+1
2018-03-20Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-8/+5
2018-03-19i386: Disable Intel PT if packets IP payloads have LIP valuesLuwei Kang1-1/+4
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz1-1/+1
2018-03-19cpu: drop unnecessary NULL check and cpu_common_class_by_name()Igor Mammedov1-7/+1
2018-03-15Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-sev' into sta...Peter Maydell1-0/+14
2018-03-13cpu/i386: populate CPUID 0x8000_001F when SEV is activeBrijesh Singh1-0/+13
2018-03-13KVM: x86: Add support for save/load MSR_SMI_COUNTLiran Alon1-0/+1
2018-03-12i386: Add Intel Processor Trace feature supportChao Peng1-2/+76
2018-03-12target-i386: add KVM_HINTS_DEDICATED performance hintWanpeng Li1-0/+14
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