Re: [libvirt] [PATCH 2/6] tests: qemuxm2argv: Add infrastructure for testing with real qemuCaps

2018-04-17 Thread Peter Krempa
On Sun, Apr 15, 2018 at 15:29:23 +0200, Ján Tomko wrote: > On Wed, Apr 11, 2018 at 11:16:27AM -0400, John Ferlan wrote: > > > > > > On 04/04/2018 04:13 AM, Peter Krempa wrote: > > > Allow testing of XML->argv conversion with using a real capability map > > > as used in the qemucapabilitiestest.

Re: [libvirt] [PATCH 2/6] tests: qemuxm2argv: Add infrastructure for testing with real qemuCaps

2018-04-17 Thread Peter Krempa
On Wed, Apr 11, 2018 at 11:16:27 -0400, John Ferlan wrote: > > > On 04/04/2018 04:13 AM, Peter Krempa wrote: > > Allow testing of XML->argv conversion with using a real capability map > > as used in the qemucapabilitiestest. This allows specifying the required > > qemu version with the test

Re: [libvirt] [PATCH 2/6] tests: qemuxm2argv: Add infrastructure for testing with real qemuCaps

2018-04-15 Thread Ján Tomko
On Wed, Apr 11, 2018 at 11:16:27AM -0400, John Ferlan wrote: On 04/04/2018 04:13 AM, Peter Krempa wrote: Allow testing of XML->argv conversion with using a real capability map as used in the qemucapabilitiestest. This allows specifying the required qemu version with the test rather than

Re: [libvirt] [PATCH 2/6] tests: qemuxm2argv: Add infrastructure for testing with real qemuCaps

2018-04-15 Thread John Ferlan
On 04/04/2018 04:13 AM, Peter Krempa wrote: > Allow testing of XML->argv conversion with using a real capability map > as used in the qemucapabilitiestest. This allows specifying the required > qemu version with the test rather than having to enumerate all the > required capabilities. > >

Re: [libvirt] [PATCH 2/6] tests: qemuxm2argv: Add infrastructure for testing with real qemuCaps

2018-04-11 Thread Ján Tomko
s/xm/xml/ in the summary On Wed, Apr 04, 2018 at 10:13:55AM +0200, Peter Krempa wrote: Allow testing of XML->argv conversion with using a real capability map as used in the qemucapabilitiestest. This allows specifying the required qemu version with the test rather than having to enumerate all

[libvirt] [PATCH 2/6] tests: qemuxm2argv: Add infrastructure for testing with real qemuCaps

2018-04-04 Thread Peter Krempa
Allow testing of XML->argv conversion with using a real capability map as used in the qemucapabilitiestest. This allows specifying the required qemu version with the test rather than having to enumerate all the required capabilities. Signed-off-by: Peter Krempa ---