]> git.proxmox.com Git - mirror_qemu.git/blobdiff - stubs/iothread-lock.c
Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20180618' into staging
[mirror_qemu.git] / stubs / iothread-lock.c
index 5d8aca1b37d63cba061b9bee43162b4fb905e9a3..9b6db2e74044363b10fb4189c372539dde661ecc 100644 (file)
@@ -1,6 +1,12 @@
+#include "qemu/osdep.h"
 #include "qemu-common.h"
 #include "qemu/main-loop.h"
 
+bool qemu_mutex_iothread_locked(void)
+{
+    return true;
+}
+
 void qemu_mutex_lock_iothread(void)
 {
 }