summaryrefslogtreecommitdiff
path: root/target/i386/cpu.c
AgeCommit message (Expand)Author
2018-06-29i386/cpu: make -cpu host support monitor/mwaitMichael S. Tsirkin
2018-06-22i386: Remove generic SMT thread checkBabu Moger
2018-06-22i386: Enable TOPOEXT feature on AMD EPYC CPUBabu Moger
2018-06-22i386: Fix up the Node id for CPUID_8000_001EBabu Moger
2018-06-22i386: Define AMD's no SSB mitigation needed.Konrad Rzeszutek Wilk
2018-06-22i386: define the AMD 'amd-ssbd' CPUID feature bitKonrad Rzeszutek Wilk
2018-06-22i386: Remove ospke CPUID flag nameEduardo Habkost
2018-06-22i386: Remove osxsave CPUID flag nameEduardo Habkost
2018-06-22i386: display known CPUID features linewrapped, in alphabetical orderDaniel P. Berrangé
2018-06-22i386: improve sorting of CPU model namesDaniel P. Berrangé
2018-06-22i386: improve alignment of CPU model listingDaniel P. Berrangé
2018-06-22i386: Add support for CPUID_8000_001E for AMDBabu Moger
2018-06-08i386: Populate AMD Processor Cache Information for cpuid 0x8000001DBabu Moger
2018-06-08i386: Clean up cache CPUID codeEduardo Habkost
2018-05-23x86/cpu: use standard-headers/asm-x86.kvm_para.hMichael S. Tsirkin
2018-05-21i386: define the AMD 'virt-ssbd' CPUID feature bit (CVE-2018-3639)Konrad Rzeszutek Wilk
2018-05-21i386: define the 'ssbd' CPUID feature bit (CVE-2018-3639)Daniel P. Berrangé
2018-05-15i386: Add new property to control cache infoBabu Moger
2018-05-15i386: Initialize cache information for EPYC family processorsBabu Moger
2018-05-15i386: Add cache information in X86CPUDefinitionBabu Moger
2018-05-15i386: Helpers to encode cache information consistentlyEduardo Habkost
2018-05-15x86/cpu: Enable CLDEMOTE(Demote Cache Line) cpu featureJingqi Liu
2018-05-15i386: add KnightsMill cpu modelBoqun Feng
2018-05-11i386/kvm: add support for Hyper-V reenlightenment MSRsVitaly Kuznetsov
2018-04-16i386: Don't automatically enable FEAT_KVM_HINTS bitsEduardo Habkost
2018-04-09i386/hyperv: add hv-frequencies cpu propertyRoman Kagan
2018-03-20Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2018-03-19i386: Disable Intel PT if packets IP payloads have LIP valuesLuwei Kang
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz
2018-03-19cpu: drop unnecessary NULL check and cpu_common_class_by_name()Igor Mammedov
2018-03-15Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-sev' into sta...Peter Maydell
2018-03-13cpu/i386: populate CPUID 0x8000_001F when SEV is activeBrijesh Singh
2018-03-13KVM: x86: Add support for save/load MSR_SMI_COUNTLiran Alon
2018-03-12i386: Add Intel Processor Trace feature supportChao Peng
2018-03-12target-i386: add KVM_HINTS_DEDICATED performance hintWanpeng Li
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster
2018-02-09Eliminate qapi/qmp/types.hMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé
2018-01-17i386: Add EPYC-IBPB CPU modelEduardo Habkost
2018-01-17i386: Add new -IBRS versions of Intel CPU modelsEduardo Habkost
2018-01-17i386: Add FEAT_8000_0008_EBX CPUID feature wordEduardo Habkost
2018-01-17i386: Add spec-ctrl CPUID bitEduardo Habkost
2018-01-17i386: Change X86CPUDefinition::model_id to const char*Eduardo Habkost
2018-01-17target/i386: add clflushopt to "Skylake-Server" cpu modelHaozhong Zhang
2018-01-16target/i386: move hflags update code to a functionTao Wu
2017-12-22i386: hvf: refactor event injection code for hvfSergio Andres Gomez Del Real
2017-12-22i386: refactor KVM cpuid code so that it applies to hvf as wellSergio Andres Gomez Del Real