Re: [libvirt] [PATCH] Make ABI stability issue easier to debug

2014-03-13 Thread Jiri Denemark
On Wed, Mar 12, 2014 at 10:05:56 -0600, Eric Blake wrote: On 03/12/2014 09:52 AM, Jiri Denemark wrote: When ABI stability check fails, we only log the error message describing the incompatibility. Let's log both XMLs in case of an error to make it easier to analyze where and why the

[libvirt] [PATCH] Make ABI stability issue easier to debug

2014-03-12 Thread Jiri Denemark
When ABI stability check fails, we only log the error message describing the incompatibility. Let's log both XMLs in case of an error to make it easier to analyze where and why the stability check failed. Signed-off-by: Jiri Denemark jdene...@redhat.com --- src/conf/domain_conf.c | 125

Re: [libvirt] [PATCH] Make ABI stability issue easier to debug

2014-03-12 Thread Eric Blake
On 03/12/2014 09:52 AM, Jiri Denemark wrote: When ABI stability check fails, we only log the error message describing the incompatibility. Let's log both XMLs in case of an error to make it easier to analyze where and why the stability check failed. Signed-off-by: Jiri Denemark