
13 Oct
2016
13 Oct
'16
3 p.m.
On 10/06/2016 09:38 AM, Michal Privoznik wrote:
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 | 38 +++++++++++++--------- .../qemuxml2argv-net-vhostuser-multiq.args | 6 ++-- .../qemuxml2argv-net-vhostuser.args | 4 +-- 3 files changed, 28 insertions(+), 20 deletions(-)
ACK still applies, John