diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-01-04 18:28:47 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-01-04 18:28:47 +0000 |
commit | efe160c502bc9ebb4d9e6fcb94cea708af73a2a1 (patch) | |
tree | f65d0f53a6c8c3a9d65c369f716289d769c6afc0 | |
parent | make the bios be a ROM memory - glibc hacks for setvbuf and signals - correct... (diff) | |
download | qemu-kvm-efe160c502bc9ebb4d9e6fcb94cea708af73a2a1.tar.gz qemu-kvm-efe160c502bc9ebb4d9e6fcb94cea708af73a2a1.tar.bz2 qemu-kvm-efe160c502bc9ebb4d9e6fcb94cea708af73a2a1.zip |
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@527 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r-- | Changelog | 15 | ||||
-rw-r--r-- | VERSION | 2 |
2 files changed, 16 insertions, 1 deletions
@@ -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 @@ -1 +1 @@ -0.5.1
\ No newline at end of file +0.5.2
\ No newline at end of file |