projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
249fe3f
)
usb: Fix compilation for MinGW (regression)
author
Stefan Weil
<sw@weilnetz.de>
Fri, 18 Jan 2013 22:48:10 +0000
(23:48 +0100)
committer
Blue Swirl
<blauwirbel@gmail.com>
Sat, 19 Jan 2013 10:30:02 +0000
(10:30 +0000)
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>
hw/usb/host-stub.c
patch
|
blob
|
history
diff --git
a/hw/usb/host-stub.c
b/hw/usb/host-stub.c
index 58423a0f5cca9e9da4ed186b54244228c272432d..8affba76c1f18eb80f5e4b2e2e76d002bae1dc81 100644
(file)
--- a/
hw/usb/host-stub.c
+++ b/
hw/usb/host-stub.c
@@
-35,7
+35,7
@@
#include "hw/usb.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");
}