]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: Rename usb-controller-implicit-*
authorAndrea Bolognani <abologna@redhat.com>
Tue, 5 Aug 2025 14:59:14 +0000 (16:59 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 6 Oct 2025 09:15:18 +0000 (11:15 +0200)
commitb5956b30aafc5ba23e5ae64d625d44a8ae7a9eed
tree60a5d27b5698d3749eb6a19d3bdd36d740bc2526
parent2a9bdeb0d5482b0918c00ed56c9704165cab5d17
tests: Rename usb-controller-implicit-*

To usb-controller-automatic-*.

This matches the existing q35 test, and in general makes more
sense as a name since these tests are providing coverage for
USB controllers getting automatically added by libvirt for new
domains, rather than implicit (i.e. built-in, non-removable)
devices.

Note that, in the case of physical i440fx machines, the USB
controller is actually part of the chipset and would thus
qualify as implicit; the corresponding QEMU machine type,
however, allows for it to be removed, so the new name is still
more appropriate when discussing virtual hardware.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
tests/qemuxmlconfdata/usb-controller-automatic-i440fx.x86_64-latest.args [moved from tests/qemuxmlconfdata/usb-controller-implicit-i440fx.x86_64-latest.args with 100% similarity]
tests/qemuxmlconfdata/usb-controller-automatic-i440fx.x86_64-latest.xml [moved from tests/qemuxmlconfdata/usb-controller-implicit-i440fx.x86_64-latest.xml with 100% similarity]
tests/qemuxmlconfdata/usb-controller-automatic-i440fx.xml [moved from tests/qemuxmlconfdata/usb-controller-implicit-i440fx.xml with 100% similarity]
tests/qemuxmlconfdata/usb-controller-automatic-isapc.x86_64-latest.args [moved from tests/qemuxmlconfdata/usb-controller-implicit-isapc.x86_64-latest.args with 100% similarity]
tests/qemuxmlconfdata/usb-controller-automatic-isapc.x86_64-latest.xml [moved from tests/qemuxmlconfdata/usb-controller-implicit-isapc.x86_64-latest.xml with 100% similarity]
tests/qemuxmlconfdata/usb-controller-automatic-isapc.xml [moved from tests/qemuxmlconfdata/usb-controller-implicit-isapc.xml with 100% similarity]
tests/qemuxmlconfdata/usb-controller-automatic-q35.x86_64-latest.args [moved from tests/qemuxmlconfdata/usb-controller-implicit-q35.x86_64-latest.args with 100% similarity]
tests/qemuxmlconfdata/usb-controller-automatic-q35.x86_64-latest.xml [moved from tests/qemuxmlconfdata/usb-controller-implicit-q35.x86_64-latest.xml with 100% similarity]
tests/qemuxmlconfdata/usb-controller-automatic-q35.xml [moved from tests/qemuxmlconfdata/usb-controller-implicit-q35.xml with 100% similarity]
tests/qemuxmlconftest.c