]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: validate an XML config with USB bus/port set
authorMaximilian Martin <maximilian_martin@gmx.de>
Mon, 18 Aug 2025 14:34:15 +0000 (16:34 +0200)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 11 Feb 2026 18:26:32 +0000 (18:26 +0000)
commitb97afe28f54dae1d122baa33d1a371b68775b7b2
tree7d36ad011ec2023e6631456fe5f35eb14b0fa694
parent53e8f30dc848a643bc35a31544f870b729ad68d6
tests: validate an XML config with USB bus/port set

USB bus/port addressing is translated into a bus/device addressing
at startup using the hostdev logic. This test covers XML parsing
and CLI formatting for bus/port addressing.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Maximilian Martin <maximilian_martin@gmx.de>
tests/qemuxmlconfdata/hostdev-usb-address-port.x86_64-latest.args [new file with mode: 0644]
tests/qemuxmlconfdata/hostdev-usb-address-port.x86_64-latest.xml [new file with mode: 0644]
tests/qemuxmlconfdata/hostdev-usb-address-port.xml [new file with mode: 0644]
tests/qemuxmlconftest.c