qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

iotests/{190,291}: compat=0.10 is unsupported

Fixes: 5d72c68b49769c927e90b78af6d90f6a384b26ac
Fixes: cf2d1203dcfc2bf964453d83a2302231ce77f2dc
Signed-off-by: Max Reitz <mreitz@redhat.com>
Message-Id: <20200617104822.27525-6-mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>

authored by

Max Reitz and committed by
Kevin Wolf
2e3becf9 73b2b7b5

+4
+2
tests/qemu-iotests/190
··· 41 41 # See 178 for more extensive tests across more formats 42 42 _supported_fmt qcow2 43 43 _supported_proto file 44 + # compat=0.10 does not support bitmaps 45 + _unsupported_imgopts 'compat=0.10' 44 46 45 47 echo "== Huge file without bitmaps ==" 46 48 echo
+2
tests/qemu-iotests/291
··· 39 39 _supported_proto file 40 40 _supported_os Linux 41 41 _require_command QEMU_NBD 42 + # compat=0.10 does not support bitmaps 43 + _unsupported_imgopts 'compat=0.10' 42 44 43 45 echo 44 46 echo "=== Initial image setup ==="