Re: [libvirt] [PATCH 1/4] domain: Add virDomainDefAssignAddressesCallback

2016-05-17 Thread Andrea Bolognani
On Sat, 2016-05-14 at 16:00 -0400, Cole Robinson wrote: > This will be called at the end of virDomainDefPostParse to fill > allow hypervisor drivers to fill in device addresses. Too many "fill"s ;) > --- >  src/conf/domain_conf.c | 7 +++ >  src/conf/domain_conf.h | 8 >  2 files chang

[libvirt] [PATCH 1/4] domain: Add virDomainDefAssignAddressesCallback

2016-05-14 Thread Cole Robinson
This will be called at the end of virDomainDefPostParse to fill allow hypervisor drivers to fill in device addresses. --- src/conf/domain_conf.c | 7 +++ src/conf/domain_conf.h | 8 2 files changed, 15 insertions(+) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index e