Re: [libvirt] [PATCH 10/24] conf: numa: Reformat virDomainNumatuneParseXML

2015-02-20 Thread Peter Krempa
On Thu, Feb 19, 2015 at 17:07:51 -0500, John Ferlan wrote: > > > On 02/16/2015 01:51 PM, Peter Krempa wrote: > > Make collapse few of the conditions so that the program flow is more > > clear. > > Reads awkwardly - I think remove the Make and you'll be OK Huh, yeah. I probably got sidetracked w

Re: [libvirt] [PATCH 10/24] conf: numa: Reformat virDomainNumatuneParseXML

2015-02-19 Thread John Ferlan
On 02/16/2015 01:51 PM, Peter Krempa wrote: > Make collapse few of the conditions so that the program flow is more > clear. Reads awkwardly - I think remove the Make and you'll be OK > --- > src/conf/numa_conf.c | 32 > 1 file changed, 12 insertions(+), 20 dele

[libvirt] [PATCH 10/24] conf: numa: Reformat virDomainNumatuneParseXML

2015-02-16 Thread Peter Krempa
Make collapse few of the conditions so that the program flow is more clear. --- src/conf/numa_conf.c | 32 1 file changed, 12 insertions(+), 20 deletions(-) diff --git a/src/conf/numa_conf.c b/src/conf/numa_conf.c index 391ef15..18c21d5 100644 --- a/src/conf/numa_