Re: [Qemu-devel] [RFC V6 03/33] qcow2: Add deduplication structures and fields.

2013-02-06 Thread Stefan Hajnoczi
On Wed, Feb 06, 2013 at 01:31:36PM +0100, Benoît Canet wrote: > diff --git a/block/qcow2.h b/block/qcow2.h > index 718b52b..c7b6860 100644 > --- a/block/qcow2.h > +++ b/block/qcow2.h > @@ -43,6 +43,10 @@ > #define QCOW_OFLAG_COPIED (1LL << 63) > /* indicate that the cluster is compressed (the

Re: [Qemu-devel] [RFC V6 03/33] qcow2: Add deduplication structures and fields.

2013-02-06 Thread Eric Blake
On 02/06/2013 05:31 AM, Benoît Canet wrote: > Signed-off-by: Benoit Canet > --- > block/qcow2.h | 69 > - > 1 file changed, 68 insertions(+), 1 deletion(-) > > diff --git a/block/qcow2.h b/block/qcow2.h > index 718b52b..c7b6860 100644 >

[Qemu-devel] [RFC V6 03/33] qcow2: Add deduplication structures and fields.

2013-02-06 Thread Benoît Canet
Signed-off-by: Benoit Canet --- block/qcow2.h | 69 - 1 file changed, 68 insertions(+), 1 deletion(-) diff --git a/block/qcow2.h b/block/qcow2.h index 718b52b..c7b6860 100644 --- a/block/qcow2.h +++ b/block/qcow2.h @@ -43,6 +43,10 @@ #de