Re: [Qemu-devel] [PATCH] [PATCH] usb: class specific interface requests

2010-03-31 Thread Anthony Liguori
On 03/14/2010 06:19 AM, Max Reitz wrote: Mass Storage Reset and Get Max LUN are class specific requests, but they were not marked as such in hw/usb-msd.c, moved therefore ClassInterfaceRequest and ClassInterfaceOutRequest from hw/usb-net.c to hw/usb.h. Furthermore there was a problem in hw/usb-oh

[Qemu-devel] [PATCH] [PATCH] usb: class specific interface requests

2010-03-14 Thread Max Reitz
Mass Storage Reset and Get Max LUN are class specific requests, but they were not marked as such in hw/usb-msd.c, moved therefore ClassInterfaceRequest and ClassInterfaceOutRequest from hw/usb-net.c to hw/usb.h. Furthermore there was a problem in hw/usb-ohci.c when using DEBUG concerning systems wh