Re: [libvirt] [PATCH 3/5] qemu_hotplug: Attach guestfwd using netdev_add

2019-02-12 Thread John Ferlan
On 2/11/19 10:40 AM, Michal Privoznik wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=1624204 > > The guestfwd channels are -netdevs really. Hotplug them as such. > > Signed-off-by: Michal Privoznik > --- > src/qemu/qemu_hotplug.c | 20 +++- > 1 file changed, 15

[libvirt] [PATCH 3/5] qemu_hotplug: Attach guestfwd using netdev_add

2019-02-11 Thread Michal Privoznik
https://bugzilla.redhat.com/show_bug.cgi?id=1624204 The guestfwd channels are -netdevs really. Hotplug them as such. Signed-off-by: Michal Privoznik --- src/qemu/qemu_hotplug.c | 20 +++- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/src/qemu/qemu_hotplug.c