diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-03-14 21:49:05 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-03-14 21:49:05 +0000 |
commit | 94fe4f9fa316d3710ce4bb2c5cdd226fa81e8eae (patch) | |
tree | 0a52304564254460b8e13aa868df6a5bbfb29cc2 | |
parent | 0fb48229a73b39be02a78350547fa524c0d72c57 (diff) |
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@666 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r-- | Changelog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -6,10 +6,18 @@ version 0.5.3: - CPU interrupt fixes - fixed various TLB invalidation cases (NT install) - fixed cr0.WP semantics (XP install) - - direct chaining support for SPARC (3x faster) + - direct chaining support for SPARC and PowerPC (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) + - shm syscalls support (Paul McKerras) + - added accurate CR0.MP/ME/TS emulation + - fixed DMA memory write access (Win95 boot floppy fix) + - graphical x86 linux loader + - command line monitor + - generic removable device support + - support of CD-ROM change + - multiple network interface support version 0.5.2: |