Common cpu_loop_exit prototype
[qemu] / target-i386 / exec.h
2008-11-30 aurel32Common cpu_loop_exit prototype
2008-11-25 aliguorii386: remove unused function prototypes (Laurent Desnogues)
2008-11-17 pbrookTCG variable type checking.
2008-08-30 blueswir1Fix some warnings that would be generated by gcc -Wredu...
2008-06-04 bellard32 bit SVM fixes - INVLPG and INVLPGA updates
2008-06-04 bellardEFER loading fixes, including SVME bit
2008-05-28 bellardmoved halted field to CPU_COMMON
2008-05-28 bellardforce bit 1 in eflags load
2008-05-25 bellardtransformed TN into temporaries - add local temporaries...
2008-05-17 bellardconverted condition code supprot to TCG - converted...
2008-05-15 bellardconverted more helpers to TCG - fixed some SVM issues
2008-05-12 bellardconverted more helpers to TCG
2008-05-12 bellardconverted x87 FPU ops to TCG
2008-05-10 bellardno need to define global registers in cpu-exec.c
2008-04-13 aurel32x86: Introduce CPU_INTERRUPT_NMI
2008-02-01 bellarduse the TCG code generator
2007-12-09 balrogAdd rdpmc SVM intercept, by Bernhard Kauer.
2007-11-11 bellardremoved warning
2007-10-14 j_mayerReplace is_user variable with mmu_idx in softmmu core,
2007-09-23 thsSVM Support, by Alexander Graf.
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-06-26 thsDR6 single step exception status bit, by Juergen Keil.
2007-06-03 thsFix typo.
2007-06-03 thsClean up of some target specifics in exec.c/cpu-exec.c.
2006-09-24 bellardadded SMM support
2006-07-10 bellardmonitor/mwait support
2006-05-03 bellardbswapq fix
2006-04-23 bellardSSE3 support (Joachim Henke)
2005-10-30 bellardmoved common softmmu code to common header (Paul Brook)
2005-07-24 bellardfscale fix (bug noticed by Kuwanger, fix by malc)
2005-07-23 bellardx86_64 fixes (initial patch by Filip Navara)
2005-03-20 bellardNaN support in FPU comparisons
2005-03-13 bellardsoft float support
2005-03-01 bellardx86_64 support
2005-01-23 bellardmore fpu functions
2005-01-08 bellardMMX/SSE support
2005-01-06 bellarddiv64 fix - raise_interrupt() fix - SSE fix
2005-01-04 bellardsyscall insn fix
2005-01-03 bellardx86_64 target support
2004-11-14 bellardenter insn fix
2004-10-12 bellardcorrect handling of saved host registers
2004-07-05 bellardDarwin patch (initial patch by Pierre d'Herbemont)
2004-05-29 bellardfnop FPU exception support (aka FreeBSD FPU probe)...
2004-05-12 bellardbsd port (Markus Niemisto)
2004-05-08 bellarddivision by zero FPU exception support
2004-03-26 bellardfixed ljmp and iret to TSS
2004-02-25 bellardnative FPU support in code copy mode
2004-02-03 bellardmore precise TLB invalidation - init cleanup
2004-01-04 bellardcorrect zero segment values when coming from VM86 mode...
2003-11-23 bellardfixed eflags IF/IOPL update
2003-11-13 bellardadded verr, verw, arpl - more precise segment rights...
2003-11-13 bellardio map checks
2003-10-28 bellardfixed long double accesses when using soft MMU
2003-10-27 bellardfull softmmu support
2003-09-30 bellardnew directory structure