]> git.proxmox.com Git - qemu.git/blobdiff - Changelog
fixed pop %sp bug
[qemu.git] / Changelog
index 1830de55984f4d3465481fe69895fc286a7585eb..3c98c5cf63140c3632c99628cec0844beeede9fc 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,17 @@
-version 0.4.4:
+version 0.5.1:
+  
+  - float access fixes when using soft mmu
+  - PC emulation support on PowerPC
+  - A20 support
+  - IDE CD-ROM emulation
+  - ARM fixes (Ulrich Hecht)
+  - SB16 emulation (malc)
+  - IRET and INT fixes in VM86 mode with IOPL=3
+  - Port I/Os use TSS io map
+  - Full task switching/task gate support
+  - added verr, verw, arpl
+
+version 0.5.0:
   
   - full hardware level VGA emulation
   - graphical display with SDL
@@ -6,10 +19,19 @@ version 0.4.4:
   - popw (%esp) fix
   - mov to/from segment data width fix
   - added real mode support
-  - added Bochs BIOS and LGPL'ed VGA BIOS loader in vl
+  - added Bochs BIOS and LGPL'ed VGA BIOS loader in qemu
   - m68k host port (Richard Zidlicky)
   - partial soft MMU support for memory mapped I/Os
   - multi-target build
+  - fixed: no error code in hardware interrupts
+  - fixed: pop ss, mov ss, x and sti disable hardware irqs for the next insn
+  - correct single stepping thru string operations
+  - preliminary SPARC target support (Thomas M. Ogrisegg)
+  - tun-fd option (Rusty Russell)
+  - automatic IDE geometry detection
+  - renamed 'vl' to qemu[-fast] and user qemu to qemu-{cpu}.
+  - added man page
+  - added full soft mmu mode to launch unpatched OSes.
 
 version 0.4.3: