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