mirror of https://gitee.com/openkylin/qemu.git
usb: Fix compilation for MinGW (regression)
84f2d0ea
added an argument to function usb_host_info.
The stub function must match the declaration in usb.h.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
249fe3f3e9
commit
c1db29199e
|
@ -35,7 +35,7 @@
|
||||||
#include "hw/usb.h"
|
#include "hw/usb.h"
|
||||||
#include "monitor/monitor.h"
|
#include "monitor/monitor.h"
|
||||||
|
|
||||||
void usb_host_info(Monitor *mon)
|
void usb_host_info(Monitor *mon, const QDict *qdict)
|
||||||
{
|
{
|
||||||
monitor_printf(mon, "USB host devices not supported\n");
|
monitor_printf(mon, "USB host devices not supported\n");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue