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
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
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
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
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