]> git.proxmox.com Git - mirror_qemu.git/blobdiff - stubs/iothread-lock.c
minikconf: do not include variables from MINIKCONF_ARGS in config-all-devices.mak
[mirror_qemu.git] / stubs / iothread-lock.c
index 5d8aca1b37d63cba061b9bee43162b4fb905e9a3..2a6efad64a169855a5f77e8831f78fd69e4dccc7 100644 (file)
@@ -1,7 +1,12 @@
-#include "qemu-common.h"
+#include "qemu/osdep.h"
 #include "qemu/main-loop.h"
 
-void qemu_mutex_lock_iothread(void)
+bool qemu_mutex_iothread_locked(void)
+{
+    return true;
+}
+
+void qemu_mutex_lock_iothread_impl(const char *file, int line)
 {
 }