Re: [Qemu-devel] [PATCH] usb: Fix compilation for MinGW (regression)

2013-01-19 Thread Blue Swirl
Thanks, applied. On Fri, Jan 18, 2013 at 10:48 PM, Stefan Weil wrote: > 84f2d0ea added an argument to function usb_host_info. > The stub function must match the declaration in usb.h. > > Signed-off-by: Stefan Weil > --- > hw/usb/host-stub.c |2 +- > 1 file changed, 1 insertion(+), 1 deletio

[Qemu-devel] [PATCH] usb: Fix compilation for MinGW (regression)

2013-01-18 Thread Stefan Weil
84f2d0ea added an argument to function usb_host_info. The stub function must match the declaration in usb.h. Signed-off-by: Stefan Weil --- hw/usb/host-stub.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/usb/host-stub.c b/hw/usb/host-stub.c index 58423a0..8affba7 100