summaryrefslogtreecommitdiff
path: root/stubs/notify-event.c
diff options
context:
space:
mode:
authorNikolay Nikolaev <n.nikolaev@virtualopensystems.com>2014-05-27 15:07:10 +0300
committerMichael S. Tsirkin <mst@redhat.com>2014-06-19 18:44:18 +0300
commit07a32d6b962d51d1bbd02cdc2ebd9ac56ef52547 (patch)
treecc6c53ad8a31b772ef8fd7b6661e80f3f79ec8f6 /stubs/notify-event.c
parent5fc0e0029162f517357e0d2d4baba7ae1fa48ab1 (diff)
downloadqemu-07a32d6b962d51d1bbd02cdc2ebd9ac56ef52547.tar.gz
libqemustub: add stubs to be able to use qemu-char.c
chardev depends on lots of external symbols that are not necessarily needed to be able to use, for example, 'socket chardev'. So add stubs for these functions: - bdrv_commit_all - qemu_chr_open_msmouse - is_daemonized - qemu_add_machine_init_done_notifier - monitor_init - qemu_notify_event - vc_init and this array: - serial_hds Signed-off-by: Antonios Motakis <a.motakis@virtualopensystems.com> Signed-off-by: Nikolay Nikolaev <n.nikolaev@virtualopensystems.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
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 0000000000..32f7289d3a
--- /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)
+{
+}