summaryrefslogtreecommitdiffstats
path: root/target-i386/cpu.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move target-specific defines to the target directories.ths2007-06-031-0/+7
* i386 return APIC ID with cpuid, by Bernhard Kauer.ths2007-04-031-0/+1
* Generate double and triple faults, by Bernhard Kauer.ths2007-03-311-0/+1
* darwin fixbellard2007-02-051-1/+1
* siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont.ths2007-01-311-2/+1
* Check ELF binaries for machine type and endianness.ths2006-12-231-0/+6
* SMM fix for x86_64bellard2006-09-271-1/+3
* added SMM supportbellard2006-09-241-0/+4
* SSE3 support (Joachim Henke)bellard2006-04-231-1/+1
* added last_io_time fieldbellard2006-02-081-0/+10
* nx definesbellard2005-11-281-0/+3
* added HF_HALTED bitbellard2005-11-231-1/+3
* added CPU_COMMON and CPUState.tb_jmp_cache[]bellard2005-11-201-20/+1
* x86_64 fixes (initial patch by Filip Navara)bellard2005-07-231-0/+10
* enable EFER usage in i386 emulation - more cpuid bitsbellard2005-04-231-3/+8
* gdb support for user mode (Paul Brook)bellard2005-04-171-0/+2
* soft float supportbellard2005-03-131-5/+9
* fixed kqemu configbellard2005-02-121-3/+0
* disable USE_KQEMU if no sourcebellard2005-02-121-1/+1
* kqemu supportbellard2005-02-101-10/+25
* CR8 supportbellard2005-01-231-9/+4
* fixed performance regressionbellard2005-01-121-5/+5
* MMX/SSE supportbellard2005-01-081-6/+24
* big endian SSE fixbellard2005-01-061-8/+33
* x86_64 target supportbellard2005-01-031-32/+157
* monitor fixesbellard2004-10-091-1/+0
* commentbellard2004-07-121-1/+1
* added cpu_reset()bellard2004-06-201-0/+1
OpenPOWER on IntegriCloud