aboutsummaryrefslogtreecommitdiff
path: root/target/i386/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2019-06-10target/i386: Use env_cpu, env_archcpuRichard Henderson1-5/+0
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson1-2/+0
2019-06-10cpu: Define ArchCPURichard Henderson1-0/+1
2019-06-10cpu: Define CPUArchState with typedefRichard Henderson1-3/+2
2019-06-10tcg: Split out target/arch/cpu-param.hRichard Henderson1-21/+0
2019-06-03i386: Enable IA32_MISC_ENABLE MWAIT bit when exposing mwait/monitorWanpeng Li1-0/+1
2019-05-10target/i386: Convert to CPUClass::tlb_fillRichard Henderson1-2/+3
2019-04-25i386: Add new Hygon 'Dhyana' CPU modelPu Wen1-0/+2
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster1-2/+1
2019-04-18target/i386: Simplify how x86_cpu_dump_local_apic_state() printsMarkus Armbruster1-2/+1
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster1-1/+1
2019-03-11i386: extended the cpuid_level when Intel PT is enabledLuwei Kang1-0/+3
2019-02-05Revert "i386: Add CPUID bit for PCONFIG"Robert Hoo1-1/+0
2019-01-14x86: host-phys-bits-limit optionEduardo Habkost1-0/+3
2019-01-14i386/kvm: expose HV_CPUID_ENLIGHTMENT_INFO.EAX and HV_CPUID_NESTED_FEATURES.E...Vitaly Kuznetsov1-0/+2
2018-12-11x86/cpu: Enable MOVDIR64B cpu featureLiu Jingqi1-0/+1
2018-12-11x86/cpu: Enable MOVDIRI cpu featureLiu Jingqi1-0/+1
2018-11-06x86: hv_evmcs CPU flag supportVitaly Kuznetsov1-0/+1
2018-10-30x86: define a new MSR based feature word -- FEATURE_WORDS_ARCH_CAPABILITIESRobert Hoo1-0/+8
2018-10-19hyperv: only add SynIC in compatible configurationsRoman Kagan1-0/+1
2018-10-19i386/kvm: add support for Hyper-V IPI sendVitaly Kuznetsov1-0/+1
2018-10-02i386: Compile CPUX86State xsave_buf only when support KVM or HVFLiran Alon1-1/+3
2018-10-02target/i386: rename HF_SVMI_MASK to HF_GUEST_MASKPaolo Bonzini1-2/+2
2018-10-02target/i386: unify masking of interruptsPaolo Bonzini1-0/+1
2018-08-23target/i386: update MPX flags when CPL changesPaolo Bonzini1-3/+4
2018-08-16i386: Add CPUID bit for WBNOINVDRobert Hoo1-0/+2
2018-08-16i386: Add CPUID bit for PCONFIGRobert Hoo1-0/+1
2018-08-16i386: Add CPUID bit and feature words for IA32_ARCH_CAPABILITIES MSRRobert Hoo1-0/+1
2018-08-16i386: Add new MSR indices for IA32_PRED_CMD and IA32_ARCH_CAPABILITIESRobert Hoo1-0/+2
2018-07-30i386: do not migrate MSR_SMI_COUNT on machine types <2.12Paolo Bonzini1-0/+1
2018-07-23i386: Rename enum CacheType membersEduardo Habkost1-2/+2
2018-07-02target-i386: Add NPT supportJan Kiszka1-0/+6
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-0/+9
2018-06-28target-i386: Mark cpu_vmexit noreturnJan Kiszka1-2/+2
2018-06-08i386: Clean up cache CPUID codeEduardo Habkost1-5/+9
2018-05-23x86/cpu: use standard-headers/asm-x86.kvm_para.hMichael S. Tsirkin1-2/+0
2018-05-21i386: Define the Virt SSBD MSR and handling of it (CVE-2018-3639)Konrad Rzeszutek Wilk1-0/+2
2018-05-21i386: define the 'ssbd' CPUID feature bit (CVE-2018-3639)Daniel P. Berrangé1-0/+1
2018-05-15i386: Add new property to control cache infoBabu Moger1-0/+5
2018-05-15i386: Add cache information in X86CPUDefinitionBabu Moger1-0/+7
2018-05-15i386: Helpers to encode cache information consistentlyEduardo Habkost1-0/+53
2018-05-15x86/cpu: Enable CLDEMOTE(Demote Cache Line) cpu featureJingqi Liu1-0/+1
2018-05-11i386/kvm: add support for Hyper-V reenlightenment MSRsVitaly Kuznetsov1-0/+4
2018-04-09i386/hyperv: add hv-frequencies cpu propertyRoman Kagan1-0/+1
2018-03-19cpu: get rid of unused cpu_init() definesIgor Mammedov1-2/+0
2018-03-19cpu: add CPU_RESOLVING_TYPE macroIgor Mammedov1-0/+1
2018-03-15Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-sev' into sta...Peter Maydell1-0/+3
2018-03-13KVM: x86: Add support for save/load MSR_SMI_COUNTLiran Alon1-0/+3
2018-03-12i386: Add support to get/set/migrate Intel Processor Trace featureChao Peng1-0/+22