Re: [libvirt] [PATCH 3/7] conf: Hoist validation of memory size into the post parse callback

2015-02-20 Thread Peter Krempa
On Fri, Feb 20, 2015 at 08:19:26 -0500, John Ferlan wrote: > > > On 02/18/2015 09:16 AM, Peter Krempa wrote: > > Later patches will need to access the full definition to do check the > > memory size and thus the checking needs to be done after the whole > > definition including devices is known.

Re: [libvirt] [PATCH 3/7] conf: Hoist validation of memory size into the post parse callback

2015-02-20 Thread John Ferlan
On 02/18/2015 09:16 AM, Peter Krempa wrote: > Later patches will need to access the full definition to do check the > memory size and thus the checking needs to be done after the whole > definition including devices is known. > --- > src/conf/domain_conf.c | 41 --

[libvirt] [PATCH 3/7] conf: Hoist validation of memory size into the post parse callback

2015-02-18 Thread Peter Krempa
Later patches will need to access the full definition to do check the memory size and thus the checking needs to be done after the whole definition including devices is known. --- src/conf/domain_conf.c | 41 - 1 file changed, 20 insertions(+), 21 deletions(