aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-03-31 19:05:07 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-03-31 19:05:07 +0000
commitbb27c19087ff0847484c111cbaf56a3fa7103684 (patch)
tree82022a0b81471a924b705334063a6d6001106a24 /Changelog
parentnew timer API - new API to save/restore the virtual machine state (diff)
downloadqemu-kvm-bb27c19087ff0847484c111cbaf56a3fa7103684.tar.gz
qemu-kvm-bb27c19087ff0847484c111cbaf56a3fa7103684.tar.bz2
qemu-kvm-bb27c19087ff0847484c111cbaf56a3fa7103684.zip
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@691 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog6
1 files changed, 5 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 95d997066..451869ab1 100644
--- a/Changelog
+++ b/Changelog
@@ -20,7 +20,11 @@ version 0.5.3:
- multiple network interface support
- initial x86-64 host support (Gwenole Beauchesne)
- lret to outer priviledge fix (OS/2 install fix)
-
+ - task switch fixes (SkyOS boot)
+ - VM save/restore commands
+ - new timer API
+ - more precise RTC emulation (periodic timers + time updates)
+
version 0.5.2:
- improved soft MMU speed (assembly functions and specializing)