Merge branch 'master' of /home/nchip/public_html/qemu into garage-push
[qemu] / usb-stub.c
index 52105c3..9c3fcea 100644 (file)
 #include "qemu-common.h"
 #include "console.h"
 #include "hw/usb.h"
+#include "monitor.h"
 
-void usb_host_info(void)
+void usb_host_info(Monitor *mon)
 {
-    term_printf("USB host devices not supported\n");
+    monitor_printf(mon, "USB host devices not supported\n");
 }
 
 /* XXX: modify configure to compile the right host driver */