Re: [libvirt] [PATCH 2/4] Implement infrastracture for mocking up QEMU capabilities cache

2015-09-21 Thread Michal Privoznik
On 15.09.2015 10:05, Ján Tomko wrote: > From: Pavel Fedin > > The main purpose of this patch is to introduce test mode to > virQEMUCapsCacheLookup(). This is done by adding a global variable, which > effectively overrides binary name. This variable is supposed to be set by > test suite. > > The

Re: [libvirt] [PATCH 2/4] Implement infrastracture for mocking up QEMU capabilities cache

2015-09-15 Thread Martin Kletzander
On Tue, Sep 15, 2015 at 10:05:20AM +0200, Ján Tomko wrote: From: Pavel Fedin The main purpose of this patch is to introduce test mode to virQEMUCapsCacheLookup(). This is done by adding a global variable, which effectively overrides binary name. This variable is supposed to be set by test suite

[libvirt] [PATCH 2/4] Implement infrastracture for mocking up QEMU capabilities cache

2015-09-15 Thread Ján Tomko
From: Pavel Fedin The main purpose of this patch is to introduce test mode to virQEMUCapsCacheLookup(). This is done by adding a global variable, which effectively overrides binary name. This variable is supposed to be set by test suite. The second addition is qemuTestCapsCacheInsert() function