summaryrefslogtreecommitdiffstats
path: root/target-i386/cpu.h
Commit message (Expand)AuthorAgeFilesLines
* preserve the hypervisor bit while KVM trims the CPUID bitsAndre Przywara2009-06-291-0/+1
* Handle init/sipi in a main cpu exec loop. (v2)Gleb Natapov2009-06-221-0/+4
* allow CPUID vendor overrideAndre Przywara2009-06-161-0/+1
* x86: Add support for resume flagJan Kiszka2009-05-221-3/+6
* kvm: x86: Save/restore KVM-specific CPU statesJan Kiszka2009-05-221-1/+2
* kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir12009-04-191-2/+2
* x86: Enhanced dump of segment registers (Jan Kiszka)aliguori2009-04-181-1/+2
* The _exit syscall is used for both thread termination in NPTL applications,pbrook2009-03-071-1/+2
* KVM: CPUID takes ecx as input value for some functions (Amit Shah)aliguori2009-02-091-1/+1
* MTRR support on x86, part 2 (Carl-Daniel Hailfinger)aliguori2009-01-291-0/+5
* MTRR support on x86 (Carl-Daniel Hailfinger)aliguori2009-01-261-1/+26
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* x86 cleanupblueswir12008-12-131-28/+38
* x86: Debug register emulation (Jan Kiszka)aliguori2008-11-181-1/+35
* Refactor translation block CPU state handling (Jan Kiszka)aliguori2008-11-181-0/+8
* Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori2008-11-181-2/+6
* TCG variable type checking.pbrook2008-11-171-2/+0Star
* Add KVM support to QEMUaliguori2008-11-051-0/+6
* Split CPUID from op_helperaliguori2008-11-051-0/+4
* Add additional CPU flag definitionsaliguori2008-11-051-1/+8
* My core2duo patch introduced a vague statement of "missing features" in pbrook2008-09-291-2/+10
* Fix definition of EMX bit in cpuid (Jens Axboe).balrog2008-09-261-1/+1
* SYSENTER/SYSEXIT IA-32e implementation (Alexander Graf).balrog2008-09-251-3/+3
* Core 2 Duo specification (Alexander Graf).balrog2008-09-251-0/+5
* Clean up vendor identification (Alexander Graf).balrog2008-09-251-0/+8
* Move interrupt_request and user_mode_only to common cpu state.pbrook2008-07-011-3/+1Star
* Move CPU save/load registration to common code.pbrook2008-06-301-0/+2
* Add instruction counter.pbrook2008-06-291-0/+2
* save more CPU statebellard2008-06-041-2/+2
* SVM: added tsc_offsetbellard2008-06-041-3/+4
* reworked SVM interrupt handling logic - fixed vmrun EIP saved value - reworke...bellard2008-06-041-10/+19
* EFER loading fixes, including SVME bitbellard2008-06-041-1/+1
* Spelling fixes, by Stefan Weil.ths2008-06-031-1/+1
* Fix typo.pbrook2008-05-301-1/+1
* Move clone() register setup to target specific code. Handle fork-like clone.pbrook2008-05-301-0/+9
* Push common interrupt variables to cpu-defs.h (Glauber Costa)bellard2008-05-291-2/+0Star
* moved halted field to CPU_COMMONbellard2008-05-281-3/+1Star
* SVM reworkbellard2008-05-281-0/+6
* variable dynamic translation buffer sizebellard2008-05-281-0/+2
* transformed TN into temporaries - add local temporaries usage when needed - o...bellard2008-05-251-6/+1Star
* converted condition code supprot to TCG - converted shift ops to TCGbellard2008-05-171-0/+8
* removed unused codebellard2008-05-131-6/+0Star
* x86/x86-64 MMU PAE fixesaurel322008-04-221-1/+1
* x86: Introduce CPU_INTERRUPT_NMIaurel322008-04-131-0/+2
* 3DNow! instruction set emulationaurel322008-04-081-2/+6
* Make SVM env->cr[8] a valid register (patch from TeLeMan).balrog2008-02-031-1/+1
* x86_64 linux user emulationbellard2007-11-141-0/+3
* consistent types for cpu_x86_fsave and cpu_x86_frstorbellard2007-11-111-2/+2
* added cpu_model parameter to cpu_init()bellard2007-11-101-2/+1Star
* removed obsolete x86 code copy supportbellard2007-11-081-11/+0Star