summaryrefslogtreecommitdiff
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '174f225e9d62e8f3002e274e4f718bd2a967fbf4' into stable-0.12-mergeMarcelo Tosatti2010-07-268-112/+144
|\
| * vpc: Use bdrv_(p)write_sync for metadata writesKevin Wolf2010-07-141-4/+5
| * vmdk: Use bdrv_(p)write_sync for metadata writesKevin Wolf2010-07-141-5/+5
| * qcow2: Use bdrv_(p)write_sync for metadata writesKevin Wolf2010-07-143-48/+51
| * qcow: Use bdrv_(p)write_sync for metadata writesKevin Wolf2010-07-141-8/+10
| * qcow2: Restore L1 entry on l2_allocate failureKevin Wolf2010-07-141-0/+1
| * block/vdi: Fix image opening and creation for odd disk sizesKevin Wolf2010-07-141-3/+15
| * block/vpc: Fix conversion from size to disk geometryStefan Weil2010-07-141-9/+12
| * qcow2: Remove abort on free_clusters failureKevin Wolf2010-07-141-1/+1
| * vmdk: Fix COWKevin Wolf2010-07-141-24/+11
| * qcow2: Fix creation of large imagesKevin Wolf2010-07-141-9/+32
| * vmdk: fix double freeKevin Wolf2010-07-141-1/+1
* | Merge branch 'stable-0.12' of git://git.sv.gnu.org/qemu into stable-0.12Avi Kivity2010-07-083-15/+35
|\|
| * block/vvfat.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov2010-06-301-2/+7
| * qcow2: Fix corruption after error in update_refcountKevin Wolf2010-06-091-0/+4
| * qcow2: Fix corruption after refblock allocationKevin Wolf2010-06-091-2/+9
| * qcow2: Fix error handling in l2_allocateKevin Wolf2010-06-091-9/+12
| * qcow2: Clear L2 table cache after write errorKevin Wolf2010-06-091-2/+3
* | Merge commit 'v0.12.4' into stable-0.12qemu-kvm-0.12.4Avi Kivity2010-05-093-99/+250
|\|
| * qcow2: Remove request from in-flight list after errorKevin Wolf2010-04-102-1/+6
| * qcow2: Don't ignore immediate read/write failuresKevin Wolf2010-04-101-2/+6
| * qcow2: Rewrite alloc_refcount_block/grow_refcount_tableKevin Wolf2010-04-091-88/+222
| * qcow2: Factor next_refcount_table_size outKevin Wolf2010-04-091-11/+19
* | Merge commit '6173d56bdcb53389c54e803873e6bf8f87836a4f' into stable-0.12-mergeMarcelo Tosatti2010-02-254-18/+20
|\|
| * qcow2: Fix access after end of arrayKevin Wolf2010-02-231-2/+6
| * don't dereference NULL after failed strdupJim Meyering2010-02-232-6/+6
| * qcow2: Fix signedness bugsKevin Wolf2010-02-232-10/+8
* | Merge commit '299e0bc52a5d56ff89ad8d7d09c82233cd8ccb6a' into stable-0.12-mergeMarcelo Tosatti2010-02-256-70/+159
|\|
| * qcow2: Don't ignore qcow2_alloc_clusters return valueKevin Wolf2010-01-273-3/+33
| * qcow2: Don't ignore update_refcount return valueKevin Wolf2010-01-271-8/+23
| * qcow2: Allow updating no refcountsKevin Wolf2010-01-271-1/+5
| * qcow2: Improve error handling in update_refcountKevin Wolf2010-01-271-7/+25
| * qcow2: Fix error handling in grow_refcount_tableKevin Wolf2010-01-271-3/+6
| * qcow2: Return 0/-errno in qcow2_alloc_cluster_offsetKevin Wolf2010-01-273-29/+39
| * qcow2: Return 0/-errno in get_cluster_tableKevin Wolf2010-01-271-12/+18
| * qcow2: Fix error handling in qcow_save_vmstateKevin Wolf2010-01-271-2/+3
| * qcow2: Fix error handling in qcow2_grow_l1_tableKevin Wolf2010-01-271-4/+6
| * win32: pair qemu_memalign() with qemu_vfree()Herve Poussineau2010-01-261-1/+1
* | Merge remote branch 'upstream/stable-0.12' into stable-0.12Avi Kivity2010-01-171-14/+14
|\|
| * dmg: fix ->open failureChristoph Hellwig2010-01-121-14/+14
* | Merge commit '40ff6d7e8dceca227e7f8a3e8e0d58b2c66d19b4' into upstream-mergeAvi Kivity2009-12-074-16/+35
|\|
| * Don't leak file descriptorsKevin Wolf2009-12-031-1/+1
| * qemu-img: There is more than one host device driverKevin Wolf2009-12-031-0/+4
| * qcow2: Fix some more qemu_malloc falloutKevin Wolf2009-12-032-8/+21
| * qcow2: Store exact backing format lengthKevin Wolf2009-12-031-7/+9
* | Merge commit '365369847f2827b14b96c52d0fbaf9cce404e68a' into upstream-mergeAvi Kivity2009-12-021-8/+8
|\|
| * Add support for GNU/kFreeBSDAurelien Jarno2009-11-291-8/+8
* | Merge commit '91011d4f3b7c311a42b842f6682ac64a2372d2b7' into upstream-mergeAvi Kivity2009-11-221-2/+3
|\|
| * Fix 32-bit overflow in parallels image supportDavid Woodhouse2009-11-121-2/+3
* | Merge commit '59f2689d9082f2f631253c810f73cd22290144a9' into upstream-mergeAvi Kivity2009-11-222-9/+13
|\|