[libvirt] [PATCH v4 3/7] parallels: better bridge network interface support

2015-03-18 Thread Maxim Nestratov
In order to support 'bridge' network adapters in parallels driver we need to plug our veth devices into corresponding linux bridges. We are going to do this by reusing our abstraction of Virtual Networks in terms of PCS. On a domain creation, we create a new Virtual Network naming it with the same

Re: [libvirt] [PATCH v4 3/7] parallels: better bridge network interface support

2015-03-18 Thread Michal Privoznik
On 18.03.2015 09:33, Maxim Nestratov wrote: In order to support 'bridge' network adapters in parallels driver we need to plug our veth devices into corresponding linux bridges. We are going to do this by reusing our abstraction of Virtual Networks in terms of PCS. On a domain creation, we