aboutsummaryrefslogtreecommitdiff
path: root/target-i386/cpu.h
AgeCommit message (Expand)Author
2009-06-22Handle init/sipi in a main cpu exec loop. (v2)Gleb Natapov
2009-06-16allow CPUID vendor overrideAndre Przywara
2009-05-22x86: Add support for resume flagJan Kiszka
2009-05-22kvm: x86: Save/restore KVM-specific CPU statesJan Kiszka
2009-04-19kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir1
2009-04-18x86: Enhanced dump of segment registers (Jan Kiszka)aliguori
2009-03-07The _exit syscall is used for both thread termination in NPTL applications,pbrook
2009-02-09KVM: CPUID takes ecx as input value for some functions (Amit Shah)aliguori
2009-01-29MTRR support on x86, part 2 (Carl-Daniel Hailfinger)aliguori
2009-01-26MTRR support on x86 (Carl-Daniel Hailfinger)aliguori
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-12-13x86 cleanupblueswir1
2008-11-18x86: Debug register emulation (Jan Kiszka)aliguori
2008-11-18Refactor translation block CPU state handling (Jan Kiszka)aliguori
2008-11-18Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori
2008-11-17TCG variable type checking.pbrook
2008-11-05Add KVM support to QEMUaliguori
2008-11-05Split CPUID from op_helperaliguori
2008-11-05Add additional CPU flag definitionsaliguori
2008-09-29My core2duo patch introduced a vague statement of "missing features" in pbrook
2008-09-26Fix definition of EMX bit in cpuid (Jens Axboe).balrog
2008-09-25SYSENTER/SYSEXIT IA-32e implementation (Alexander Graf).balrog
2008-09-25Core 2 Duo specification (Alexander Graf).balrog
2008-09-25Clean up vendor identification (Alexander Graf).balrog
2008-07-01Move interrupt_request and user_mode_only to common cpu state.pbrook
2008-06-30Move CPU save/load registration to common code.pbrook
2008-06-29Add instruction counter.pbrook
2008-06-04save more CPU statebellard
2008-06-04SVM: added tsc_offsetbellard
2008-06-04reworked SVM interrupt handling logic - fixed vmrun EIP saved value - reworke...bellard
2008-06-04EFER loading fixes, including SVME bitbellard
2008-06-03Spelling fixes, by Stefan Weil.ths
2008-05-30Fix typo.pbrook
2008-05-30Move clone() register setup to target specific code. Handle fork-like clone.pbrook
2008-05-29Push common interrupt variables to cpu-defs.h (Glauber Costa)bellard
2008-05-28moved halted field to CPU_COMMONbellard
2008-05-28SVM reworkbellard
2008-05-28variable dynamic translation buffer sizebellard
2008-05-25transformed TN into temporaries - add local temporaries usage when needed - o...bellard
2008-05-17converted condition code supprot to TCG - converted shift ops to TCGbellard
2008-05-12removed unused codebellard
2008-04-22x86/x86-64 MMU PAE fixesaurel32
2008-04-13x86: Introduce CPU_INTERRUPT_NMIaurel32
2008-04-083DNow! instruction set emulationaurel32
2008-02-03Make SVM env->cr[8] a valid register (patch from TeLeMan).balrog
2007-11-14x86_64 linux user emulationbellard
2007-11-11consistent types for cpu_x86_fsave and cpu_x86_frstorbellard
2007-11-10added cpu_model parameter to cpu_init()bellard
2007-11-08removed obsolete x86 code copy supportbellard
2007-11-08added -cpu option for x86 (initial patch by Dan Kenigsberg)bellard