Re: [libvirt] [PATCH v2 06/14] qemuDomainAttachNetDevice: Move hostdev handling a bit further

2016-10-13 Thread John Ferlan
On 10/06/2016 09:38 AM, Michal Privoznik wrote: > The idea is to have function that does some checking at its > beginning and then have one big switch for all the interface > types it supports. > > Signed-off-by: Michal Privoznik > --- > src/qemu/qemu_hotplug.c | 26 --

[libvirt] [PATCH v2 06/14] qemuDomainAttachNetDevice: Move hostdev handling a bit further

2016-10-06 Thread Michal Privoznik
The idea is to have function that does some checking at its beginning and then have one big switch for all the interface types it supports. Signed-off-by: Michal Privoznik --- src/qemu/qemu_hotplug.c | 26 -- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a