]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: Don't set PCI address in usb-controller-default tests
authorAndrea Bolognani <abologna@redhat.com>
Thu, 10 Jul 2025 12:57:27 +0000 (14:57 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 6 Oct 2025 09:15:13 +0000 (11:15 +0200)
commitb00c8f4b5f8975f886bc82f032c86bd9e0f84cca
tree7e73470a5ec3a710ec0afc1e3766d34dffba63c2
parent64482939337363743ab1681f5498a4554c47dcd8
tests: Don't set PCI address in usb-controller-default tests

We want to ensure that libvirt will automatically allocate the
PCI address, and setting it ourselves ahead of time will
prevent that from happening.

In the case of q35, this change will cause additional PCI
controllers to show up. That's desirable, as it demonstrates
the behavior libvirt users will actually see.

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-default-i440fx.xml
tests/qemuxmlconfdata/usb-controller-default-pseries.xml
tests/qemuxmlconfdata/usb-controller-default-q35.x86_64-latest.args
tests/qemuxmlconfdata/usb-controller-default-q35.x86_64-latest.xml
tests/qemuxmlconfdata/usb-controller-default-q35.xml
tests/qemuxmlconfdata/usb-controller-default-unavailable-q35.x86_64-latest.xml