summary refs log tree commit diff stats
path: root/stubs/graph-lock.c
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/graph-lock.c')
-rw-r--r--stubs/graph-lock.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/stubs/graph-lock.c b/stubs/graph-lock.c
new file mode 100644
index 0000000000..177aa0a8ba
--- /dev/null
+++ b/stubs/graph-lock.c
@@ -0,0 +1,10 @@
+#include "qemu/osdep.h"
+#include "block/graph-lock.h"
+
+void register_aiocontext(AioContext *ctx)
+{
+}
+
+void unregister_aiocontext(AioContext *ctx)
+{
+}