Re: [libvirt] [PATCH RFC v2 5/5] libxl: set net device prefix

2016-02-04 Thread Daniel P. Berrange
On Wed, Feb 03, 2016 at 09:40:37PM +, Joao Martins wrote: > Use the newly added virCapabilitiesSetNetPrefix to set > the network prefix for the driver. This in return will > be use by NetDefFormat() and NetDefParseXML() routines > to free any interface name that start with the registered > pref

[libvirt] [PATCH RFC v2 5/5] libxl: set net device prefix

2016-02-03 Thread Joao Martins
Use the newly added virCapabilitiesSetNetPrefix to set the network prefix for the driver. This in return will be use by NetDefFormat() and NetDefParseXML() routines to free any interface name that start with the registered prefix. Acked-by: Daniel P. Berrange Signed-off-by: Joao Martins --- src