Re: [libvirt] [PATCH RFC v2 3/5] conf: add caps to virDomainDefFormat*

2016-02-04 Thread Daniel P. Berrange
On Wed, Feb 03, 2016 at 09:40:35PM +, Joao Martins wrote: > And use the newly added caps->host.netprefix (if it exists) for > interface names that match the autogenerated target names. > > Signed-off-by: Joao Martins > --- > src/bhyve/bhyve_driver.c| 9

Re: [libvirt] [PATCH RFC v2 3/5] conf: add caps to virDomainDefFormat*

2016-02-04 Thread Joao Martins
On 02/04/2016 11:14 AM, Daniel P. Berrange wrote: > On Wed, Feb 03, 2016 at 09:40:35PM +, Joao Martins wrote: >> And use the newly added caps->host.netprefix (if it exists) for >> interface names that match the autogenerated target names. >> >> Signed-off-by: Joao Martins

Re: [libvirt] [PATCH RFC v2 3/5] conf: add caps to virDomainDefFormat*

2016-02-04 Thread Daniel P. Berrange
On Thu, Feb 04, 2016 at 12:57:30PM +, Joao Martins wrote: > > > On 02/04/2016 11:14 AM, Daniel P. Berrange wrote: > >> diff --git a/src/conf/domain_conf.h b/src/conf/domain_conf.h > >> index 0141009..6ae2e1b 100644 > >> --- a/src/conf/domain_conf.h > >> +++ b/src/conf/domain_conf.h > >> @@

[libvirt] [PATCH RFC v2 3/5] conf: add caps to virDomainDefFormat*

2016-02-03 Thread Joao Martins
And use the newly added caps->host.netprefix (if it exists) for interface names that match the autogenerated target names. Signed-off-by: Joao Martins --- src/bhyve/bhyve_driver.c| 9 - src/conf/domain_conf.c | 28 ++--