On 05.08.2025 20:23, Philippe Mathieu-Daudé wrote:
diff --git a/tests/qemu-iotests/tests/mirror-sparse b/tests/qemu-
iotests/tests/mirror-sparse
index cfcaa600ab..19843a622c 100755
--- a/tests/qemu-iotests/tests/mirror-sparse
+++ b/tests/qemu-iotests/tests/mirror-sparse
@@ -41,6 +41,7 @@ _supported_fmt qcow2 raw # Format of the source.
dst is always raw file
_supported_proto file
_supported_os Linux
_require_disk_usage
+_require_o_direct
Could the correct use be:
_supported_cache_modes none directsync
Yes that works too. I've no idea which is "better" - we've
a bit too many options here, I think. I'll change it to your
suggestion.
Thanks,
/mjt