diff options
Diffstat (limited to 'qemu-tool.c')
-rw-r--r-- | qemu-tool.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qemu-tool.c b/qemu-tool.c index b35ea8e1c2..18b48af319 100644 --- a/qemu-tool.c +++ b/qemu-tool.c @@ -56,6 +56,10 @@ int get_async_context_id(void) return 0; } +void monitor_protocol_event(MonitorEvent event, QObject *data) +{ +} + QEMUBH *qemu_bh_new(QEMUBHFunc *cb, void *opaque) { QEMUBH *bh; |