qemu-e2k/block
Kevin Wolf 4768fa902c qcow2: Fix creation of large images
qcow_create2 assumes that the new image will only need one cluster for its
refcount table initially. Obviously that's not true any more when the image is
big enough (exact value depends on the cluster size).

This patch calculates the refcount table size dynamically.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2010-04-23 16:08:46 +02:00
..
blkdebug.c qcow2: Trigger blkdebug events 2010-04-23 16:08:46 +02:00
bochs.c Read-only device changed to opens it's file for read-only. 2010-01-26 15:42:01 -06:00
cloop.c
cow.c cow: return errno instead of -1 2010-03-09 11:22:59 -06:00
curl.c don't dereference NULL after failed strdup 2010-02-10 14:00:53 -06:00
dmg.c
nbd.c block: kill BDRV_O_CREAT 2010-01-26 15:42:02 -06:00
parallels.c Read-only device changed to opens it's file for read-only. 2010-01-26 15:42:01 -06:00
qcow2-cluster.c qcow2: Trigger blkdebug events 2010-04-23 16:08:46 +02:00
qcow2-refcount.c qcow2: Trigger blkdebug events 2010-04-23 16:08:46 +02:00
qcow2-snapshot.c
qcow2.c qcow2: Fix creation of large images 2010-04-23 16:08:46 +02:00
qcow2.h qcow2: Fix signedness bugs 2010-02-10 11:56:57 -06:00
qcow.c qcow: return errno instead of -1 2010-03-09 11:23:00 -06:00
raw-posix-aio.h
raw-posix.c raw-posix: don't assign bs->read_only 2010-04-10 02:22:05 +02:00
raw-win32.c block: kill BDRV_O_CREAT 2010-01-26 15:42:02 -06:00
vdi.c
vmdk.c vmdk: share cleanup code 2010-03-09 11:23:00 -06:00
vpc.c
vvfat.c Replace assert(0) with abort() or cpu_abort() 2010-03-18 18:41:57 +00:00