]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Use common helper when probing qemu capabilities
authorJiri Denemark <jdenemar@redhat.com>
Thu, 26 Apr 2012 13:10:22 +0000 (15:10 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 27 Apr 2012 10:09:32 +0000 (12:09 +0200)
commit2d76fea1348123933455847855f7c2796ce08ac9
treed9db86bc43b249a4f3820c57584990d1090c142c
parent8e532d34038fbd30b7620e9a764341fc91c1e21c
qemu: Use common helper when probing qemu capabilities

QEMU binary is called several times when we probe different kinds of
capabilities the binary supports. This patch introduces new common
helper so that all probes use a consistent way of invoking qemu.
src/qemu/qemu_capabilities.c
src/qemu/qemu_capabilities.h
src/qemu/qemu_driver.c