aboutsummaryrefslogtreecommitdiffstats
path: root/target-i386/exec.h
AgeCommit message (Expand)AuthorFilesLines
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
2004-05-08division by zero FPU exception supportbellard1-0/+14
2004-03-26fixed ljmp and iret to TSSbellard1-2/+2
2004-02-25native FPU support in code copy modebellard1-0/+2
2004-02-03more precise TLB invalidation - init cleanupbellard1-2/+3
2004-01-04correct zero segment values when coming from VM86 mode - cache infos in CPUID...bellard1-1/+1
2003-11-23fixed eflags IF/IOPL updatebellard1-5/+0
2003-11-13added verr, verw, arpl - more precise segment rights checksbellard1-0/+2
2003-11-13io map checksbellard1-0/+7
2003-10-28fixed long double accesses when using soft MMUbellard1-109/+150
2003-10-27full softmmu supportbellard1-19/+81
2003-09-30new directory structurebellard1-0/+416