diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-09-17 22:56:56 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-09-17 22:56:56 +0000 |
commit | fcf8fcc8e5988404fe40082d43419ef9ff30642f (patch) | |
tree | 1622c0040ab595ab843a1320c931bea7b52dda1d /Changelog | |
parent | dbc5594cb6294f34c257df11bef484e45493f85e (diff) | |
download | hqemu-fcf8fcc8e5988404fe40082d43419ef9ff30642f.zip hqemu-fcf8fcc8e5988404fe40082d43419ef9ff30642f.tar.gz |
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@382 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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: |