https://bugzilla.redhat.com/show_bug.cgi?id=1366505
So far, this function lacked support for
VIR_DOMAIN_NET_TYPE_VHOSTUSER leaving callers to hack around the
problem by constructing the command line on their own. This is
not ideal as it blocks hot plug support.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
src/qemu/qemu_command.c | 38 +++++++++++++---------
.../qemuxml2argv-net-vhostuser-multiq.args | 6 ++--
.../qemuxml2argv-net-vhostuser.args | 4 +--
3 files changed, 28 insertions(+), 20 deletions(-)