From 74e26c179efa6eed821c2863b8a50c7b586432c4 Mon Sep 17 00:00:00 2001 From: Frediano Ziglio Date: Thu, 22 Sep 2011 11:26:15 +0200 Subject: core: remove qemu_service_io qemu_service_io was mainly an alias to qemu_notify_event, currently used only by PPC for timer hack, so call qemu_notify_event directly. Signed-off-by: Frediano Ziglio Signed-off-by: Anthony Liguori --- qemu-tool.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'qemu-tool.c') diff --git a/qemu-tool.c b/qemu-tool.c index eb89fe0c1b..e9f7fe1e1a 100644 --- a/qemu-tool.c +++ b/qemu-tool.c @@ -29,10 +29,6 @@ struct QEMUBH void *opaque; }; -void qemu_service_io(void) -{ -} - Monitor *cur_mon; int monitor_cur_is_qmp(void) -- cgit v1.2.1