qemu/block
Kevin Wolf 1e3e8f1a43 qcow2: Return 0/-errno in get_cluster_table
Switching to 0/-errno allows it to distinguish different error cases.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2010-01-26 14:59:19 -06:00
..
bochs.c block/bochs: improve format checking 2009-12-25 19:27:18 +00:00
cloop.c
cow.c
curl.c
dmg.c dmg: fix ->open failure 2010-01-11 13:41:00 -06:00
nbd.c
parallels.c
qcow.c qcow/qcow2: implement bdrv_aio_flush 2010-01-13 17:14:15 -06:00
qcow2-cluster.c qcow2: Return 0/-errno in get_cluster_table 2010-01-26 14:59:19 -06:00
qcow2-refcount.c qcow2-refcount: remove dead assignment 2010-01-13 17:14:15 -06:00
qcow2-snapshot.c qcow2: Fix some more qemu_malloc fallout 2009-12-03 11:45:50 -06:00
qcow2.c qcow2: Fix error handling in qcow_save_vmstate 2010-01-26 14:59:19 -06:00
qcow2.h
raw-posix-aio.h
raw-posix.c Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone (and so is BDRV_O_ACCESS). Default value for bdrv_flags (0/zero) is READ-ONLY. Need to explicitly request READ-WRITE. 2010-01-20 08:25:22 -06:00
raw-win32.c Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone (and so is BDRV_O_ACCESS). Default value for bdrv_flags (0/zero) is READ-ONLY. Need to explicitly request READ-WRITE. 2010-01-20 08:25:22 -06:00
vdi.c block/vdi: allow disk sizes not multiple of block size 2010-01-08 09:58:40 -06:00
vmdk.c Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone (and so is BDRV_O_ACCESS). Default value for bdrv_flags (0/zero) is READ-ONLY. Need to explicitly request READ-WRITE. 2010-01-20 08:25:22 -06:00
vpc.c
vvfat.c