]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Remove probing of flags when launching QEMU guests
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 22 Aug 2012 14:39:54 +0000 (15:39 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 27 Sep 2012 09:24:52 +0000 (10:24 +0100)
commit15ee6614f7fa6ec13979922cc96e792d3e0c8987
treeb5995dd08781b2af3b78a9ea2b11a9b7a2bca24a
parent494e2f5cc2118ae7d1ba59b1355af842f46b6dfc
Remove probing of flags when launching QEMU guests

Remove all use of the existing APIs for querying QEMU
capability flags. Instead obtain a qemuCapsPtr object
from the global cache. This avoids the execution of
'qemu -help' (and related commands) when launching new
guests.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/qemu/qemu_capabilities.c
src/qemu/qemu_capabilities.h
src/qemu/qemu_command.c
src/qemu/qemu_command.h
src/qemu/qemu_driver.c
src/qemu/qemu_process.c
tests/qemuxml2argvtest.c
tests/qemuxmlnstest.c