[libvirt] [PATCH v3 03/20] Remove probing of flags when launching QEMU guests

2012-09-25 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com 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.

Re: [libvirt] [PATCH v3 03/20] Remove probing of flags when launching QEMU guests

2012-09-25 Thread Eric Blake
On 09/25/2012 11:59 AM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com 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)