]> git.ipfire.org Git - thirdparty/qemu.git/commit
qcow2: List autoclear bit names in header
authorEric Blake <eblake@redhat.com>
Tue, 24 Mar 2020 17:42:31 +0000 (12:42 -0500)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 22 Jun 2020 17:52:24 +0000 (12:52 -0500)
commit5eca12bbada69fbef88a6557d79f016aaf3ff013
tree59858f0aa9e3fe4431bd08b66169a21a7a13b560
parent1c8d9fb334322762fe2feefa3c6d29571ddea513
qcow2: List autoclear bit names in header

The feature table is supposed to advertise the name of all feature
bits that we support; however, we forgot to update the table for
autoclear bits.  While at it, move the table to read-only memory in
code, and tweak the qcow2 spec to name the second autoclear bit.
Update iotests that are affected by the longer header length.

Fixes: 88ddffae
Fixes: 93c24936
Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Message-Id: <20200324174233.1622067-3-eblake@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
(cherry picked from commit bb40ebce2cb0bd4bf37968074d43d5a864fb6dee)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
block/qcow2.c
docs/interop/qcow2.txt
tests/qemu-iotests/031.out
tests/qemu-iotests/036.out
tests/qemu-iotests/061.out