aboutsummaryrefslogtreecommitdiffstats
path: root/target-i386/exec.h
AgeCommit message (Expand)AuthorFilesLines
2009-04-24qemu: per-arch cpu_has_work (Marcelo Tosatti)aliguori1-3/+12
2009-02-01Replace noreturn with QEMU_NORETURNmalc1-2/+2
2009-01-14Add noreturn function attributeblueswir11-2/+3
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-12-13x86 cleanupblueswir11-18/+1
2008-11-30Common cpu_loop_exit prototypeaurel321-1/+0
2008-11-25i386: remove unused function prototypes (Laurent Desnogues)aliguori1-3/+0
2008-11-17TCG variable type checking.pbrook1-1/+1
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir11-25/+1
2008-06-0432 bit SVM fixes - INVLPG and INVLPGA updatesbellard1-1/+0
2008-06-04EFER loading fixes, including SVME bitbellard1-0/+11
2008-05-28moved halted field to CPU_COMMONbellard1-2/+2
2008-05-28force bit 1 in eflags loadbellard1-1/+1
2008-05-25transformed TN into temporaries - add local temporaries usage when needed - o...bellard1-41/+1
2008-05-17converted condition code supprot to TCG - converted shift ops to TCGbellard1-7/+9
2008-05-15converted more helpers to TCG - fixed some SVM issuesbellard1-22/+4
2008-05-12converted more helpers to TCGbellard1-81/+1
2008-05-12converted x87 FPU ops to TCGbellard1-44/+12
2008-05-10no need to define global registers in cpu-exec.cbellard1-41/+4
2008-04-13x86: Introduce CPU_INTERRUPT_NMIaurel321-2/+3
2008-02-01use the TCG code generatorbellard1-2/+3
2007-12-09Add rdpmc SVM intercept, by Bernhard Kauer.balrog1-0/+1
2007-11-11removed warningbellard1-2/+2
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer1-2/+2
2007-09-23SVM Support, by Alexander Graf.ths1-0/+10
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-1/+1
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-8/+8
2007-06-26DR6 single step exception status bit, by Juergen Keil.ths1-0/+1
2007-06-03Fix typo.ths1-1/+1
2007-06-03Clean up of some target specifics in exec.c/cpu-exec.c.ths1-0/+13
2006-09-24added SMM supportbellard1-0/+2
2006-07-10monitor/mwait supportbellard1-0/+3
2006-05-03bswapq fixbellard1-0/+1
2006-04-23SSE3 support (Joachim Henke)bellard1-0/+4
2005-10-30moved common softmmu code to common header (Paul Brook)bellard1-64/+1
2005-07-24fscale fix (bug noticed by Kuwanger, fix by malc)bellard1-0/+1
2005-07-23x86_64 fixes (initial patch by Filip Navara)bellard1-2/+3
2005-03-20NaN support in FPU comparisonsbellard1-2/+4
2005-03-13soft float supportbellard1-58/+12
2005-03-01x86_64 supportbellard1-27/+24
2005-01-23more fpu functionsbellard1-0/+39
2005-01-08MMX/SSE supportbellard1-3/+6
2005-01-06div64 fix - raise_interrupt() fix - SSE fixbellard1-5/+1
2005-01-04syscall insn fixbellard1-1/+1
2005-01-03x86_64 target supportbellard1-24/+57
2004-11-14enter insn fixbellard1-0/+1
2004-10-12correct handling of saved host registersbellard1-1/+56
2004-07-05Darwin patch (initial patch by Pierre d'Herbemont)bellard1-4/+4
2004-05-29fnop FPU exception support (aka FreeBSD FPU probe) - sysenter/sysexit support...bellard1-0/+2
2004-05-12bsd port (Markus Niemisto)bellard1-0/+6