qemu-e2k/block
Kevin Wolf e1c7f0e3f9 qcow2: Store exact backing format length
Currently qcow2 unnecessarily rounds up the length of the backing format string
to the next multiple of 8. At the same time, the array in BlockDriverState can
only hold 15 characters, so in effect backing formats with 9 characters or more
don't work (e.g. host_device).

Save the real string length and things start to work for all valid image format
names.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2009-12-03 11:45:49 -06:00
..
bochs.c
cloop.c
cow.c
curl.c Add qemu_aio_process_queue() 2009-10-27 12:28:59 -05:00
dmg.c
nbd.c
parallels.c Fix 32-bit overflow in parallels image support 2009-11-12 11:23:56 -06:00
qcow2-cluster.c qcow2: Allow qcow2 disk images with size zero 2009-11-09 08:43:01 -06:00
qcow2-refcount.c
qcow2-snapshot.c
qcow2.c qcow2: Store exact backing format length 2009-12-03 11:45:49 -06:00
qcow2.h Revert "qcow2: Bring synchronous read/write back to life" 2009-10-27 12:28:59 -05:00
qcow.c
raw-posix-aio.h Remove aio_ctx from paio_* interface 2009-10-30 08:39:34 -05:00
raw-posix.c Add support for GNU/kFreeBSD 2009-11-29 18:00:41 +01:00
raw-win32.c
vdi.c
vmdk.c
vpc.c
vvfat.c