diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2009-05-11 13:13:19 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-05-11 13:13:19 -0500 |
commit | 34aee2552fb5f4329d59a60f939656214b26d7f8 (patch) | |
tree | 2e455ffc6e7f8fb2f1eaa8c5b37d7a9bb758d5db | |
parent | 9fd0e57dc9d5601d5d62366639e593b9bd1d0b24 (diff) | |
download | qemu-0.10.4.zip qemu-0.10.4.tar.gz qemu-0.10.4.tar.bz2 |
Update for 0.10.4 releasev0.10.4
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
-rw-r--r-- | Changelog | 8 | ||||
-rw-r--r-- | VERSION | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +version 0.10.4: + - Improve block range checks to remove integer overflow (Kevin Wolf) + - e1000: do not re-init PCI config space 0 (Amit Shah) + - fix AIO deletion race (Alex Graf) + - reset option roms on reboot (Glauber Costa) + - fix qcow2 corruption in cluster freeing (Gleb Natapov) + - Enable power button event generation (Gleb Natapov) + version 0.10.3: - fix AIO cancellations (Avi Kivity) - fix live migration error path on incoming @@ -1 +1 @@ -0.10.3 +0.10.4 |