Re: [Qemu-devel] [PATCH 2/9] block: vhdx - add header update capability.

2013-07-26 Thread Jeff Cody
On Fri, Jul 26, 2013 at 02:49:04PM +0800, Fam Zheng wrote: > On Wed, 07/24 13:54, Jeff Cody wrote: > > This adds the ability to update the headers in a VHDX image, including > > generating a new MS-compatible GUID. > > > > As VHDX depends on uuid.h, VHDX is now a configurable build option. If > >

Re: [Qemu-devel] [PATCH 2/9] block: vhdx - add header update capability.

2013-07-25 Thread Fam Zheng
On Wed, 07/24 13:54, Jeff Cody wrote: > This adds the ability to update the headers in a VHDX image, including > generating a new MS-compatible GUID. > > As VHDX depends on uuid.h, VHDX is now a configurable build option. If > VHDX support is enabled, that will also enable uuid as well. The > de

[Qemu-devel] [PATCH 2/9] block: vhdx - add header update capability.

2013-07-24 Thread Jeff Cody
This adds the ability to update the headers in a VHDX image, including generating a new MS-compatible GUID. As VHDX depends on uuid.h, VHDX is now a configurable build option. If VHDX support is enabled, that will also enable uuid as well. The default is to have VHDX enabled. To enable/disable