]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: use qemuVirCommandGetDevSet less
authorJán Tomko <jtomko@redhat.com>
Tue, 24 Nov 2020 13:49:19 +0000 (14:49 +0100)
committerJán Tomko <jtomko@redhat.com>
Tue, 1 Dec 2020 16:24:20 +0000 (17:24 +0100)
commit5c028697cd0541ad647b1bc3fef3c839d0406737
tree4c743fd1b29f4d934da7a749e9f9587ef98c7df3
parent9a20d8ac07ef593768a206181cbb730078101d51
qemu: use qemuVirCommandGetDevSet less

Do not look up the index of the passed FD in places where
we already have it.

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