summaryrefslogtreecommitdiff
path: root/target-i386/cpu.h
AgeCommit message (Expand)Author
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
2015-12-17target-i386/kvm: Hyper-V SynIC MSR's supportAndrey Smetanin
2015-11-26target-i386: kvm: Use env->mcg_cap when setting up MCEEduardo Habkost
2015-11-05target-i386: Enable clflushopt/clwb/pcommit instructionsXiao Guangrong
2015-10-23target-i386: Check CR4[DE] for processing DR4/DR5Richard Henderson
2015-10-23target-i386: Handle I/O breakpointsEduardo Habkost
2015-10-23target-i386: Move hw_*breakpoint_* functionsRichard Henderson
2015-10-23target-i386: Introduce cpu_x86_update_dr7Richard Henderson
2015-10-12target-i386/kvm: Hyper-V HV_X64_MSR_VP_RUNTIME supportAndrey Smetanin
2015-10-07target-*: Drop cpu_gen_code defineRichard Henderson
2015-10-07target-i386: Add cc_op state to insn_startRichard Henderson
2015-10-02Correctly re-init EFER state during INIT IPIBill Paul
2015-10-02target-i386: Make check_hw_breakpoints staticRichard Henderson
2015-10-02target-i386: Convert kvm_default_*features to property/value pairsEduardo Habkost
2015-09-25i386: Rename ELF_MACHINE to be x86 specificPeter Crosthwaite
2015-09-25hmp: added local apic dump statePavel Butsykin
2015-09-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-09-16i386/kvm: Hyper-v crash msrs set/get'ers and migrationAndrey Smetanin
2015-09-15target-i386: introduce new raise_exception functionsPavel Dovgalyuk
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-09-11tlb: Add "ifetch" argument to cpu_mmu_index()Benjamin Herrenschmidt
2015-09-09replace spinlock by QemuMutex.KONRAD Frederic
2015-08-13target-i386: Remove x86_cpu_compat_set_features()Eduardo Habkost
2015-07-09cpu-exec: Purge all uses of ENV_GET_CPU()Peter Crosthwaite
2015-07-07target-i386: avoid overflow in the tsc-frequency propertyPaolo Bonzini
2015-07-07i386: Introduce ARAT CPU featureJan Kiszka
2015-07-06target-i386: add support for SMBASE MSR and SMIsPaolo Bonzini
2015-06-05target-i386: use memory API to implement SMRAMPaolo Bonzini
2015-06-05target-i386: mask NMIs on entry to SMMPaolo Bonzini
2015-06-05target-i386: Use correct memory attributes for memory accessesPaolo Bonzini
2015-06-05target-i386: introduce cpu_get_mem_attrsPaolo Bonzini
2015-06-02target-i386: Fix signedness of MSR_IA32_APICBASE_BASEEduardo Habkost
2015-04-04target-i386: remove superfluous TARGET_HAS_SMC macroEmilio G. Cota
2015-03-17target-i386: Remove icc_bridge parameter from cpu_x86_create()Eduardo Habkost
2015-03-11Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-peter' into s...Peter Maydell
2015-03-10cpu: Make cpu_init() return QOM CPUState objectEduardo Habkost
2015-03-09target-i386: Move APIC ID compatibility code to pc.cEduardo Habkost