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

2015-03-18 Thread Gerd Hoffmann
On Di, 2015-03-17 at 14:52 +0100, Thomas Huth wrote: > Everything should now also compile fine again when configure has > been run with the --enable-usb-redir and/or --enable-libusb option. Survived test now. Added to usb queue. thanks, Gerd

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

2015-03-17 Thread Thomas Huth
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. Let's fix that by compiling and linking the USB files only