Re: [libvirt] [PATCHv1 06/12] cpu_conf: Calculate virCPUDef List Length function

2018-06-27 Thread Collin Walling
On 06/22/2018 12:42 AM, Chris Venteicher wrote: > Function returns number of virCPUDefPtrs in list > --- > src/conf/cpu_conf.c | 15 +++ > src/conf/cpu_conf.h | 3 +++ > src/libvirt_private.syms | 1 + > 3 files changed, 19 insertions(+) > See my comment on 11/12. You

[libvirt] [PATCHv1 06/12] cpu_conf: Calculate virCPUDef List Length function

2018-06-21 Thread Chris Venteicher
Function returns number of virCPUDefPtrs in list --- src/conf/cpu_conf.c | 15 +++ src/conf/cpu_conf.h | 3 +++ src/libvirt_private.syms | 1 + 3 files changed, 19 insertions(+) diff --git a/src/conf/cpu_conf.c b/src/conf/cpu_conf.c index 43a3ab5dcd..ff978ec083 100644 ---