summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-07-13 22:08:50 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-07-13 22:08:50 +0000
commit9d0fe224f4a1561abb0f4f46ad40eec7fa7787b9 (patch)
treefe7d4ec6e69115e6e918566f0b9b7e4888ed77e8 /Changelog
parent6e0374f6b5a1cb1600f9d25e9309bc550748128a (diff)
downloadqemu-9d0fe224f4a1561abb0f4f46ad40eec7fa7787b9.tar.gz
updatev0.4.3
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@330 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog9
1 files changed, 8 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 525f019e49..78c72a3199 100644
--- a/Changelog
+++ b/Changelog
@@ -1,10 +1,17 @@
+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: