Re: [Qemu-devel] [PATCH v3 0/4] Initial VHDX support

2013-05-02 Thread Stefan Hajnoczi
On Wed, May 01, 2013 at 11:06:16AM -0400, Jeff Cody wrote: > On Wed, May 01, 2013 at 02:43:04PM +0200, Stefan Hajnoczi wrote: > > On Mon, Apr 29, 2013 at 02:48:15PM -0400, Jeff Cody wrote: > > > > > > Differences from v2: > > > > > > > > > Patch 2/4: changed 2 uint8_t[16] to MSGUID (Kevin) > >

Re: [Qemu-devel] [PATCH v3 0/4] Initial VHDX support

2013-05-01 Thread Jeff Cody
On Wed, May 01, 2013 at 02:43:04PM +0200, Stefan Hajnoczi wrote: > On Mon, Apr 29, 2013 at 02:48:15PM -0400, Jeff Cody wrote: > > > > Differences from v2: > > > > > > Patch 2/4: changed 2 uint8_t[16] to MSGUID (Kevin) > > renamed all strucs to proper style (Kevin) > > in

Re: [Qemu-devel] [PATCH v3 0/4] Initial VHDX support

2013-05-01 Thread Stefan Hajnoczi
On Mon, Apr 29, 2013 at 02:48:15PM -0400, Jeff Cody wrote: > > Differences from v2: > > > Patch 2/4: changed 2 uint8_t[16] to MSGUID (Kevin) > renamed all strucs to proper style (Kevin) > indentations / style (Kevin) > Removed/fixed outdated comments (Stefan)

[Qemu-devel] [PATCH v3 0/4] Initial VHDX support

2013-04-29 Thread Jeff Cody
Differences from v2: Patch 2/4: changed 2 uint8_t[16] to MSGUID (Kevin) renamed all strucs to proper style (Kevin) indentations / style (Kevin) Removed/fixed outdated comments (Stefan) dropped vhdx_header_padded (Kevin) Pa