mirror of
https://github.com/qemu/qemu.git
synced 2025-08-16 06:43:21 +00:00
iotests/{190,291}: compat=0.10 is unsupported
Fixes:5d72c68b49
Fixes:cf2d1203dc
Signed-off-by: Max Reitz <mreitz@redhat.com> Message-Id: <20200617104822.27525-6-mreitz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
73b2b7b5ca
commit
2e3becf9d7
@ -41,6 +41,8 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
|
|||||||
# See 178 for more extensive tests across more formats
|
# See 178 for more extensive tests across more formats
|
||||||
_supported_fmt qcow2
|
_supported_fmt qcow2
|
||||||
_supported_proto file
|
_supported_proto file
|
||||||
|
# compat=0.10 does not support bitmaps
|
||||||
|
_unsupported_imgopts 'compat=0.10'
|
||||||
|
|
||||||
echo "== Huge file without bitmaps =="
|
echo "== Huge file without bitmaps =="
|
||||||
echo
|
echo
|
||||||
|
@ -39,6 +39,8 @@ _supported_fmt qcow2
|
|||||||
_supported_proto file
|
_supported_proto file
|
||||||
_supported_os Linux
|
_supported_os Linux
|
||||||
_require_command QEMU_NBD
|
_require_command QEMU_NBD
|
||||||
|
# compat=0.10 does not support bitmaps
|
||||||
|
_unsupported_imgopts 'compat=0.10'
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "=== Initial image setup ==="
|
echo "=== Initial image setup ==="
|
||||||
|
Loading…
Reference in New Issue
Block a user