summaryrefslogtreecommitdiffstats
path: root/target-i386/cpu.h
Commit message (Expand)AuthorAgeFilesLines
* target-i386/kvm: Hyper-V HV_X64_MSR_VP_RUNTIME supportAndrey Smetanin2015-10-121-0/+1
* target-*: Drop cpu_gen_code defineRichard Henderson2015-10-071-1/+0
* target-i386: Add cc_op state to insn_startRichard Henderson2015-10-071-0/+1
* Correctly re-init EFER state during INIT IPIBill Paul2015-10-021-1/+1
* target-i386: Make check_hw_breakpoints staticRichard Henderson2015-10-021-1/+0
* target-i386: Convert kvm_default_*features to property/value pairsEduardo Habkost2015-10-021-2/+9
* i386: Rename ELF_MACHINE to be x86 specificPeter Crosthwaite2015-09-251-2/+2
* hmp: added local apic dump statePavel Butsykin2015-09-251-0/+3
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-09-161-0/+2
|\
| * i386/kvm: Hyper-v crash msrs set/get'ers and migrationAndrey Smetanin2015-09-161-0/+2
* | target-i386: introduce new raise_exception functionsPavel Dovgalyuk2015-09-151-0/+4
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-09-141-0/+3
|\
| * replace spinlock by QemuMutex.KONRAD Frederic2015-09-091-0/+3
* | tlb: Add "ifetch" argument to cpu_mmu_index()Benjamin Herrenschmidt2015-09-111-1/+1
|/
* target-i386: Remove x86_cpu_compat_set_features()Eduardo Habkost2015-08-131-3/+0
* cpu-exec: Purge all uses of ENV_GET_CPU()Peter Crosthwaite2015-07-091-1/+1
* target-i386: avoid overflow in the tsc-frequency propertyPaolo Bonzini2015-07-071-1/+1
* i386: Introduce ARAT CPU featureJan Kiszka2015-07-071-0/+3
* target-i386: add support for SMBASE MSR and SMIsPaolo Bonzini2015-07-061-0/+1
* target-i386: use memory API to implement SMRAMPaolo Bonzini2015-06-051-1/+2
* target-i386: mask NMIs on entry to SMMPaolo Bonzini2015-06-051-9/+11
* target-i386: Use correct memory attributes for memory accessesPaolo Bonzini2015-06-051-0/+12
* target-i386: introduce cpu_get_mem_attrsPaolo Bonzini2015-06-051-0/+5
* target-i386: Fix signedness of MSR_IA32_APICBASE_BASEEduardo Habkost2015-06-021-1/+1
* target-i386: remove superfluous TARGET_HAS_SMC macroEmilio G. Cota2015-04-041-2/+0
* target-i386: Remove icc_bridge parameter from cpu_x86_create()Eduardo Habkost2015-03-171-2/+1
* Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-peter' into s...Peter Maydell2015-03-111-8/+1
|\
| * cpu: Make cpu_init() return QOM CPUState objectEduardo Habkost2015-03-101-8/+1
* | target-i386: Move APIC ID compatibility code to pc.cEduardo Habkost2015-03-091-1/+0
* | target-i386: Move CPUX86State::cpuid_apic_id to X86CPU::apic_idEduardo Habkost2015-03-091-1/+0
|/
* Revert "Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request'...Peter Maydell2015-03-031-3/+10
* target-i386: Move CPUX86State.cpuid_apic_id to X86CPU.apic_idEduardo Habkost2015-02-251-1/+0
* target-i386: Eliminate cpu_init() functionEduardo Habkost2015-02-251-9/+3
* target-i386: Rename cpu_x86_init() to cpu_x86_init_user()Eduardo Habkost2015-02-251-2/+2
* target-i386: make xmm_regs 512-bit widePaolo Bonzini2015-01-261-60/+8
* exec.c: Drop TARGET_HAS_ICE define and checksPeter Maydell2015-01-201-2/+0
* i386: do not cross the pages boundaries in replay modePavel Dovgalyuk2014-12-151-0/+3
* target-i386: get/set/migrate XSAVES stateWanpeng Li2014-12-151-0/+2
* target-i386: add feature flags for CPUID[EAX=0xd,ECX=1]Paolo Bonzini2014-12-151-0/+6
* target-i386: fix Coverity complaints about overflowsPaolo Bonzini2014-11-131-1/+1
* target-i386: Disable SVM by default in KVM modeEduardo Habkost2014-11-041-0/+1
* target-i386: Rename KVM auto-feature-enable compat functionEduardo Habkost2014-11-031-1/+1
* target-i386: add Intel AVX-512 supportChao Peng2014-10-241-0/+61
* target-i386: update fp status fixPavel Dovgalyuk2014-09-181-0/+2
* cpu-exec: Make debug_excp_handler a QOM CPU methodPeter Maydell2014-09-121-1/+1
* x86: kvm: Add MTRR support for kvm_get|put_msrs()Alex Williamson2014-08-251-0/+2
* x86: Use common variable range MTRR countsAlex Williamson2014-08-251-1/+1
* target-i386: Support "invariant tsc" flagMarcelo Tosatti2014-06-251-0/+4
* Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into stagingPeter Maydell2014-06-051-7/+26
|\
| * target-i386: raise page fault for reserved bits in large pagesPaolo Bonzini2014-06-051-0/+2
OpenPOWER on IntegriCloud