Re: [Qemu-devel] [PATCH v6 09/12] VMDK: open/read/write for monolithicFlat image
On Fri, Jul 1, 2011 at 5:55 AM, Fam Zheng wrote: > + /* save to extents array */ > + if (!strcmp(type, "FLAT")) { > + /* FLAT extent */ > + char extent_path[PATH_MAX]; > + BlockDriverState *extent_file; > + BlockDriver *drv; > +
[Qemu-devel] [PATCH v6 09/12] VMDK: open/read/write for monolithicFlat image
Parse vmdk decriptor file and open mono flat image. Read/write the flat extent. Signed-off-by: Fam Zheng --- block/vmdk.c | 184 +- 1 files changed, 170 insertions(+), 14 deletions(-) diff --git a/block/vmdk.c b/block/vmdk.c index 40e4464