]> git.proxmox.com Git - qemu.git/blobdiff - usb-stub.c
qed: fix use-after-free during l2 cache commit
[qemu.git] / usb-stub.c
index 52105c395249ca4ba3fe89b75d18fa698ec57dd4..9c3fceab1fc2eb3dfee1130a28ba0f8a575ab919 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 */