summaryrefslogtreecommitdiffstats
path: root/stubs/qemu-timer-notify-cb.c
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/qemu-timer-notify-cb.c')
-rw-r--r--stubs/qemu-timer-notify-cb.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/stubs/qemu-timer-notify-cb.c b/stubs/qemu-timer-notify-cb.c
new file mode 100644
index 0000000000..054b408b1c
--- /dev/null
+++ b/stubs/qemu-timer-notify-cb.c
@@ -0,0 +1,8 @@
+#include "qemu/osdep.h"
+#include "sysemu/cpus.h"
+#include "qemu/main-loop.h"
+
+void qemu_timer_notify_cb(void *opaque, QEMUClockType type)
+{
+ qemu_notify_event();
+}