Re: [libvirt] [PATCH 2/5] numa: Introduce virDomainNumaNodeDistanceSpecified

2017-11-22 Thread John Ferlan
On 11/22/2017 04:45 AM, Michal Privoznik wrote: > On 11/22/2017 12:38 AM, John Ferlan wrote: >> >> >> On 11/14/2017 09:47 AM, Michal Privoznik wrote: >>> The function returns true/false depending on distance >>> configuration being present in the domain XML. >>> >>> Signed-off-by: Michal Privozni

Re: [libvirt] [PATCH 2/5] numa: Introduce virDomainNumaNodeDistanceSpecified

2017-11-22 Thread Michal Privoznik
On 11/22/2017 12:38 AM, John Ferlan wrote: > > > On 11/14/2017 09:47 AM, Michal Privoznik wrote: >> The function returns true/false depending on distance >> configuration being present in the domain XML. >> >> Signed-off-by: Michal Privoznik >> --- >> src/conf/numa_conf.c | 13 +

Re: [libvirt] [PATCH 2/5] numa: Introduce virDomainNumaNodeDistanceSpecified

2017-11-21 Thread John Ferlan
On 11/14/2017 09:47 AM, Michal Privoznik wrote: > The function returns true/false depending on distance > configuration being present in the domain XML. > > Signed-off-by: Michal Privoznik > --- > src/conf/numa_conf.c | 13 + > src/conf/numa_conf.h | 4 > src/libvirt_

[libvirt] [PATCH 2/5] numa: Introduce virDomainNumaNodeDistanceSpecified

2017-11-14 Thread Michal Privoznik
The function returns true/false depending on distance configuration being present in the domain XML. Signed-off-by: Michal Privoznik --- src/conf/numa_conf.c | 13 + src/conf/numa_conf.h | 4 src/libvirt_private.syms | 1 + 3 files changed, 18 insertions(+) diff --git