[Qemu-devel] Re: [PATCH 1/2] block/qcow2.c: rename qcow_ functions to qcow2_

2010-12-17 Thread Kevin Wolf
Am 16.12.2010 17:05, schrieb jes.soren...@redhat.com: From: Jes Sorensen jes.soren...@redhat.com It doesn't really make sense for functions in qcow2.c to be named qcow_ so convert the names to match correctly. Signed-off-by: Jes Sorensen jes.soren...@redhat.com --- block/qcow2-cluster.c

[Qemu-devel] Re: [PATCH 1/2] block/qcow2.c: rename qcow_ functions to qcow2_

2010-12-17 Thread Jes Sorensen
On 12/17/10 15:20, Kevin Wolf wrote: offset = start_offset; while (offset end_offset) { @@ -88,13 +88,13 @@ static int qcow_read_extensions(BlockDriverState *bs, uint64_t start_offset, #ifdef DEBUG_EXT /* Sanity check */ if (offset s-cluster_size) -