]> git.proxmox.com Git - mirror_qemu.git/commitdiff
update
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 17 Sep 2003 22:56:56 +0000 (22:56 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 17 Sep 2003 22:56:56 +0000 (22:56 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@382 c046a42c-6fe2-441c-8c8c-71466251a162

Changelog
VERSION

index 1830de55984f4d3465481fe69895fc286a7585eb..4dfbeed100742f16fda683cc32d15a2d298d14b0 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -10,6 +10,9 @@ version 0.4.4:
   - 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
 
 version 0.4.3:
 
diff --git a/VERSION b/VERSION
index 70d5b25fa8733140e4b2b4516377c5ef6f96d496..b300caa32a150146a910b36c742c9782c7bf198b 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.4.3
\ No newline at end of file
+0.4.4
\ No newline at end of file