From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57687) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXqFg-00009i-Ld for qemu-devel@nongnu.org; Tue, 17 Mar 2015 08:05:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXqFc-0007Th-IG for qemu-devel@nongnu.org; Tue, 17 Mar 2015 08:05:40 -0400 Message-ID: <1426593930.27188.96.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Tue, 17 Mar 2015 13:05:30 +0100 In-Reply-To: <1426311215-12764-1-git-send-email-thuth@linux.vnet.ibm.com> References: <1426311215-12764-1-git-send-email-thuth@linux.vnet.ibm.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] hw/usb: Include USB files only if necessary List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org 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. Let's fix that > by compiling and linking the USB files only if it's really > necessary. Added to usb queue. thanks, Gerd