summaryrefslogtreecommitdiffstats
path: root/qemu/stubs/notify-event.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/stubs/notify-event.c')
-rw-r--r--qemu/stubs/notify-event.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/qemu/stubs/notify-event.c b/qemu/stubs/notify-event.c
new file mode 100644
index 000000000..32f7289d3
--- /dev/null
+++ b/qemu/stubs/notify-event.c
@@ -0,0 +1,6 @@
+#include "qemu-common.h"
+#include "qemu/main-loop.h"
+
+void qemu_notify_event(void)
+{
+}