64 bit fixes (Falk Hueffner)
[qemu] / Changelog
index 525f019..1830de5 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,10 +1,30 @@
+version 0.4.4:
+  
+  - full hardware level VGA emulation
+  - graphical display with SDL
+  - added PS/2 mouse and keyboard emulation
+  - 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
+  - m68k host port (Richard Zidlicky)
+  - partial soft MMU support for memory mapped I/Os
+  - multi-target build
+
+version 0.4.3:
+
+  - x86 exception fix in case of nop instruction.
+  - gcc 3.2.2 bug workaround (RedHat 9 fix)
+  - sparc and Alpha host fixes
+  - many ARM target fixes: 'ls' and 'bash' can be launched.
+
 version 0.4.2:
 
  - many exception handling fixes (can compile a Linux kernel inside vl)
  - IDE emulation support
  - initial GDB stub support
  - deferred update support for disk images (Rusty Russell)
- - accept user mode Linux Copy On Write disk images
+ - accept User Mode Linux Copy On Write disk images
  - SMP kernels can at least be booted
 
 version 0.4.1: