]> git.proxmox.com Git - mirror_qemu.git/history - target-i386/helper.c
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
[mirror_qemu.git] / target-i386 / helper.c
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-09-13 thsIntel cache info, by Filip Navara.
2007-06-26 thsDR6 single step exception status bit, by Juergen Keil.
2007-06-03 thsClean up of some target specifics in exec.c/cpu-exec.c.
2007-05-27 blueswir1Spelling fix (Mark Glines)
2007-05-16 thsMore generic 64 bit multiplication support, by Aurelien...
2007-04-18 thsRevert, this is already fixed in a better way.
2007-04-17 thsFix helper.c with isinf on Solaris 9/Sparc, by Ben...
2007-04-03 thsi386 return APIC ID with cpuid, by Bernhard Kauer.
2007-04-02 thsFix guest x86/amd64 helper_fprem/helper_fprem1, by...
2007-04-02 thsltr for x86_64 should check the upper descriptor type...
2007-03-31 thsGenerate double and triple faults, by Bernhard Kauer.
2007-02-01 bellard64 bit syscall fixes - more logical mwait/monitor ECX...
2006-09-29 bellard32 bit RSP update fix (aka Open Solaris x86_64 bug)
2006-09-27 bellardfixed user mode emulation
2006-09-27 bellardSMM fix for x86_64
2006-09-24 bellardadded SMM support
2006-07-10 bellardmonitor/mwait support
2006-06-25 bellardC99 64 bit printf
2006-06-19 bellardfxam fix (Julian Seward)
2006-06-19 bellardswitch_tss eflags restore fix (malc)
2006-05-03 bellardbswapq fix
2006-03-03 bellardx86_64 stack alignment fixes - x86_64 32 bit syscall fix
2006-02-09 bellardalways compile 'int' traces
2005-12-17 bellardfixed null segment validation (aka x86_64 regression...
2005-12-17 bellardswitch_tss fix (aka spoon OS bug)
2005-12-04 bellardsegment validation fix in lret/iret
2005-12-04 bellardgenerate GPF if non canonical addresses
2005-11-28 bellardx86_64 lcall fix
2005-09-08 bellarddiv64 fix (aka ssh bug)
2005-08-21 bellardTSS error code push fix (malc)
2005-08-21 bellardCR4.TSD flag support (Matt Schulkind)
2005-08-21 bellardRSP update fix for x86_64 in iret
2005-08-15 bellardCLFLUSH cpuid fix (aka Linux 2.6 hang on x86_64)
2005-07-24 bellardfscale fix (bug noticed by Kuwanger, fix by malc)
2005-07-23 bellardadded overflow exceptions in divisions
2005-07-23 bellardx86_64 fixes (initial patch by Filip Navara)
2005-04-24 bellardfixed zero ss selector case in x86_64 emulation
2005-04-23 bellardsysret fix - better cpuid support - lcall support for...
2005-04-17 bellardmake lsl, lar verr and verw exception safe
2005-04-07 bellardhelper_lret_protected fix for kqemu (Paul Brook)
2005-03-20 bellardNaN support in FPU comparisons
2005-03-13 bellardsoft float support
2005-03-03 bellardx86_64 fixes
2005-02-10 bellardkqemu support
2005-01-23 bellardmore fpu functions - x86_64 fixes
2005-01-16 bellardx86_64 fixes
2005-01-12 bellardfxsr fixes
2005-01-09 bellardremoved trace
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-10-09 bellardmonitor fixes
2004-07-12 bellardavoid warning
2004-06-13 bellardjump to gate fix (aka OS/2 Warp install bug)
2004-05-29 bellardfnop FPU exception support (aka FreeBSD FPU probe)...
2004-05-20 bellardadded cpu_get_tsc()
2004-05-08 bellarddivision by zero FPU exception support
2004-04-15 bellardsuppressed no longer needed vm86 segment hack (Mike...
2004-04-11 bellardVM86 EIP masking fix (aka NT5 install fix) (Mike Nordell)
2004-04-02 bellardrdtsc fix
2004-03-31 bellardadded cpu_get_fp80() and cpu_set_fp80()
2004-03-26 bellardfixed ljmp and iret to TSS
2004-03-24 bellardtask switch fixes
2004-03-21 bellardprotected lret x86 'bug' emulation
2004-03-21 bellardmore log items
2004-03-20 bellardfixed protected lret imm insn (one more OS/2 fix)
2004-03-17 bellardinitial x86-64 host support (Gwenole Beauchesne)
2004-02-25 bellardfpu fix
2004-02-16 bellardexperimental code copy support
2004-02-03 bellardmore precise TLB invalidation - init cleanup
2004-01-24 bellardcorrect NT flag behavior - zero ldt task switch bug...
2004-01-19 bellardinterrupt to conforming segment fix (QNX boot fix)
2004-01-04 bellarddebug updates - page_unprotect() is no longer needed...
2004-01-04 bellardcorrect zero segment values when coming from VM86 mode...
2003-11-23 bellardfixed eflags IF/IOPL update
2003-11-16 bellardmore precise stack operations in call/int gates (16...
2003-11-13 bellardcall gate fix - verr and verw fix
2003-11-13 bellardadded verr, verw, arpl - more precise segment rights...
2003-11-12 bellardfull TSS support - IO map check support - conforming...
2003-10-28 bellardfixed long double accesses when using soft MMU
2003-10-27 bellardfull softmmu support
2003-09-30 bellardnew directory structure