docs: Make the recommendation for the backing file name position a requirement
commit8e436ec1f307a01882fd9166477667370c9dbfff
authorMaria Kustova <maxa@catit.be>
Mon, 21 Jul 2014 11:16:33 +0000 (21 15:16 +0400)
committerKevin Wolf <kwolf@redhat.com>
Fri, 15 Aug 2014 13:07:13 +0000 (15 15:07 +0200)
tree8258932f89d3c90506b06daf5bc5c9ac2dd0a53f
parent52bf1e722d996d1accfc35e29283f172d003d9b2
docs: Make the recommendation for the backing file name position a requirement

The current version of the qcow2 specification recommends to save the backing
file name in the end of the first cluster. It follows that the backing file
name can be saved somewhere in the image, but the first cluster, which
contradicts the current QEMU implementation.

The patch makes the backing file name required to be placed after the header
extensions in the first image cluster.

Signed-off-by: Maria Kustova <maria.k@catit.be>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
docs/specs/qcow2.txt