]> git.proxmox.com Git - qemu.git/history - block/qcow.c
vnc: rename vnc-encoding-* vnc-enc-*
[qemu.git] / block / qcow.c
2010-06-22 Kevin Wolfqcow: Use bdrv_(p)write_sync for metadata writes
2010-05-17 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-17 Kevin Wolfblock: Avoid unchecked casts for AIOCBs
2010-05-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into HEAD
2010-05-03 Kevin Wolfblock: Open the underlying image file in generic code
2010-03-09 Juan Quintelaqcow: return errno instead of -1
2010-01-26 Kirill A. Shutemovblock/qcow.c: fix warnings with _FORTIFY_SOURCE
2010-01-13 Kevin Wolfqcow/qcow2: implement bdrv_aio_flush
2009-07-10 Kevin Wolfqcow1: Fix qcow_aio_writev
2009-06-06 Kevin Wolfqemu-img: Print available options with -o ?
2009-05-27 Christoph Hellwigfully split aio_pool from BlockDriver
2009-05-27 Christoph Hellwigqcow: add qcow_aio_setup helper
2009-05-27 Kevin Wolfqcow/qcow2: Drop synchronous qcow_write()
2009-05-22 Kevin WolfConvert all block drivers to new bdrv_create
2009-05-14 Anthony LiguoriMove block drivers into their own directory