aboutsummaryrefslogtreecommitdiff
path: root/target/i386/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-28i386: Enable NPT and NRIPSAVE for AMD CPUsVitaly Kuznetsov1-0/+8
2019-01-28i386: Update stepping of Cascadelake-ServerTao Xu1-1/+1
2019-01-14i386/kvm: add a comment explaining why .feat_names are commented out for Hype...Vitaly Kuznetsov1-0/+7
2019-01-14x86: host-phys-bits-limit optionEduardo Habkost1-0/+5
2019-01-14target/i386: Disable MPX support on named CPU modelsPaolo Bonzini1-7/+7
2019-01-14target-i386: Reenable RDTSCP support on Opteron_G[345] CPU models CPU modelsBorislav Petkov1-7/+4
2019-01-14i386/kvm: expose HV_CPUID_ENLIGHTMENT_INFO.EAX and HV_CPUID_NESTED_FEATURES.E...Vitaly Kuznetsov1-0/+30
2019-01-07qdev-props: remove errp from GlobalPropertyMarc-André Lureau1-1/+0
2018-12-12Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell1-3/+3
2018-12-11i386: Add "stibp" flag nameEduardo Habkost1-1/+1
2018-12-11x86/cpu: Enable MOVDIR64B cpu featureLiu Jingqi1-1/+1
2018-12-11x86/cpu: Enable MOVDIRI cpu featureLiu Jingqi1-1/+1
2018-12-11misc: fix spellingMarc-André Lureau1-1/+1
2018-11-06x86: hv_evmcs CPU flag supportVitaly Kuznetsov1-0/+1
2018-10-30i386: Add PKU on Skylake-Server CPU modelTao Xu1-0/+4
2018-10-30i386: Add new model of Cascadelake-ServerTao Xu1-0/+54
2018-10-30x86: define a new MSR based feature word -- FEATURE_WORDS_ARCH_CAPABILITIESRobert Hoo1-1/+23
2018-10-30x86: Data structure changes to support MSR based featuresRobert Hoo1-55/+142
2018-10-30i386: correct cpu_x86_cpuid(0xd)Sebastian Andrzej Siewior1-1/+1
2018-10-23Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...Peter Maydell1-8/+9
2018-10-19cpus hw target: Use warn_report() & friends to report warningsMarkus Armbruster1-8/+9
2018-10-19hyperv: only add SynIC in compatible configurationsRoman Kagan1-0/+2
2018-10-19i386/kvm: add support for Hyper-V IPI sendVitaly Kuznetsov1-0/+1
2018-10-02target/i386: unify masking of interruptsPaolo Bonzini1-10/+41
2018-08-23i386: Fix arch_query_cpu_model_expansion() leakEduardo Habkost1-6/+3
2018-08-16i386: Disable TOPOEXT by default on "-cpu host"Eduardo Habkost1-0/+6
2018-08-16target-i386: adds PV_SEND_IPI CPUID feature bitWanpeng Li1-1/+1
2018-08-16i386: Add new CPU model Icelake-{Server,Client}Robert Hoo1-0/+115
2018-08-16i386: Add CPUID bit for WBNOINVDRobert Hoo1-1/+1
2018-08-16i386: Add CPUID bit for PCONFIGRobert Hoo1-1/+1
2018-08-16i386: Add CPUID bit and feature words for IA32_ARCH_CAPABILITIES MSRRobert Hoo1-1/+2
2018-07-30i386: do not migrate MSR_SMI_COUNT on machine types <2.12Paolo Bonzini1-0/+2
2018-07-23i386: Rename enum CacheType membersEduardo Habkost1-64/+64
2018-07-06i386: fix '-cpu ?' output for host cpu typeGreg Kurz1-7/+7
2018-07-02target-i386: Add NPT supportJan Kiszka1-1/+1
2018-07-02x86/cpu: Use definitions from "qemu/units.h"Philippe Mathieu-Daudé1-3/+1
2018-07-02i386/kvm: add support for Hyper-V TLB flushVitaly Kuznetsov1-0/+1
2018-06-29i386/cpu: make -cpu host support monitor/mwaitMichael S. Tsirkin1-10/+22
2018-06-22i386: Remove generic SMT thread checkBabu Moger1-6/+11
2018-06-22i386: Enable TOPOEXT feature on AMD EPYC CPUBabu Moger1-4/+6
2018-06-22i386: Fix up the Node id for CPUID_8000_001EBabu Moger1-1/+25
2018-06-22i386: Define AMD's no SSB mitigation needed.Konrad Rzeszutek Wilk1-1/+1
2018-06-22i386: define the AMD 'amd-ssbd' CPUID feature bitKonrad Rzeszutek Wilk1-1/+1
2018-06-22i386: Remove ospke CPUID flag nameEduardo Habkost1-2/+3
2018-06-22i386: Remove osxsave CPUID flag nameEduardo Habkost1-1/+1
2018-06-22i386: display known CPUID features linewrapped, in alphabetical orderDaniel P. Berrangé1-14/+27
2018-06-22i386: improve sorting of CPU model namesDaniel P. Berrangé1-5/+9
2018-06-22i386: improve alignment of CPU model listingDaniel P. Berrangé1-1/+1
2018-06-22i386: Add support for CPUID_8000_001E for AMDBabu Moger1-0/+86
2018-06-08i386: Populate AMD Processor Cache Information for cpuid 0x8000001DBabu Moger1-0/+117