Re: [Qemu-devel] [PATCH v6 01/12] VMDK: introduce VmdkExtent

2011-07-01 Thread Kevin Wolf
Am 01.07.2011 06:55, schrieb Fam Zheng: > Introduced VmdkExtent array into BDRVVmdkState, enable holding multiple > image extents for multiple file image support. > > Signed-off-by: Fam Zheng > --- > block/vmdk.c | 355 > +- > 1 files cha

[Qemu-devel] [PATCH v6 01/12] VMDK: introduce VmdkExtent

2011-06-30 Thread Fam Zheng
Introduced VmdkExtent array into BDRVVmdkState, enable holding multiple image extents for multiple file image support. Signed-off-by: Fam Zheng --- block/vmdk.c | 355 +- 1 files changed, 252 insertions(+), 103 deletions(-) diff --git a/b