Re: [libvirt] [PATCH v2 3/6] tests: qemuxml2xml: Allow test cases to pass in qemuCaps

2016-02-09 Thread Cole Robinson
On 02/09/2016 02:57 PM, Laine Stump wrote: > On 02/09/2016 10:58 AM, Cole Robinson wrote: >> Similar to how we do it for qemuxml2argvtest. This will be used in future >> patches. >> --- >> tests/qemuxml2xmltest.c | 27 --- >> 1 file changed, 16 insertions(+), 11 deletions

Re: [libvirt] [PATCH v2 3/6] tests: qemuxml2xml: Allow test cases to pass in qemuCaps

2016-02-09 Thread Laine Stump
On 02/09/2016 10:58 AM, Cole Robinson wrote: Similar to how we do it for qemuxml2argvtest. This will be used in future patches. --- tests/qemuxml2xmltest.c | 27 --- 1 file changed, 16 insertions(+), 11 deletions(-) My one problem with this patch is that the commit lo

[libvirt] [PATCH v2 3/6] tests: qemuxml2xml: Allow test cases to pass in qemuCaps

2016-02-09 Thread Cole Robinson
Similar to how we do it for qemuxml2argvtest. This will be used in future patches. --- tests/qemuxml2xmltest.c | 27 --- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/tests/qemuxml2xmltest.c b/tests/qemuxml2xmltest.c index ec4aabb..d4e94f0 100644 --- a/tes