aboutsummaryrefslogtreecommitdiff
path: root/docs/interop
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2023-05-22 13:46:31 -0500
committerEric Blake <eblake@redhat.com>2023-06-02 11:24:18 -0500
commit5cf899e21555d57b9ee1d0a8256f9a2230e88658 (patch)
tree92a8822c39463dc67cfbf92af5ef5a218e0369d2 /docs/interop
parent430746359fae0ec3e2ac723fd673cb8451b28d7b (diff)
downloadqemu-5cf899e21555d57b9ee1d0a8256f9a2230e88658.zip
qemu-5cf899e21555d57b9ee1d0a8256f9a2230e88658.tar.gz
qemu-5cf899e21555d57b9ee1d0a8256f9a2230e88658.tar.bz2
qcow2: Explicit mention of padding bytes
Although we already covered the need for padding bytes with our changes in commit 3ae3fcfa, commit 66fcbca5 (both v5.0.0) added one byte and relied on the rest of the text for implicitly covering 7 padding bytes. For consistency with other parts of the header (such as the header extension format listing padding from n - m, or the snapshot table entry listing variable padding), we might as well call out the remaining 7 bytes as padding until such time (as any) as they gain another meaning. Signed-off-by: Eric Blake <eblake@redhat.com> CC: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> Message-Id: <20230522184631.47211-1-eblake@redhat.com> Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Diffstat (limited to 'docs/interop')
-rw-r--r--docs/interop/qcow2.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/interop/qcow2.txt b/docs/interop/qcow2.txt
index e7f036c..2c46183 100644
--- a/docs/interop/qcow2.txt
+++ b/docs/interop/qcow2.txt
@@ -226,6 +226,7 @@ version 2.
<https://www.zlib.net/> in QEMU. However, clusters with the
deflate compression type do not have zlib headers.
+ 105 - 111: Padding, contents defined below.
=== Header padding ===