]> git.proxmox.com Git - mirror_qemu.git/commitdiff
update
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 4 Jan 2004 18:28:47 +0000 (18:28 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 4 Jan 2004 18:28:47 +0000 (18:28 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@527 c046a42c-6fe2-441c-8c8c-71466251a162

Changelog
VERSION

index 3432229f237cddbafbc526e78bf124b97286153f..ed3b0e4aec6f067091113fc9ed77038d1efa1962 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -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
diff --git a/VERSION b/VERSION
index 5d4294b9120c5b004578efa6c4222c7d46106532..2411653a5008da93b0a5faf06e6edddff3082913 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.5.1
\ No newline at end of file
+0.5.2
\ No newline at end of file