summaryrefslogtreecommitdiff
path: root/target-i386/cpu.h
AgeCommit message (Expand)Author
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
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer
2007-09-27Move get_sp_from_cpustate from cpu.h to target_signal.h.ths
2007-09-27linux-user sigaltstack() syscall, by Thayne Harbaugh.ths
2007-09-23SVM Support, by Alexander Graf.ths
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-07-11Spelling fixes, by Stefan Weil.ths
2007-06-03Move target-specific defines to the target directories.ths
2007-04-03i386 return APIC ID with cpuid, by Bernhard Kauer.ths
2007-03-31Generate double and triple faults, by Bernhard Kauer.ths
2007-02-05darwin fixbellard
2007-01-31siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont.ths
2006-12-23Check ELF binaries for machine type and endianness.ths
2006-09-27SMM fix for x86_64bellard
2006-09-24added SMM supportbellard
2006-04-23SSE3 support (Joachim Henke)bellard
2006-02-08added last_io_time fieldbellard
2005-11-28nx definesbellard
2005-11-23added HF_HALTED bitbellard
2005-11-20added CPU_COMMON and CPUState.tb_jmp_cache[]bellard
2005-07-23x86_64 fixes (initial patch by Filip Navara)bellard
2005-04-23enable EFER usage in i386 emulation - more cpuid bitsbellard
2005-04-17gdb support for user mode (Paul Brook)bellard
2005-03-13soft float supportbellard
2005-02-12fixed kqemu configbellard
2005-02-12disable USE_KQEMU if no sourcebellard
2005-02-10kqemu supportbellard
2005-01-23CR8 supportbellard
2005-01-12fixed performance regressionbellard
2005-01-08MMX/SSE supportbellard
2005-01-06big endian SSE fixbellard
2005-01-03x86_64 target supportbellard
2004-10-09monitor fixesbellard
2004-07-12commentbellard
2004-06-20added cpu_reset()bellard
2004-06-13fixed 16 bit segment optimisationsbellard