Commit 94fe4f9fa316d3710ce4bb2c5cdd226fa81e8eae

Authored by bellard
1 parent 0fb48229

update


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@666 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 9 additions and 1 deletions
Changelog
@@ -6,10 +6,18 @@ version 0.5.3: @@ -6,10 +6,18 @@ version 0.5.3:
6 - CPU interrupt fixes 6 - CPU interrupt fixes
7 - fixed various TLB invalidation cases (NT install) 7 - fixed various TLB invalidation cases (NT install)
8 - fixed cr0.WP semantics (XP install) 8 - fixed cr0.WP semantics (XP install)
9 - - direct chaining support for SPARC (3x faster) 9 + - direct chaining support for SPARC and PowerPC (faster)
10 - ARM NWFPE support (initial patch by Ulrich Hecht) 10 - ARM NWFPE support (initial patch by Ulrich Hecht)
11 - added specific x86 to x86 translator (close to native performance 11 - added specific x86 to x86 translator (close to native performance
12 in qemu-i386 and qemu-fast) 12 in qemu-i386 and qemu-fast)
  13 + - shm syscalls support (Paul McKerras)
  14 + - added accurate CR0.MP/ME/TS emulation
  15 + - fixed DMA memory write access (Win95 boot floppy fix)
  16 + - graphical x86 linux loader
  17 + - command line monitor
  18 + - generic removable device support
  19 + - support of CD-ROM change
  20 + - multiple network interface support
13 21
14 version 0.5.2: 22 version 0.5.2:
15 23