In the discussion :<div>         <a href="http://thread.gmane.org/gmane.comp.emulators.libvirt/53534">http://thread.gmane.org/gmane.comp.emulators.libvirt/53534</a></div><div><br></div><div>People mentioned about long-term operations' LOCKs there. It seems that, in libxl_driver, certain opeations may hold a lock for too long, thus other operations, even those just do query jobs, would be blocked.</div>
<div><br></div><div>In qemu_driver, there seems to be a more complexy way to solve this problem, by employing a condition variable.</div><div><br></div><div>My question is :</div><div>   Is "Fixing such problem in libxl_driver" in our todo-list? </div>
<div>   If yes, what's the detailed solution? Will that be similar to qemu's CONDITION VARIABLE method?</div><div><br></div>