]> git.proxmox.com Git - mirror_qemu.git/history - target-i386
Documentation update
[mirror_qemu.git] / target-i386 /
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-05 bellarddarwin fix
2007-02-01 bellard64 bit syscall fixes - more logical mwait/monitor ECX...
2007-02-01 bellardcwde and cdq fix in 64 bit mode
2007-01-31 thssiginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont.
2007-01-16 bellardfixed movd mmx/sse insn
2006-12-23 thsCheck ELF binaries for machine type and endianness.
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-27 bellardenabled PSE36 for x86_64 (fix for OpenSolaris as guest)
2006-09-24 bellardadded SMM support
2006-09-03 bellardmulti byte nop support
2006-07-10 bellardmonitor/mwait support
2006-06-25 bellardC99 64 bit printf
2006-06-24 bellardfix for movq2dq, movdq2q and cvttps2dq (thanx to Julian...
2006-06-19 bellardfxam fix (Julian Seward)
2006-06-19 bellardswitch_tss eflags restore fix (malc)
2006-06-14 bellardx86_64 mmx/sse fix
2006-06-14 bellarduse glibc syscall (David Woodhouse)
2006-05-03 bellardbswapq fix
2006-04-25 bellardenable APIC by default
2006-04-24 bellardrol/ror cc fix
2006-04-24 bellardmovddup fix
2006-04-23 bellardSSE3 support (Joachim Henke)
2006-04-02 bellardbtx decode fix on x86_64
2006-03-11 pbrookAdd missing FORCE_RET()
2006-03-03 bellardx86_64 stack alignment fixes - x86_64 32 bit syscall fix
2006-02-09 bellardalways compile 'int' traces
2006-02-08 bellardadded last_io_time field
2006-02-04 bellardfxsave/fxrstor fix
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 bellardNX support
2005-11-28 bellardnx defines
2005-11-28 bellardx86_64 ldl fix
2005-11-28 bellardx86_64 lcall fix
2005-11-23 bellardadded HF_HALTED bit
2005-11-21 bellardcpu_exec_init() change
2005-11-20 bellardadded CPU_COMMON and CPUState.tb_jmp_cache[]
2005-11-20 bellarduse direct jump only for jumps in the same page
2005-10-30 bellardmoved common softmmu code to common header (Paul Brook)
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 bellard16/32 stack operations fix on x86_64 (aka win2000 start...
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-07-03 bellardbetter fpu state dump
2005-04-26 bellardremoved switches in op.c (Paul Brook)
2005-04-24 bellardfixed zero ss selector case in x86_64 emulation
2005-04-23 bellardlcall and ljmp fixes in 64 bit mode - sysret fix
2005-04-23 bellardreturn model id in cpuid for x86_64
2005-04-23 bellardsysret fix - better cpuid support - lcall support for...
2005-04-23 bellardenable EFER usage in i386 emulation - more cpuid bits
2005-04-17 bellardmake lsl, lar verr and verw exception safe
2005-04-17 bellardverr and verw eflags opt fix
2005-04-17 bellardgdb support for user mode (Paul Brook)
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-13 bellardadd missing FORCE_RET (Paul Brook)
2005-03-03 bellardx86_64 fixes
2005-03-01 bellardx86_64 support
2005-02-21 bellardloop insn fix for non x86 hosts
2005-02-12 bellardfixed kqemu config
2005-02-12 bellarddisable USE_KQEMU if no source
2005-02-10 bellardenabled MMX, PAE and SEP
2005-02-10 bellardkqemu support
2005-02-01 bellardpusha, popa and enter fix
2005-01-31 bellardx86_64 call Ev fix
2005-01-28 bellardphysical memory access functions
2005-01-25 bellardSupport resolving addresses in PAE mode in cpu_get_phys...
2005-01-23 bellardavoid empty op
2005-01-23 bellardCR8 support
2005-01-23 bellardFORCE_RET() fixes - fpu fixes
2005-01-23 bellardCR8 support - FORCE_RET() fixes
2005-01-23 bellardmore fpu functions - x86_64 fixes
2005-01-23 bellardmore fpu functions
2005-01-16 bellardx86_64 fixes
2005-01-16 bellardsse fix
2005-01-12 bellardenable MMX for x86_64 too
2005-01-12 bellardfxsr fixes
2005-01-12 bellardfixed performance regression
2005-01-10 bellardremoved debug code
2005-01-10 bellardDATA_MASK fix
2005-01-09 bellardremoved trace
2005-01-09 bellardgeneralized use of GOTO_TB() macro
2005-01-08 bellardMMX/SSE support
2005-01-06 bellarddiv64 fix - raise_interrupt() fix - SSE fix
2005-01-06 bellardbig endian SSE fix
2005-01-04 bellardsyscall insn fix
next