Commit 82e52676eee02dfe365e93ce058abdc5ae858971
1 parent
c6bb9a32
Update changelog
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6849 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
22 additions
and
0 deletions
Changelog
1 | +version 0.10.1: | |
2 | + | |
3 | + - virtio-net: check right return size on sg list (Alex Williamson) | |
4 | + - Make qemu_announce_self handle holes (live migration after hotplug) | |
5 | + (Marcelo Tosatti) | |
6 | + - Revert r6804-r6808 (qcow2 allocation info). This series of changes added | |
7 | + a high cost to startup for large qcow2 images (Anthony Liguori) | |
8 | + - qemu-img: fix help message (Aurelien Jarno) | |
9 | + - Fix build for non-default installs of SDL (Anthony Liguori) | |
10 | + - Fix race condition in env->interrupt_request. When using TCG and a dynticks | |
11 | + host timer, this condition could cause TCG to get stuck in an infinite | |
12 | + loop (Aurelien Jarno) | |
13 | + - Fix reading encrypted hard disk passwords during early startup (Jan Kiszka) | |
14 | + - Fix encrypted disk reporting in 'info block' (Jan Kiszka) | |
15 | + - Fix console size with tiny displays (MusicPal) (Jan Kiszka) | |
16 | + - Improve error handling in bdrv_open2 (Jan Kiszka) | |
17 | + - Avoid leaking data in mux'ed character devices (Jan Kiszka) | |
18 | + - Fix initial character device reset (no banner in monitor) (Jan Kiszka) | |
19 | + - Fix cpuid KVM crash on i386 host (Lubomir Rintel) | |
20 | + - Fix SLES10sp2 installation by adding ISTAT1 register to LSI SCSI emulation | |
21 | + (Ryan Harper) | |
22 | + | |
1 | 23 | version 0.10.0: |
2 | 24 | |
3 | 25 | - TCG support (No longer requires GCC 3.x) | ... | ... |