Re: [Qemu-devel] [PATCH 1/6] VMDK: enable twoGbMaxExtentFlat

2011-07-29 Thread Fam Zheng
Enable the createType 'twoGbMaxExtentFlat'. The supporting code is already in. Signed-off-by: Fam Zheng --- block/vmdk.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/block/vmdk.c b/block/vmdk.c index 37478d2..e22a893 100644 --- a/block/vmdk.c +++ b/block/vmdk.c @@

Re: [Qemu-devel] [PATCH 1/6] VMDK: enable twoGbMaxExtentFlat

2011-07-28 Thread Fam Zheng
Sorry, I missed one line in this patch. Will fix it in V2. On Wed, Jul 27, 2011 at 5:27 PM, Fam Zheng wrote: > Enable the createType 'twoGbMaxExtentFlat'. The supporting code is > already in. > > Signed-off-by: Fam Zheng > --- >  block/vmdk.c |    3 ++- >  1 files changed, 2 insertions(+), 1 del

[Qemu-devel] [PATCH 1/6] VMDK: enable twoGbMaxExtentFlat

2011-07-27 Thread Fam Zheng
Enable the createType 'twoGbMaxExtentFlat'. The supporting code is already in. Signed-off-by: Fam Zheng --- block/vmdk.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/block/vmdk.c b/block/vmdk.c index 37478d2..9e6c67a 100644 --- a/block/vmdk.c +++ b/block/vmdk.c @@ -