Re: [Qemu-devel] [PATCH v2 4/9] block: vhdx - log support struct and defines

2013-08-07 Thread Jeff Cody
On Wed, Aug 07, 2013 at 05:22:45PM +0200, Kevin Wolf wrote: > Am 01.08.2013 um 05:23 hat Jeff Cody geschrieben: > > This adds some magic number defines, and internal structure > > definitions for VHDX log replay support. > > > > Signed-off-by: Jeff Cody > > --- > > block/vhdx.h | 21

Re: [Qemu-devel] [PATCH v2 4/9] block: vhdx - log support struct and defines

2013-08-07 Thread Kevin Wolf
Am 01.08.2013 um 05:23 hat Jeff Cody geschrieben: > This adds some magic number defines, and internal structure > definitions for VHDX log replay support. > > Signed-off-by: Jeff Cody > --- > block/vhdx.h | 21 - > 1 file changed, 20 insertions(+), 1 deletion(-) > > diff --g

Re: [Qemu-devel] [PATCH v2 4/9] block: vhdx - log support struct and defines

2013-08-01 Thread Stefan Hajnoczi
On Wed, Jul 31, 2013 at 11:23:49PM -0400, Jeff Cody wrote: > @@ -318,6 +323,18 @@ typedef struct VHDXMetadataEntries { > uint16_t present; > } VHDXMetadataEntries; > > +typedef struct VHDXLogEntries { > +uint64_t offset; > +uint64_t length; > +uint32_t head; > +uint32_t tail

Re: [Qemu-devel] [PATCH v2 4/9] block: vhdx - log support struct and defines

2013-08-01 Thread Jeff Cody
On Thu, Aug 01, 2013 at 05:00:05PM +0200, Stefan Hajnoczi wrote: > On Wed, Jul 31, 2013 at 11:23:49PM -0400, Jeff Cody wrote: > > @@ -318,6 +323,18 @@ typedef struct VHDXMetadataEntries { > > uint16_t present; > > } VHDXMetadataEntries; > > > > +typedef struct VHDXLogEntries { > > +uint

[Qemu-devel] [PATCH v2 4/9] block: vhdx - log support struct and defines

2013-07-31 Thread Jeff Cody
This adds some magic number defines, and internal structure definitions for VHDX log replay support. Signed-off-by: Jeff Cody --- block/vhdx.h | 21 - 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/block/vhdx.h b/block/vhdx.h index c8d8593..2db6615 100644 --- a