]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuBuildInterfaceCommandLine: Use qemuFDPass for the vdpa fd
authorPeter Krempa <pkrempa@redhat.com>
Mon, 31 Jan 2022 17:22:35 +0000 (18:22 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 14 Feb 2022 12:13:59 +0000 (13:13 +0100)
commitbfb79de3d3582967c3e4fdefcae2622c7fa9d494
tree4253e3a01ddfdb3d68600631795e63a63c60a716
parentaac5899db9536834b49a5833408f2fbfbde02e74
qemuBuildInterfaceCommandLine: Use qemuFDPass for the vdpa fd

Use the new helpers for passing of the file descriptor needed for 'vdpa'
interfaces.

Apart from the simplification in this case it will allow further changes
to unify all fdset handling.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_command.c