libvirt/tests/qemuhotplugtestdomains
Thomas Huth e7a65484ba qemu: Refuse to use "ps2" on machines that do not have this bus
The "ps2" bus is only available on certain machines like x86. On
machines like s390x, we should refuse to add a device to this bus
instead of silently ignoring it.

Looking at the QEMU sources, PS/2 is only available if the QEMU binary
has the "i8042" device, so let's check for that and only allow "ps2"
devices if this QEMU device is available, or if we're on x86 anyway
(so we don't have to fake the QEMU_CAPS_DEVICE_I8042 capability in
all the tests that use <input ... bus='ps2'/> in their xml data).

Reported-by: Sebastian Mitterle <smitterl@redhat.com>
Buglink: https://bugzilla.redhat.com/show_bug.cgi?id=1763191
Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
2020-01-23 12:57:03 +01:00
..
qemuhotplug-base-ccw-live-with-2-ccw-virtio.xml qemu: Refuse to use "ps2" on machines that do not have this bus 2020-01-23 12:57:03 +01:00
qemuhotplug-base-ccw-live-with-2-ccw-virtio+ccw-virtio-1-explicit.xml qemu: Refuse to use "ps2" on machines that do not have this bus 2020-01-23 12:57:03 +01:00
qemuhotplug-base-ccw-live-with-2-ccw-virtio+ccw-virtio-1-reverse.xml qemu: Refuse to use "ps2" on machines that do not have this bus 2020-01-23 12:57:03 +01:00
qemuhotplug-base-ccw-live-with-ccw-virtio.xml qemu: Refuse to use "ps2" on machines that do not have this bus 2020-01-23 12:57:03 +01:00
qemuhotplug-base-ccw-live-with-ccw-virtio+ccw-virtio-2-explicit.xml qemu: Refuse to use "ps2" on machines that do not have this bus 2020-01-23 12:57:03 +01:00
qemuhotplug-base-ccw-live-with-ccw-virtio+ccw-virtio-2.xml qemu: Refuse to use "ps2" on machines that do not have this bus 2020-01-23 12:57:03 +01:00
qemuhotplug-base-ccw-live.xml qemu: Refuse to use "ps2" on machines that do not have this bus 2020-01-23 12:57:03 +01:00
qemuhotplug-base-ccw-live+ccw-virtio.xml qemu: Refuse to use "ps2" on machines that do not have this bus 2020-01-23 12:57:03 +01:00
qemuhotplug-base-live.xml qemu: Don't assign alias to disabled balloon device 2018-03-19 21:22:43 +01:00
qemuhotplug-base-live+disk-scsi-wwn.xml tests: hotplug: Test disks with duplicate WWNs 2017-06-23 14:11:25 +02:00
qemuhotplug-base-live+disk-scsi-wwn+disk-scsi-duplicate-wwn.xml qemu: Don't assign alias to disabled balloon device 2018-03-19 21:22:43 +01:00
qemuhotplug-base-live+disk-scsi.xml qemu: Don't assign alias to disabled balloon device 2018-03-19 21:22:43 +01:00
qemuhotplug-base-live+disk-usb.xml qemu: Don't assign alias to disabled balloon device 2018-03-19 21:22:43 +01:00
qemuhotplug-base-live+disk-virtio.xml qemu: Don't assign alias to disabled balloon device 2018-03-19 21:22:43 +01:00
qemuhotplug-base-live+guestfwd.xml qemuhotplugtest: Test guestfwd attach and detach 2019-02-14 09:22:17 +01:00
qemuhotplug-base-live+hostdev-pci.xml tests: Add test case for QEMU pci-hostdev hotplug 2019-09-09 16:44:24 +02:00
qemuhotplug-base-live+ivshmem-doorbell-detach.xml qemu: Add support for hot/cold-(un)plug of shmem devices 2016-11-02 17:36:50 +01:00
qemuhotplug-base-live+ivshmem-doorbell.xml qemu: Don't assign alias to disabled balloon device 2018-03-19 21:22:43 +01:00
qemuhotplug-base-live+ivshmem-plain-detach.xml qemu: Add support for hot/cold-(un)plug of shmem devices 2016-11-02 17:36:50 +01:00
qemuhotplug-base-live+ivshmem-plain.xml qemu: Don't assign alias to disabled balloon device 2018-03-19 21:22:43 +01:00
qemuhotplug-base-live+qemu-agent-detach.xml tests: unify qemu binary paths for all qemu related tests 2017-04-11 14:06:47 +02:00
qemuhotplug-base-live+qemu-agent.xml qemu: Don't assign alias to disabled balloon device 2018-03-19 21:22:43 +01:00
qemuhotplug-base-live+watchdog-user-alias.xml qemu: Don't assign alias to disabled balloon device 2018-03-19 21:22:43 +01:00
qemuhotplug-base-live+watchdog.xml qemu: Don't assign alias to disabled balloon device 2018-03-19 21:22:43 +01:00
qemuhotplug-base-with-scsi-controller-live.xml qemu: Don't assign alias to disabled balloon device 2018-03-19 21:22:43 +01:00
qemuhotplug-base-with-scsi-controller-live+disk-scsi-2.xml tests: unify qemu binary paths for all qemu related tests 2017-04-11 14:06:47 +02:00
qemuhotplug-base-without-scsi-controller-live.xml tests: unify qemu binary paths for all qemu related tests 2017-04-11 14:06:47 +02:00
qemuhotplug-base-without-scsi-controller-live+disk-scsi-2.xml qemuhotplugtest: Don't plug a SCSI disk at unit 7 2019-04-18 17:08:33 +02:00
qemuhotplug-base+qemu-agent-detach.xml tests: unify qemu binary paths for all qemu related tests 2017-04-11 14:06:47 +02:00
qemuhotplug-base+qemu-agent.xml tests: unify qemu binary paths for all qemu related tests 2017-04-11 14:06:47 +02:00
qemuhotplug-console-compat-2-live.xml qemu: Set targetModel based on targetType for serial devices 2017-11-28 15:46:33 +01:00
qemuhotplug-console-compat-2-live+console-virtio.xml qemu: Set targetModel based on targetType for serial devices 2017-11-28 15:46:33 +01:00
qemuhotplug-disk-cdrom.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
qemuhotplug-graphics-spice-listen-network.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
qemuhotplug-graphics-spice-timeout.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
qemuhotplug-graphics-spice.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
qemuhotplug-pseries-base-live.xml tests: Add test case for QEMU pci-hostdev hotplug 2019-09-09 16:44:24 +02:00
qemuhotplug-pseries-base-live+hostdev-pci.xml tests: Add test case for QEMU pci-hostdev hotplug 2019-09-09 16:44:24 +02:00