]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuBuildHostNetStr: Support VIR_DOMAIN_NET_TYPE_VHOSTUSER
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 16 Aug 2016 10:55:02 +0000 (12:55 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 14 Oct 2016 03:45:01 +0000 (11:45 +0800)
commite1844d85cbdcb3ed8199ae8ae5274ffcc4968aa5
tree339d541cb265c795b80c632d5d5b04526c880a28
parentb093e8522483c689e6ffaf7bdef98991f862c88b
qemuBuildHostNetStr: Support VIR_DOMAIN_NET_TYPE_VHOSTUSER

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@redhat.com>
src/qemu/qemu_command.c
tests/qemuxml2argvdata/qemuxml2argv-net-vhostuser-multiq.args
tests/qemuxml2argvdata/qemuxml2argv-net-vhostuser.args