Re: [Qemu-devel] [PATCH v9 00/12] Adding VMDK monolithic flat support

2011-07-18 Thread Fam Zheng
Hi, Resent [09/12] and [10/12]. On Mon, Jul 18, 2011 at 10:52 PM, Kevin Wolf wrote: > Am 12.07.2011 13:56, schrieb Fam Zheng: >> Changes from v8: >>     09/12: remove duplicated sscanf >>     10/12: change option name to 'subformat', change commit message typo, >>             factor common parts

Re: [Qemu-devel] [PATCH v9 00/12] Adding VMDK monolithic flat support

2011-07-18 Thread Kevin Wolf
Am 12.07.2011 13:56, schrieb Fam Zheng: > Changes from v8: > 09/12: remove duplicated sscanf > 10/12: change option name to 'subformat', change commit message typo, > factor common parts of creating, and other small improvements > > Fam Zheng (12): > VMDK: introduce VmdkExte

Re: [Qemu-devel] [PATCH v9 00/12] Adding VMDK monolithic flat support

2011-07-18 Thread Stefan Hajnoczi
On Tue, Jul 12, 2011 at 07:56:27PM +0800, Fam Zheng wrote: > Changes from v8: > 09/12: remove duplicated sscanf > 10/12: change option name to 'subformat', change commit message typo, > factor common parts of creating, and other small improvements > > Fam Zheng (12): > VMDK:

[Qemu-devel] [PATCH v9 00/12] Adding VMDK monolithic flat support

2011-07-12 Thread Fam Zheng
Changes from v8: 09/12: remove duplicated sscanf 10/12: change option name to 'subformat', change commit message typo, factor common parts of creating, and other small improvements Fam Zheng (12): VMDK: introduce VmdkExtent VMDK: bugfix, align offset to cluster in get_whol