On a Thursday in 2022, Peter Krempa wrote:
Originally when I started working on '-blockdev' support I
added version
locked variants of all the relevant disk tests locked to qemu-2.12.
Upcoming patches will be removing support for qemu-2.12, but
'-blockdev'
is used only with qemu-4.2 and later.
There is no need for this note.
You can simply remove the 2.12-versionned tests in the same commit where
you add these.
There are no meaningful variations in the command line between them
(and git's rename detection would make the patch better suited for the
list)
Jano
This patch adds variants locked to qemu-4.1 for all the disk tests
that
have a variant for 2.11 (with a slight exception of the
'disk-error-policy-s390x' case locked to qemu-4.0 as we don't have
qemu-4.1 caps for s390x).
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
.../disk-aio.x86_64-4.1.0.args | 36 ++++++++++++++