Re: [libvirt] [PATCH 1/3] tests: Don't crash when creating the config object fails

2014-04-07 Thread Guido Günther
On Mon, Apr 07, 2014 at 04:34:57PM -0600, Eric Blake wrote: > On 04/07/2014 02:02 AM, Guido Günther wrote: > > As observed when building in a chroot and QEMU_USER doesn't exist > > --- > > tests/qemuargv2xmltest.c | 3 +++ > > tests/qemuxml2argvtest.c | 3 +++ > > 2 files changed, 6 insertions(+)

Re: [libvirt] [PATCH 1/3] tests: Don't crash when creating the config object fails

2014-04-07 Thread Eric Blake
On 04/07/2014 02:02 AM, Guido Günther wrote: > As observed when building in a chroot and QEMU_USER doesn't exist > --- > tests/qemuargv2xmltest.c | 3 +++ > tests/qemuxml2argvtest.c | 3 +++ > 2 files changed, 6 insertions(+) > > diff --git a/tests/qemuargv2xmltest.c b/tests/qemuargv2xmltest.c >

[libvirt] [PATCH 1/3] tests: Don't crash when creating the config object fails

2014-04-07 Thread Guido Günther
As observed when building in a chroot and QEMU_USER doesn't exist --- tests/qemuargv2xmltest.c | 3 +++ tests/qemuxml2argvtest.c | 3 +++ 2 files changed, 6 insertions(+) diff --git a/tests/qemuargv2xmltest.c b/tests/qemuargv2xmltest.c index 6d7e23e..4cc3749 100644 --- a/tests/qemuargv2xmltest.c