Re: [Qemu-devel] [PATCH 6/7] block: add header update capability for VHDX images.

2013-03-07 Thread Stefan Hajnoczi
On Wed, Mar 06, 2013 at 09:48:33AM -0500, Jeff Cody wrote: This adds the ability to update the headers in a VHDX image, including generating a new MS-compatible GUID, and checksum. Signed-off-by: Jeff Cody jc...@redhat.com --- block/vhdx.c | 165

Re: [Qemu-devel] [PATCH 6/7] block: add header update capability for VHDX images.

2013-03-07 Thread Jeff Cody
On Thu, Mar 07, 2013 at 03:50:56PM +0100, Stefan Hajnoczi wrote: On Wed, Mar 06, 2013 at 09:48:33AM -0500, Jeff Cody wrote: This adds the ability to update the headers in a VHDX image, including generating a new MS-compatible GUID, and checksum. Signed-off-by: Jeff Cody jc...@redhat.com

Re: [Qemu-devel] [PATCH 6/7] block: add header update capability for VHDX images.

2013-03-07 Thread Stefan Hajnoczi
On Thu, Mar 07, 2013 at 10:33:49AM -0500, Jeff Cody wrote: On Thu, Mar 07, 2013 at 03:50:56PM +0100, Stefan Hajnoczi wrote: On Wed, Mar 06, 2013 at 09:48:33AM -0500, Jeff Cody wrote: This adds the ability to update the headers in a VHDX image, including generating a new MS-compatible

[Qemu-devel] [PATCH 6/7] block: add header update capability for VHDX images.

2013-03-06 Thread Jeff Cody
This adds the ability to update the headers in a VHDX image, including generating a new MS-compatible GUID, and checksum. Signed-off-by: Jeff Cody jc...@redhat.com --- block/vhdx.c | 165 ++- 1 file changed, 163 insertions(+), 2