OSDN Git Service

qcow2: Alignment of snapshot table entries
authorMax Reitz <mreitz@redhat.com>
Wed, 9 Oct 2013 08:34:10 +0000 (10:34 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 11 Oct 2013 14:49:58 +0000 (16:49 +0200)
commitf252080453ec081ba653bba4e0c1ca86c52cf19f
tree309a46c28a95e53779247e42a55b57b93541a3a5
parent3677e6f6252542cbab85674d97d051d95e91693b
qcow2: Alignment of snapshot table entries

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 <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
docs/specs/qcow2.txt