Re: [libvirt] [PATCH v3 05/20] Remove probing of CPU models when launching QEMU guests

2012-09-26 Thread Jiri Denemark
On Tue, Sep 25, 2012 at 18:59:58 +0100, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com When launching a QEMU guest the binary is probed to discover the list of supported CPU names. Remove this probing with a simple lookup of CPU models in the qemuCapsPtr object. This

[libvirt] [PATCH v3 05/20] Remove probing of CPU models when launching QEMU guests

2012-09-25 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com When launching a QEMU guest the binary is probed to discover the list of supported CPU names. Remove this probing with a simple lookup of CPU models in the qemuCapsPtr object. This avoids another invocation of the QEMU binary during the startup path.