Re: [libvirt] [PATCH 02/10] conf: Turn targetNode in struct virDomainMemoryDef to signed

2015-10-20 Thread John Ferlan
On 10/16/2015 08:11 AM, Peter Krempa wrote: > Later on, we will need to know whether the user specified the target > node or not. Turn the variable into a signed value. We already treat it > as signed in various parts of the qemu driver. > --- > src/conf/domain_conf.c | 10 ++ >

Re: [libvirt] [PATCH 02/10] conf: Turn targetNode in struct virDomainMemoryDef to signed

2015-10-20 Thread Peter Krempa
On Tue, Oct 20, 2015 at 09:36:29 -0400, John Ferlan wrote: > > > On 10/16/2015 08:11 AM, Peter Krempa wrote: > > Later on, we will need to know whether the user specified the target > > node or not. Turn the variable into a signed value. We already treat it > > as signed in various parts of the

[libvirt] [PATCH 02/10] conf: Turn targetNode in struct virDomainMemoryDef to signed

2015-10-16 Thread Peter Krempa
Later on, we will need to know whether the user specified the target node or not. Turn the variable into a signed value. We already treat it as signed in various parts of the qemu driver. --- src/conf/domain_conf.c | 10 ++ src/conf/domain_conf.h | 2 +- 2 files changed, 7 insertions(+),