Re: [Qemu-devel] [PATCH] hw/usb: Include USB files only if necessary

2015-03-17 Thread Gerd Hoffmann
> Oh, sorry, seems like I missed the "--enable-usb-redir" configure > option ... I'll have a look and rework my patch... Oh, right, that can hide the failure. Note there also is --enable-libusb cheers, Gerd

Re: [Qemu-devel] [PATCH] hw/usb: Include USB files only if necessary

2015-03-17 Thread Thomas Huth
On Tue, 17 Mar 2015 13:19:57 +0100 Gerd Hoffmann wrote: > On Di, 2015-03-17 at 13:05 +0100, Gerd Hoffmann wrote: > > On Sa, 2015-03-14 at 06:33 +0100, Thomas Huth wrote: > > > Boards that do not include an USB controller should not provide > > > USB devices. However, when running "qemu-system-s39

Re: [Qemu-devel] [PATCH] hw/usb: Include USB files only if necessary

2015-03-17 Thread Gerd Hoffmann
On Di, 2015-03-17 at 13:05 +0100, Gerd Hoffmann wrote: > On Sa, 2015-03-14 at 06:33 +0100, Thomas Huth wrote: > > Boards that do not include an USB controller should not provide > > USB devices. However, when running "qemu-system-s390x -device help" > > for example, there's still a usb-hub, usb-kbd

Re: [Qemu-devel] [PATCH] hw/usb: Include USB files only if necessary

2015-03-17 Thread Gerd Hoffmann
On Sa, 2015-03-14 at 06:33 +0100, Thomas Huth wrote: > Boards that do not include an USB controller should not provide > USB devices. However, when running "qemu-system-s390x -device help" > for example, there's still a usb-hub, usb-kbd, usb-mouse and > usb-tablet in the list of "supported" devices

Re: [Qemu-devel] [PATCH] hw/usb: Include USB files only if necessary

2015-03-13 Thread Thomas Huth
On Sat, 14 Mar 2015 06:33:35 +0100 Thomas Huth wrote: > Boards that do not include an USB controller should not provide > USB devices. However, when running "qemu-system-s390x -device help" By the way, in case somebody wants to test the above example, and wonders why there are also U/O/E/XHCI co