aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2009-07-271-1/+1
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* Handle init/sipi in a main cpu exec loop. (v2)Gleb Natapov2009-06-221-0/+2
* qemu: per-arch cpu_has_work (Marcelo Tosatti)aliguori2009-04-241-3/+12
* Replace noreturn with QEMU_NORETURNmalc2009-02-011-2/+2
* Add noreturn function attributeblueswir12009-01-141-2/+3
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* x86 cleanupblueswir12008-12-131-18/+1
* Common cpu_loop_exit prototypeaurel322008-11-301-1/+0
* i386: remove unused function prototypes (Laurent Desnogues)aliguori2008-11-251-3/+0
* TCG variable type checking.pbrook2008-11-171-1/+1
* Fix some warnings that would be generated by gcc -Wredundant-declsblueswir12008-08-301-25/+1
* 32 bit SVM fixes - INVLPG and INVLPGA updatesbellard2008-06-041-1/+0
* EFER loading fixes, including SVME bitbellard2008-06-041-0/+11
* moved halted field to CPU_COMMONbellard2008-05-281-2/+2
* force bit 1 in eflags loadbellard2008-05-281-1/+1
* transformed TN into temporaries - add local temporaries usage when needed - o...bellard2008-05-251-41/+1
* converted condition code supprot to TCG - converted shift ops to TCGbellard2008-05-171-7/+9
* converted more helpers to TCG - fixed some SVM issuesbellard2008-05-151-22/+4
* converted more helpers to TCGbellard2008-05-121-81/+1
* converted x87 FPU ops to TCGbellard2008-05-121-44/+12
* no need to define global registers in cpu-exec.cbellard2008-05-101-41/+4
* x86: Introduce CPU_INTERRUPT_NMIaurel322008-04-131-2/+3
* use the TCG code generatorbellard2008-02-011-2/+3
* Add rdpmc SVM intercept, by Bernhard Kauer.balrog2007-12-091-0/+1
* removed warningbellard2007-11-111-2/+2
* Replace is_user variable with mmu_idx in softmmu core,j_mayer2007-10-141-2/+2
* SVM Support, by Alexander Graf.ths2007-09-231-0/+10
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-1/+1
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-8/+8
* DR6 single step exception status bit, by Juergen Keil.ths2007-06-261-0/+1
* Fix typo.ths2007-06-031-1/+1
* Clean up of some target specifics in exec.c/cpu-exec.c.ths2007-06-031-0/+13
* added SMM supportbellard2006-09-241-0/+2
* monitor/mwait supportbellard2006-07-101-0/+3
* bswapq fixbellard2006-05-031-0/+1
* SSE3 support (Joachim Henke)bellard2006-04-231-0/+4
* moved common softmmu code to common header (Paul Brook)bellard2005-10-301-64/+1
* fscale fix (bug noticed by Kuwanger, fix by malc)bellard2005-07-241-0/+1
* x86_64 fixes (initial patch by Filip Navara)bellard2005-07-231-2/+3
* NaN support in FPU comparisonsbellard2005-03-201-2/+4
* soft float supportbellard2005-03-131-58/+12
* x86_64 supportbellard2005-03-011-27/+24
* more fpu functionsbellard2005-01-231-0/+39
* MMX/SSE supportbellard2005-01-081-3/+6
* div64 fix - raise_interrupt() fix - SSE fixbellard2005-01-061-5/+1
* syscall insn fixbellard2005-01-041-1/+1
* x86_64 target supportbellard2005-01-031-24/+57
* enter insn fixbellard2004-11-141-0/+1
* correct handling of saved host registersbellard2004-10-121-1/+56