Re: [libvirt] [PATCH 9/9] conf: Move definition of virDomainParseMemory

2014-10-15 Thread Peter Krempa
On 10/14/14 12:59, John Ferlan wrote: > > > On 10/14/2014 03:29 AM, Peter Krempa wrote: >> Shove it to the top of the file so that it can be reused earlier. >> --- >> src/conf/domain_conf.c | 60 >> +- >> 1 file changed, 30 insertions(+), 30 delet

Re: [libvirt] [PATCH 9/9] conf: Move definition of virDomainParseMemory

2014-10-14 Thread John Ferlan
On 10/14/2014 03:29 AM, Peter Krempa wrote: > Shove it to the top of the file so that it can be reused earlier. > --- > src/conf/domain_conf.c | 60 > +- > 1 file changed, 30 insertions(+), 30 deletions(-) > Code motion ACK John -- libvir-list

[libvirt] [PATCH 9/9] conf: Move definition of virDomainParseMemory

2014-10-14 Thread Peter Krempa
Shove it to the top of the file so that it can be reused earlier. --- src/conf/domain_conf.c | 60 +- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index 0634116..42c0223 100644 --- a/