Re: [Qemu-devel] [PATCH v2 03/12] qcow2: Create metadata list

2015-02-04 Thread Max Reitz
On 2015-02-03 at 18:34, Eric Blake wrote: On 11/24/2014 08:56 AM, Max Reitz wrote: Create and destroy the metadata list on creation and destruction of a qcow2 BDS, respectively. Skip creation if no overlap checks should be performed. Signed-off-by: Max Reitz --- block/qcow2.c | 10 ++

Re: [Qemu-devel] [PATCH v2 03/12] qcow2: Create metadata list

2015-02-03 Thread Eric Blake
On 11/24/2014 08:56 AM, Max Reitz wrote: > Create and destroy the metadata list on creation and destruction of a > qcow2 BDS, respectively. Skip creation if no overlap checks should be > performed. > > Signed-off-by: Max Reitz > --- > block/qcow2.c | 10 ++ > 1 file changed, 10 insertion

[Qemu-devel] [PATCH v2 03/12] qcow2: Create metadata list

2014-11-24 Thread Max Reitz
Create and destroy the metadata list on creation and destruction of a qcow2 BDS, respectively. Skip creation if no overlap checks should be performed. Signed-off-by: Max Reitz --- block/qcow2.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/block/qcow2.c b/block/qcow2.c index ed