On Tue, Mar 10, 2009 at 12:11:07PM +0000, Daniel P. Berrange wrote:
> In the QEMu driver, the qemudDomainSetVcpus() entry point is calling into
> another entry point qemudDomainGetMaxVcpus(), this causes a deadlock due
> to recursive mutex locking. The qemudDomainSetVcpus() method should in fact
> be calling the internal method qemudGetMaxVCPUs(). This patch makes it do
> that, thus avoiding the recursive mutex locking.

  Oh, right ! ACK 

Daniel

-- 
Daniel Veillard      | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
[email protected]  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/

--
Libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to