On a Monday 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, but
blockdev was finally enabled with qemu-4.2.
This patch bumps all of the test cases
Upcoming patches will be removing support for qemu-2.12, but
'-blockdev'
is used only with qemu-4.2 and later.
You can drop this.
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>
---
Jano