sim-card
/
qemu
Archived
10
0
Fork 0
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@527 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2004-01-04 18:28:47 +00:00
parent dc887a4dae
commit efe160c502
2 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,18 @@
version 0.5.2:
- improved soft MMU speed (assembly functions and specializing)
- improved multitasking speed by avoiding flushing TBs when
switching tasks
- improved qemu-fast speed
- improved self modifying code handling (big performance gain in
softmmu mode).
- fixed IO checking
- fixed CD-ROM detection (win98 install CD)
- fixed addseg real mode bug (GRUB boot fix)
- added ROM memory support (win98 boot)
- fixed 'call Ev' in case of paging exception
- updated the script 'qemu-binfmt-conf.sh' to use QEMU automagically
when launching executables for the supported target CPUs.
version 0.5.1:
- float access fixes when using soft mmu

View File

@ -1 +1 @@
0.5.1
0.5.2