On Tue, Jul 26, 2022 at 04:36:54PM +0200, Peter Krempa wrote:
The 'device_id' property of 'scsi_disk' was added in
qemu-4.0 and it's
unconditionally present, thus we can now always assume it's presence.
s/it's presence/its presence/
Update some fake-caps test which didn't yet assert the
capability.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/qemu/qemu_command.c | 12 +++++-------
.../aarch64-virtio-pci-manual-addresses.args | 2 +-
tests/qemuxml2argvdata/multifunction-pci-device.args | 2 +-
.../qemuxml2argvdata/pseries-vio-user-assigned.args | 2 +-
tests/qemuxml2argvdata/pseries-vio.args | 2 +-
tests/qemuxml2argvdata/sparc-minimal.args | 4 ++--
6 files changed, 11 insertions(+), 13 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>