commit | f252080453ec081ba653bba4e0c1ca86c52cf19f | [log] [tgz] |
---|---|---|
author | Max Reitz <mreitz@redhat.com> | Wed Oct 09 10:34:10 2013 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Oct 11 16:49:58 2013 +0200 |
tree | 309a46c28a95e53779247e42a55b57b93541a3a5 | |
parent | 3677e6f6252542cbab85674d97d051d95e91693b [diff] |
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>