On a Monday in 2022, Peter Krempa wrote:
The 'device_add' property was added in qemu-4.0. Since
upcoming patch
*device_id
will be modernizing all disk test cases we specifically want to
preserve
the instance of 'device_add' not being used with qemu-3.1 and earlier.
*device_id
Jano
Change the 'disk-cache' and 'disk-shared' cases to
have a qemu-3.1 and a
qemu-4.1 version for testing pre-'device_id' and pre-blockdev scenarios.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
...12.0.args => disk-cache.x86_64-3.1.0.args} | 4 +-
.../disk-cache.x86_64-4.1.0.args | 42 +++++++++++++++++++
...2.0.args => disk-shared.x86_64-3.1.0.args} | 4 +-
.../disk-shared.x86_64-4.1.0.args | 41 ++++++++++++++++++
tests/qemuxml2argvtest.c | 6 ++-
5 files changed, 91 insertions(+), 6 deletions(-)
rename tests/qemuxml2argvdata/{disk-cache.x86_64-2.12.0.args =>
disk-cache.x86_64-3.1.0.args} (96%)
create mode 100644 tests/qemuxml2argvdata/disk-cache.x86_64-4.1.0.args
rename tests/qemuxml2argvdata/{disk-shared.x86_64-2.12.0.args =>
disk-shared.x86_64-3.1.0.args} (95%)
create mode 100644 tests/qemuxml2argvdata/disk-shared.x86_64-4.1.0.args