summaryrefslogtreecommitdiffstats
path: root/target-i386/cpu.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| * target-i386: raise page fault for reserved physical address bitsPaolo Bonzini2014-06-051-0/+10
| * target-i386: simplify SMAP handling in MMU_KSMAP_IDXPaolo Bonzini2014-06-051-1/+1
| * target-i386: fix kernel accesses with SMAP and CPL = 3Paolo Bonzini2014-06-051-4/+11
| * target-i386: rename KSMAP to KNOSMAPPaolo Bonzini2014-06-051-3/+3
* | target-i386: set CC_OP to CC_OP_EFLAGS in cpu_load_eflagsPaolo Bonzini2014-05-211-1/+4
* | target-i386: get CPL from SS.DPLPaolo Bonzini2014-05-211-5/+3
|/
* cpu: make CPU_INTERRUPT_RESET available on all targetsPaolo Bonzini2014-05-131-3/+4
* target-i386: preserve FPU and MSR state on INITPaolo Bonzini2014-05-131-16/+26
* target-i386: fix set of registers zeroed on resetPaolo Bonzini2014-05-131-5/+6
* target-i386: the x86 CPL is stored in CS.selector - auto update hflags accord...Kevin O'Connor2014-05-131-13/+12
* target-i386: Avoid shifting left into sign bitPeter Maydell2014-03-271-167/+167
* cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-1/+2
* cpu: Move watchpoint fields from CPU_COMMON to CPUStateAndreas Färber2014-03-131-1/+1
* cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber2014-03-131-2/+1
OpenPOWER on IntegriCloud