Re: [libvirt] [PATCH 2/4] tests: Teach qemuxml2argvtest about spapr-vio addresses

2012-01-13 Thread Eric Blake
On 01/12/2012 08:39 PM, Michael Ellerman wrote: > We can't call qemuCapsExtractVersionInfo() from test code, because it > expects to be able to call the emulator, and for testing we have fake > emulators that can't be executed. For that reason qemuxml2argvtest.c > doesn't call qemuDomainAssignPCIAd

[libvirt] [PATCH 2/4] tests: Teach qemuxml2argvtest about spapr-vio addresses

2012-01-12 Thread Michael Ellerman
We can't call qemuCapsExtractVersionInfo() from test code, because it expects to be able to call the emulator, and for testing we have fake emulators that can't be executed. For that reason qemuxml2argvtest.c doesn't call qemuDomainAssignPCIAddresses(), instead it open codes its own version. That

[libvirt] [PATCH 2/4] tests: Teach qemuxml2argvtest about spapr-vio addresses

2011-12-20 Thread Michael Ellerman
We can't call qemuCapsExtractVersionInfo() from test code, because it expects to be able to call the emulator, and for testing we have fake emulators that can't be executed. For that reason qemuxml2argvtest.c doesn't call qemuDomainAssignPCIAddresses(), instead it open codes its own version. That