Fix IO performance regression in sparc
[qemu] / qemu-tool.c
index 63e2056..87cc294 100644 (file)
@@ -26,6 +26,10 @@ struct QEMUBH
     void *opaque;
 };
 
+void qemu_service_io(void)
+{
+}
+
 void term_printf(const char *fmt, ...)
 {
 }