summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-08-10 22:15:31 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-08-10 22:15:31 +0000
commit9368caf64db1c3c115c20a3d7253efb35d128d4e (patch)
treec9080e38e766a64ee7dcd5b2c8caf21f3e5c5d5d /Changelog
parent38e584a07279fffcfbfcafb207ce842edd093033 (diff)
downloadqemu-9368caf64db1c3c115c20a3d7253efb35d128d4e.tar.gz
updated
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@358 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog13
1 files changed, 13 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 78c72a3199..1830de5598 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,16 @@
+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.