On 12/11/2025 17.40, Thomas Huth wrote:
Hi Alberto, hi Kevin,
this patch caused the iotest 024 to fail when being run with -qed:
024 fail [17:35:06] [17:35:08] 2.2s (last: 2.0s) output
mismatch (see .../tests/qemu-iotests/scratch/qed-file-024/024.out.bad)
--- .../qemu/tests/qemu-iotests/024.out
+++ .../qemu-build/tests/qemu-iotests/scratch/qed-file-024/024.out.bad
@@ -267,6 +267,7 @@
read 1048576/1048576 bytes at offset 3145728
1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
Offset Length File
-0 0x400000 TEST_DIR/subdir/t.IMGFMT
+0 0x200000 TEST_DIR/subdir/t.IMGFMT
+0x200000 0x200000 TEST_DIR/subdir/t.IMGFMT
Could you please have a look?
Thanks,
Thomas
PS: Thank you, Kevin, for merging the "Add more image formats to the
thorough testing" patch! As you can see, it already helped to spot the first
regression :-)
Ah, never mind that last sentence, I just noticed that we had "qed" in the
"thorough" list before that patch already, so I would also have run into
this without that patch.
Thomas