Re: [Qemu-devel] [PATCH v6 01/12] VMDK: introduce VmdkExtent
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
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