Re: [libvirt] [PATCH 3/4] tests: Prepare to have different usable GIC versions

2016-05-12 Thread Andrea Bolognani
On Tue, 2016-05-10 at 18:45 -0400, Cole Robinson wrote: > On 05/10/2016 08:46 AM, Andrea Bolognani wrote: > > > > Now that we choose the GIC version based on hardware features when > > no element has been provided, we need a way to fake the GIC > > capabilities of the host. > > > > Update the qe

Re: [libvirt] [PATCH 3/4] tests: Prepare to have different usable GIC versions

2016-05-10 Thread Cole Robinson
On 05/10/2016 08:46 AM, Andrea Bolognani wrote: > Now that we choose the GIC version based on hardware features when > no element has been provided, we need a way to fake the GIC > capabilities of the host. > > Update the qemuxml2argv and qemuxml2xml tests to allow this. > --- > tests/qemuxml2ar

[libvirt] [PATCH 3/4] tests: Prepare to have different usable GIC versions

2016-05-10 Thread Andrea Bolognani
Now that we choose the GIC version based on hardware features when no element has been provided, we need a way to fake the GIC capabilities of the host. Update the qemuxml2argv and qemuxml2xml tests to allow this. --- tests/qemuxml2argvtest.c | 77 ++- tests/qemuxml2xmltest.