]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: remove chardevStdioLogd param from vhostuser code path
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 5 Jul 2018 10:59:22 +0000 (11:59 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 6 Jul 2018 09:07:47 +0000 (10:07 +0100)
commit4c76266baca407ae4981a180aed45193e50a8ade
treef8cba4c17c5e24755d0bacf697bb04ebe2ac3145
parentd7557f5f6f51264c1b5623e97f7b4d5259d4d3b6
qemu: remove chardevStdioLogd param from vhostuser code path

The vhostuser network backend is only supported with the UNIX domain
socket chardev backend, so passing around chardevStdioLogd is not
required.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/qemu/qemu_command.c