Re: [Qemu-devel] [PATCH 2/6] VMDK: add twoGbMaxExtentSparse support

2011-08-04 Thread Stefan Hajnoczi
On Thu, Aug 4, 2011 at 3:35 AM, Fam Zheng wrote: > On Tue, Aug 2, 2011 at 6:32 PM, Stefan Hajnoczi wrote: >> On Wed, Jul 27, 2011 at 10:27 AM, Fam Zheng wrote: >>> Add twoGbMaxExtentSparse support. Only opening code is changed. >>> >>> Signed-off-by: Fam Zheng >>> --- >>>  block/vmdk.c |  124

Re: [Qemu-devel] [PATCH 2/6] VMDK: add twoGbMaxExtentSparse support

2011-08-03 Thread Fam Zheng
On Tue, Aug 2, 2011 at 6:32 PM, Stefan Hajnoczi wrote: > On Wed, Jul 27, 2011 at 10:27 AM, Fam Zheng wrote: >> Add twoGbMaxExtentSparse support. Only opening code is changed. >> >> Signed-off-by: Fam Zheng >> --- >>  block/vmdk.c |  124 >> ---

Re: [Qemu-devel] [PATCH 2/6] VMDK: add twoGbMaxExtentSparse support

2011-08-02 Thread Stefan Hajnoczi
On Wed, Jul 27, 2011 at 10:27 AM, Fam Zheng wrote: > Add twoGbMaxExtentSparse support. Only opening code is changed. > > Signed-off-by: Fam Zheng > --- >  block/vmdk.c |  124 > -- >  1 files changed, 77 insertions(+), 47 deletions(-) > > di

[Qemu-devel] [PATCH 2/6] VMDK: add twoGbMaxExtentSparse support

2011-07-27 Thread Fam Zheng
Add twoGbMaxExtentSparse support. Only opening code is changed. Signed-off-by: Fam Zheng --- block/vmdk.c | 124 -- 1 files changed, 77 insertions(+), 47 deletions(-) diff --git a/block/vmdk.c b/block/vmdk.c index 9e6c67a..9d1ae32 100644