commit | d549db5a732ef2ec145b84c5008a7585cf17cf67 | [log] [tgz] |
---|---|---|
author | Glauber Costa <glommer@redhat.com> | Wed Oct 07 16:38:03 2009 -0300 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Mon Oct 12 09:42:31 2009 -0500 |
tree | 62fa1660dca3ce393c20c92be0469408d4e46204 | |
parent | ce88f890bdbb4e38a047d9e5d096233163452651 [diff] |
unlock iothread mutex before running kvm ioctl Without this, kvm will hold the mutex while it issues its run ioctl, and never be able to step out of it, causing a deadlock. Patchworks-ID: 35359 Signed-off-by: Glauber Costa <glommer@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>