summaryrefslogtreecommitdiff
path: root/qemu-tool.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu-tool.c')
-rw-r--r--qemu-tool.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/qemu-tool.c b/qemu-tool.c
index 63e205675c..87cc2949b2 100644
--- a/qemu-tool.c
+++ b/qemu-tool.c
@@ -26,6 +26,10 @@ struct QEMUBH
void *opaque;
};
+void qemu_service_io(void)
+{
+}
+
void term_printf(const char *fmt, ...)
{
}