git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@625 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2004-02-16 22:13:24 +00:00
parent ea88812f4f
commit 22a46c55e4
1 changed files with 6 additions and 1 deletions

View File

@ -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)