Re: [Qemu-devel] [PATCH v2 3/5] vmdk: Add option to create zeroed-grain image

2013-04-23 Thread Stefan Hajnoczi
On Tue, Apr 23, 2013 at 08:52:02AM +0800, Fam Zheng wrote: > On Mon, 04/22 16:06, Stefan Hajnoczi wrote: > > On Mon, Apr 22, 2013 at 10:07:57AM +0800, Fam Zheng wrote: > > > Add image create option "zeroed-grain" to enable zeroed-grain GTE > > > feature of vmdk sparse extents. When this option is o

Re: [Qemu-devel] [PATCH v2 3/5] vmdk: Add option to create zeroed-grain image

2013-04-22 Thread Fam Zheng
On Mon, 04/22 16:06, Stefan Hajnoczi wrote: > On Mon, Apr 22, 2013 at 10:07:57AM +0800, Fam Zheng wrote: > > Add image create option "zeroed-grain" to enable zeroed-grain GTE > > feature of vmdk sparse extents. When this option is on, header version > > of newly created extent will be 2 and VMDK4_F

Re: [Qemu-devel] [PATCH v2 3/5] vmdk: Add option to create zeroed-grain image

2013-04-22 Thread Stefan Hajnoczi
On Mon, Apr 22, 2013 at 10:07:57AM +0800, Fam Zheng wrote: > Add image create option "zeroed-grain" to enable zeroed-grain GTE > feature of vmdk sparse extents. When this option is on, header version > of newly created extent will be 2 and VMDK4_FLAG_ZG flag bit will be > set. > Signed-off-by: Fam

[Qemu-devel] [PATCH v2 3/5] vmdk: Add option to create zeroed-grain image

2013-04-21 Thread Fam Zheng
Add image create option "zeroed-grain" to enable zeroed-grain GTE feature of vmdk sparse extents. When this option is on, header version of newly created extent will be 2 and VMDK4_FLAG_ZG flag bit will be set. Signed-off-by: Fam Zheng --- block/vmdk.c | 22 +- 1 file changed,