summaryrefslogtreecommitdiff
path: root/target-i386/cpu.h
AgeCommit message (Expand)Author
2016-12-20Move target-* CPU file into a target/ folderThomas Huth
2016-11-02x86: add AVX512_4VNNIW and AVX512_4FMAPS featuresLuwei Kang
2016-10-24pc: apic_common: Extend APIC ID property to 32bitIgor Mammedov
2016-10-07qemu-tech: document lazy condition code evaluation in cpu.hPaolo Bonzini
2016-09-27target-i386: Move xsave component mask to features arrayEduardo Habkost
2016-09-27target-i386: xsave: Calculate set of xsave components on realizeEduardo Habkost
2016-09-27target-i386: Automatically set level/xlevel/xlevel2 when neededEduardo Habkost
2016-09-27target-i386: Add a marker to end of the region zeroed on resetEduardo Habkost
2016-09-19target-i386: Use struct X86XSaveArea in fpu_helper.cRichard Henderson
2016-09-14target-i386: fix ordering of fields in CPUX86StatePaolo Bonzini
2016-09-09target-i386: present virtual L3 cache info for vcpusLongpeng(Mike)
2016-09-05target-i386: Add more Intel AVX-512 instructions supportLuwei Kang
2016-07-20target-i386: Add support for UMIP and RDPID CPUID bitsPaolo Bonzini
2016-07-20target-i386: Add socket/core/thread properties to X86CPUIgor Mammedov
2016-07-20target-i386: Set physical address bits based on hostDr. David Alan Gilbert
2016-07-20target-i386: Use uint32_t for X86CPU.apic_idIgor Mammedov
2016-07-20target-i386: Fill high bits of mtrr maskDr. David Alan Gilbert
2016-07-20target-i386: Allow physical address bits to be setDr. David Alan Gilbert
2016-07-20target-i386: Provide TCG_PHYS_ADDR_BITSDr. David Alan Gilbert
2016-07-19target-i386: Remove redundant HF_SOFTMMU_MASKSergey Fedorov
2016-07-12target-*: Clean up cpu.h header guardsMarkus Armbruster
2016-07-07target-i386: Publish advised value of MSR_IA32_FEATURE_CONTROL via fw_cfgHaozhong Zhang
2016-07-07target-i386: kvm: Add basic Intel LMCE supportAshok Raj
2016-07-07target-i386: Report hyperv feature words through qomEvgeny Yakovlev
2016-07-07pc: Parse CPU features only onceIgor Mammedov
2016-06-29target-*: Don't redefine cpu_exec()Peter Crosthwaite
2016-06-14target-i386: Implement CPUID[0xB] (Extended Topology Enumeration)Radim Krčmář
2016-05-23target-i386: kvm: Allocate kvm_msrs struct once per VCPUEduardo Habkost
2016-05-23cpu: Eliminate cpudef_init(), cpudef_setup()Eduardo Habkost
2016-05-23target-i386: Define structs for layout of xsave areaEduardo Habkost
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini
2016-05-19apic: move target-dependent definitions to cpu.hPaolo Bonzini
2016-05-19target-i386: make cpu-qom.h not target specificPaolo Bonzini
2016-05-18Fix some typos found by codespellStefan Weil
2016-05-12tb: consistently use uint32_t for tb->flagsEmilio G. Cota
2016-03-24target-i386: implement PKE for TCGPaolo Bonzini
2016-02-25Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-02-25target-i386: fix confusion in xcr0 bit position vs. maskPaolo Bonzini
2016-02-23all: Clean up includesPeter Maydell
2016-02-13target-i386: Enable control registers for MPXRichard Henderson
2016-01-21target-i386: Add PKU and and OSPKE supportHuaitong Han
2016-01-21target-i386: Add support to migrate vcpu's TSC rateHaozhong Zhang
2016-01-21target-i386: Add suffixes to MMReg struct fieldsEduardo Habkost
2016-01-21target-i386: Define MMREG_UNION macroEduardo Habkost
2016-01-21target-i386: Define MMXReg._d fieldEduardo Habkost
2016-01-21target-i386: Rename XMM_[BWLSDQ] helpers to ZMM_*Eduardo Habkost
2016-01-21target-i386: Rename struct XMMReg to ZMMRegEduardo Habkost
2016-01-21target-i386: Use a _q array on MMXReg tooEduardo Habkost
2016-01-21target-i386: Rename optimize_flags_init()Eduardo Habkost
2015-12-17target-i386/kvm: Hyper-V SynIC timers MSR's supportAndrey Smetanin