diff options
author | Alberto Garcia <berto@igalia.com> | 2020-07-10 18:13:13 +0200 |
---|---|---|
committer | Max Reitz <mreitz@redhat.com> | 2020-08-25 09:19:55 +0200 |
commit | 7be20252588422ab92464250d60063997ad29d59 (patch) | |
tree | d8d9a57814d83b49d9c9e4bcf12750eb95a3a1a6 /tests/qemu-iotests/206.out | |
parent | 40dee94320c9d76a656bd799870f9a81cf520b60 (diff) | |
download | qemu-7be20252588422ab92464250d60063997ad29d59.zip qemu-7be20252588422ab92464250d60063997ad29d59.tar.gz qemu-7be20252588422ab92464250d60063997ad29d59.tar.bz2 |
qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit
Now that the implementation of subclusters is complete we can finally
add the necessary options to create and read images with this feature,
which we call "extended L2 entries".
Signed-off-by: Alberto Garcia <berto@igalia.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Message-Id: <6476caaa73216bd05b7bb2d504a20415e1665176.1594396418.git.berto@igalia.com>
[mreitz: %s/5\.1/5.2/; fixed 302's and 303's reference output]
Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/206.out')
-rw-r--r-- | tests/qemu-iotests/206.out | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/qemu-iotests/206.out b/tests/qemu-iotests/206.out index 1a14255..363c5ab 100644 --- a/tests/qemu-iotests/206.out +++ b/tests/qemu-iotests/206.out @@ -22,6 +22,7 @@ Format specific information: lazy refcounts: false refcount bits: 16 corrupt: false + extended l2: false === Successful image creation (inline blockdev-add, explicit defaults) === @@ -45,6 +46,7 @@ Format specific information: lazy refcounts: false refcount bits: 16 corrupt: false + extended l2: false === Successful image creation (v3 non-default options) === @@ -68,6 +70,7 @@ Format specific information: lazy refcounts: true refcount bits: 1 corrupt: false + extended l2: false === Successful image creation (v2 non-default options) === @@ -146,6 +149,7 @@ Format specific information: payload offset: 528384 master key iters: XXX corrupt: false + extended l2: false === Invalid BlockdevRef === |