Re: [Qemu-devel] [PATCH] qcow2: Alignment of snapshot table entries

2013-10-09 Thread Kevin Wolf
Am 09.10.2013 um 10:34 hat Max Reitz geschrieben: > The qcow2 specification does not explicitly state so far that every > snapshot table entry is aligned to 8 bytes. QEMU, in contrast, does this > alignment, thus it should be properly documented (which this patch > does). > > Signed-off-by: Max Re

[Qemu-devel] [PATCH] qcow2: Alignment of snapshot table entries

2013-10-09 Thread Max Reitz
The qcow2 specification does not explicitly state so far that every snapshot table entry is aligned to 8 bytes. QEMU, in contrast, does this alignment, thus it should be properly documented (which this patch does). Signed-off-by: Max Reitz --- docs/specs/qcow2.txt | 3 +++ 1 file changed, 3 inse