Re: [libvirt] [PATCH v3 07/13] Remove pointless 'qemuVersion' field from virQEMUDriverPtr

2013-02-04 Thread Jiri Denemark
On Fri, Feb 01, 2013 at 11:18:29 +, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > The QEMU driver struct has a 'qemuVersion' field that was previously > used to cache the version lookup from capabilities. With the recent > QEMU capabilities rewrite the caching happens at a lower

[libvirt] [PATCH v3 07/13] Remove pointless 'qemuVersion' field from virQEMUDriverPtr

2013-02-01 Thread Daniel P. Berrange
From: "Daniel P. Berrange" The QEMU driver struct has a 'qemuVersion' field that was previously used to cache the version lookup from capabilities. With the recent QEMU capabilities rewrite the caching happens at a lower level so this field is pointless. Removing it avoids worries about locking w