commit | 313b1d697d58f284f4490d135a652f8280c52e8a | [log] [tgz] |
---|---|---|
author | Corentin Chary <corentincj@iksaif.net> | Wed Jul 07 20:58:01 2010 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Mon Jul 26 17:36:14 2010 -0500 |
tree | ec30b74226a48fe9c92e7e0a7b2eecf0d9acafe7 | |
parent | b5469b1104a4b0c870dd805d9fb9d844b56d987e [diff] |
qemu-thread: add qemu_mutex/cond_destroy and qemu_mutex_exit Add some missing functions in qemu-thread. Currently qemu-thread is only used for io-thread but it will used by the vnc server soon and we need those functions instead of calling pthread directly. Signed-off-by: Corentin Chary <corentincj@iksaif.net> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>