summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2009-07-10 17:55:45 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2009-07-10 17:57:42 -0500
commitcc15f92832f484d01e3e973105737053f69104e2 (patch)
tree4b5d190f63fc16cc4ed1b6ad1c72943dc3b9cf52
parent2670257db0b987176c8d3fd5194fcdee835f893f (diff)
downloadqemu-cc15f92832f484d01e3e973105737053f69104e2.tar.gz
Update for 0.10.6 release
-rw-r--r--Changelog26
-rw-r--r--VERSION2
2 files changed, 27 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index feef3bb18e..99d282f891 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,29 @@
+version 0.10.6:
+ - e1000: ignore reset command (Kevin Wolf)
+ - fix VNC memory allocation (Stefan Weil)
+ - fix raw_pread_aligned return value (Christoph Hellwig)
+ - allow monitor interaction when using -incoming exec: (Chris Lalancette)
+ - fix -net socket,listen (Jan Kiszka)
+ - live migration: don't send gratuitous packets all at once (Gleb Natapov)
+ - serial: fix lost characters after sysrq (Jason Wessel)
+ - Fix prototype of zfree (Stefan Weil)
+ - Handle EINTR with exec: migration (Uri Lublin)
+ - Delete io-handler before closing fd after migration (Uri Lublin)
+ - Fix qemu_aio_flush (Andrea Arcangeli)
+ - lsi53c895a: Implement additional registers (Sebastian Herbszt)
+ - virtio-blk: fix warning (Gerd Hoffman)
+ - i386: fix cpu reset (Nitin Kamble)
+ - kvm: fix irq injection into full queue (Jan Kiszka)
+ - Prevent CD-ROM eject while device is locked (Mark McLoughlin)
+ - Fix screen dump with blank screen (Eduardo Habkost)
+ - Fix memory leak with cpu_unregister_map_client (Isaku Yamahata)
+ - Fix memory leak in SDL (Jan Kiszka)
+ - Fix build on OS X 10.4 (John Arbuckle)
+ - Fix leak of vlan clients after hot remove (Mark McLoughlin)
+ - Fix migration after hot remove with eepro100 (Mark McLoughlin)
+ - Don't start a VM after failed migration if stopped (Anthony Liguori)
+ - Fix live migration under heavy IO load (Glauber Costa)
+
version 0.10.5:
- kvm: trim unsupported cpu features from cpuid (Avi Kivity)
- kvm: provide a better error message for -smp > 1 (Mark McLoughlin)
diff --git a/VERSION b/VERSION
index 9028ec6365..69da6ebcd0 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.10.5
+0.10.6