Commit 669b92ed34588786bfa963982c0050b941292569
1 parent
1cb499fa
Update Changelog to reflect 0.10.2 release
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7015 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
16 additions
and
0 deletions
Changelog
1 | +version 0.10.2: | |
2 | + | |
3 | + - fix savevm/loadvm (Anthony Liguori) | |
4 | + - live migration: fix dirty tracking windows (Glauber Costa) | |
5 | + - live migration: improve error propogation (Glauber Costa) | |
6 | + - qcow2: fix image creation for > ~2TB images (Chris Wright) | |
7 | + - hotplug: fix error handling for if= parameter (Eduardo Habkost) | |
8 | + - qcow2: fix data corruption (Nolan Leake) | |
9 | + - virtio: fix guest oops with 2.6.25 kernels (Rusty Russell) | |
10 | + - SH4: add support for -kernel (Takashi Yoshii, Aurelien Jarno) | |
11 | + - hotplug: fix closing of char devices (Jan Kiszka) | |
12 | + - hotplug: remove incorrect check for device name (Eduardo Habkost) | |
13 | + - enable -k on win32 (Herve Poussineau) | |
14 | + - configure: use LANG=C for grep (Andreas Faerber) | |
15 | + - fix VGA regression (malc) | |
16 | + | |
1 | 17 | version 0.10.1: |
2 | 18 | |
3 | 19 | - virtio-net: check right return size on sg list (Alex Williamson) | ... | ... |