summaryrefslogtreecommitdiffstats
path: root/target-i386/cpu.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* 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/+1
* 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/+0
* moved halted field to CPU_COMMONbellard2008-05-281-3/+1
* 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/+1
* converted condition code supprot to TCG - converted shift ops to TCGbellard2008-05-171-0/+8
* removed unused codebellard2008-05-121-6/+0
* 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/+1
* removed obsolete x86 code copy supportbellard2007-11-081-11/+0
* added -cpu option for x86 (initial patch by Dan Kenigsberg)bellard2007-11-081-1/+38
* Replace is_user variable with mmu_idx in softmmu core,j_mayer2007-10-141-0/+11
* Move get_sp_from_cpustate from cpu.h to target_signal.h.ths2007-09-271-5/+0
* linux-user sigaltstack() syscall, by Thayne Harbaugh.ths2007-09-271-0/+5
* SVM Support, by Alexander Graf.ths2007-09-231-0/+22
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-4/+4
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-15/+15
* Spelling fixes, by Stefan Weil.ths2007-07-111-1/+1
OpenPOWER on IntegriCloud