Re: [Qemu-devel] [PATCH v3 0/4] vmdk: Support ESX files

2013-08-22 Thread Stefan Hajnoczi
On Mon, Aug 19, 2013 at 06:54:24PM +0800, Fam Zheng wrote: > This series add support for VMFS and VMFSSPARSE extents, these types are found > in description file from ESX hosts. > > - VMFS is in monolithiFlat format (raw), but hosted in ESX. > > - VMFSSPARSE is the format we call "vmdk3" with m

[Qemu-devel] [PATCH v3 0/4] vmdk: Support ESX files

2013-08-19 Thread Fam Zheng
This series add support for VMFS and VMFSSPARSE extents, these types are found in description file from ESX hosts. - VMFS is in monolithiFlat format (raw), but hosted in ESX. - VMFSSPARSE is the format we call "vmdk3" with magic bytes "COWD". This patch fix the opening of vmdk3 and rename it