Re: [libvirt] [PATCH v3] qemu: set default vhost-user ifname

2017-01-20 Thread Michal Privoznik
On 01/18/2017 02:21 PM, John Ferlan wrote: > > I think I half assumed this would have been pushed already, but seeing > as it wasn't... > > On 12/22/2016 04:45 AM, Michal Privoznik wrote: >> Based on work of Mehdi Abaakouk . >> >> When parsing vhost-user interface XML and no ifname is found we >>

Re: [libvirt] [PATCH v3] qemu: set default vhost-user ifname

2017-01-18 Thread John Ferlan
I think I half assumed this would have been pushed already, but seeing as it wasn't... On 12/22/2016 04:45 AM, Michal Privoznik wrote: > Based on work of Mehdi Abaakouk . > > When parsing vhost-user interface XML and no ifname is found we > can try to fill it in in post parse callback. The way t

Re: [libvirt] [PATCH v3] qemu: set default vhost-user ifname

2017-01-05 Thread Mehdi Abaakouk
Thanks a lot for fixing my patch issue ! On Thu, Dec 22, 2016 at 10:45:15AM +0100, Michal Privoznik wrote: Based on work of Mehdi Abaakouk . When parsing vhost-user interface XML and no ifname is found we can try to fill it in in post parse callback. The way this works is we try to make up inte

[libvirt] [PATCH v3] qemu: set default vhost-user ifname

2016-12-22 Thread Michal Privoznik
Based on work of Mehdi Abaakouk . When parsing vhost-user interface XML and no ifname is found we can try to fill it in in post parse callback. The way this works is we try to make up interface name from given socket path and then ask openvswitch wether it knows the interface. Signed-off-by: Mich