Re: [libvirt] [PATCH 27/34] conf: ABI: Split up and improve vcpu info ABI checking

2015-11-26 Thread Peter Krempa
On Mon, Nov 23, 2015 at 17:41:05 -0500, John Ferlan wrote: > > > On 11/20/2015 10:22 AM, Peter Krempa wrote: > > Extract the checking code into a separate function and prepare the > > infrastructure for checking the new structure type. > > --- > > src/conf/domain_conf.c | 41

Re: [libvirt] [PATCH 27/34] conf: ABI: Split up and improve vcpu info ABI checking

2015-11-23 Thread John Ferlan
On 11/20/2015 10:22 AM, Peter Krempa wrote: > Extract the checking code into a separate function and prepare the > infrastructure for checking the new structure type. > --- > src/conf/domain_conf.c | 41 ++--- > 1 file changed, 30 insertions(+), 11

[libvirt] [PATCH 27/34] conf: ABI: Split up and improve vcpu info ABI checking

2015-11-20 Thread Peter Krempa
Extract the checking code into a separate function and prepare the infrastructure for checking the new structure type. --- src/conf/domain_conf.c | 41 ++--- 1 file changed, 30 insertions(+), 11 deletions(-) diff --git a/src/conf/domain_conf.c