Commit efe160c502bc9ebb4d9e6fcb94cea708af73a2a1

Authored by bellard
1 parent dc887a4d

update


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@527 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 2 changed files with 16 additions and 1 deletions
Changelog
  1 +version 0.5.2:
  2 + - improved soft MMU speed (assembly functions and specializing)
  3 + - improved multitasking speed by avoiding flushing TBs when
  4 + switching tasks
  5 + - improved qemu-fast speed
  6 + - improved self modifying code handling (big performance gain in
  7 + softmmu mode).
  8 + - fixed IO checking
  9 + - fixed CD-ROM detection (win98 install CD)
  10 + - fixed addseg real mode bug (GRUB boot fix)
  11 + - added ROM memory support (win98 boot)
  12 + - fixed 'call Ev' in case of paging exception
  13 + - updated the script 'qemu-binfmt-conf.sh' to use QEMU automagically
  14 + when launching executables for the supported target CPUs.
  15 +
1 16 version 0.5.1:
2 17  
3 18 - float access fixes when using soft mmu
... ...
1   -0.5.1
2 1 \ No newline at end of file
  2 +0.5.2
3 3 \ No newline at end of file
... ...