summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-02-16 22:13:24 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-02-16 22:13:24 +0000
commit22a46c55e4765e3ca0d95cae8775118e697aba1b (patch)
treeea8e07cd539994f2f7bd0e96b1623eaacf1f71ae /Changelog
parentea88812f4f4fa19e08a665fb75a38ffa6d87715f (diff)
downloadqemu-22a46c55e4765e3ca0d95cae8775118e697aba1b.tar.gz
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@625 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog7
1 files changed, 6 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index bfcf488819..f714131b26 100644
--- a/Changelog
+++ b/Changelog
@@ -5,7 +5,12 @@ version 0.5.3:
- IDE fixes (Jens Axboe)
- CPU interrupt fixes
- fixed various TLB invalidation cases (NT install)
-
+ - fixed cr0.WP semantics (XP install)
+ - direct chaining support for SPARC (3x faster)
+ - ARM NWFPE support (initial patch by Ulrich Hecht)
+ - added specific x86 to x86 translator (close to native performance
+ in qemu-i386 and qemu-fast)
+
version 0.5.2:
- improved soft MMU speed (assembly functions and specializing)