]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuxmlconftest: Use virTestMakeDummyFD() to get VDPA disk fds
authorPeter Krempa <pkrempa@redhat.com>
Wed, 20 May 2026 11:59:12 +0000 (13:59 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 25 May 2026 11:28:58 +0000 (13:28 +0200)
commitf7f2bf2aa0d949688b964ff482a9ca7825f4bdda
tree663add3dea54b71fe9853806504f3aa65640a852
parentb28c8cbbb8e49c5680e3bb53993d0f60f540ec36
qemuxmlconftest: Use virTestMakeDummyFD() to get VDPA disk fds

While VDPA disks did use real FDs they used convoluted infrastructure
for mapping them to specific numbers. Remove that since we can now mask
them from the output args instead.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
tests/qemuxmlconfdata/disk-vhostvdpa.x86_64-latest.args
tests/qemuxmlconftest.c