
5 May
2016
5 May
'16
7:47 a.m.
On Wed, May 04, 2016 at 17:09:49 +0200, Jiri Denemark wrote:
virQEMUCapsNewForBinary unconditionally loads data from cache and probes using both QMP and -help parsing, which is suboptimal when we want to use it in tests.
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> --- src/qemu/qemu_capabilities.c | 38 +++++++++++++++++++++++++++++++------- src/qemu/qemu_capspriv.h | 8 ++++++++ 2 files changed, 39 insertions(+), 7 deletions(-)
ACK