Re: [libvirt] [PATCH v4 10/25] [ACKED] conf: make virDomainPCIAddressGetNextSlot() a local static function

2016-10-21 Thread Laine Stump
On 10/18/2016 10:46 AM, Andrea Bolognani wrote: On Fri, 2016-10-14 at 15:54 -0400, Laine Stump wrote: This function is no longer needed outside of domain_addr.c. --- src/conf/domain_addr.c | 2 +- src/conf/domain_addr.h | 5 - src/libvirt_private.syms | 1 - 3 files changed, 1

Re: [libvirt] [PATCH v4 10/25] [ACKED] conf: make virDomainPCIAddressGetNextSlot() a local static function

2016-10-18 Thread Andrea Bolognani
On Fri, 2016-10-14 at 15:54 -0400, Laine Stump wrote: > This function is no longer needed outside of domain_addr.c. > --- >  src/conf/domain_addr.c   | 2 +- >  src/conf/domain_addr.h   | 5 - >  src/libvirt_private.syms | 1 - >  3 files changed, 1 insertion(+), 7 deletions(-) >  > diff --git

[libvirt] [PATCH v4 10/25] [ACKED] conf: make virDomainPCIAddressGetNextSlot() a local static function

2016-10-14 Thread Laine Stump
This function is no longer needed outside of domain_addr.c. --- src/conf/domain_addr.c | 2 +- src/conf/domain_addr.h | 5 - src/libvirt_private.syms | 1 - 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/src/conf/domain_addr.c b/src/conf/domain_addr.c index 1710220..3a9e474