Re: [Qemu-devel] [PATCH] Fix usage of USB_DEV_FLAG_IS_HOST flag.

2013-05-28 Thread Gerd Hoffmann
Hi, >> Looks good. >> >> Anthony? Can you pick it for 1.5 directly? I don't have any other >> pending usb bits for 1.5 at the moment. >> >> Reviewed-by: Gerd Hoffmann >> >> cheers, >> Gerd >> > > Ping, looks like this hasn't managed to land in master yet and just wanted > to make sure it d

Re: [Qemu-devel] [PATCH] Fix usage of USB_DEV_FLAG_IS_HOST flag.

2013-05-21 Thread Michael Marineau
On Mon, May 13, 2013 at 11:51 AM, Gerd Hoffmann wrote: > On 05/13/13 01:19, Michael Marineau wrote: > > USB_DEV_FLAG_IS_HOST is the bit number, not value. Booting with a > > "Fitbit Base Station" USB dongle was triggering this assert. > > > > Signed-off-by: Michael Marineau > > --- > > hw/usb/c

Re: [Qemu-devel] [PATCH] Fix usage of USB_DEV_FLAG_IS_HOST flag.

2013-05-13 Thread Gerd Hoffmann
On 05/13/13 01:19, Michael Marineau wrote: > USB_DEV_FLAG_IS_HOST is the bit number, not value. Booting with a > "Fitbit Base Station" USB dongle was triggering this assert. > > Signed-off-by: Michael Marineau > --- > hw/usb/core.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > dif

[Qemu-devel] [PATCH] Fix usage of USB_DEV_FLAG_IS_HOST flag.

2013-05-12 Thread Michael Marineau
USB_DEV_FLAG_IS_HOST is the bit number, not value. Booting with a "Fitbit Base Station" USB dongle was triggering this assert. Signed-off-by: Michael Marineau --- hw/usb/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/usb/core.c b/hw/usb/core.c index 15a150a..05948c