From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50021) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1FIb-0001hn-5e for qemu-devel@nongnu.org; Fri, 01 Feb 2013 07:00:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U1FIW-0008Ur-Oi for qemu-devel@nongnu.org; Fri, 01 Feb 2013 07:00:53 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54924) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1FIW-0008Ub-Fr for qemu-devel@nongnu.org; Fri, 01 Feb 2013 07:00:48 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r11C0llb015747 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 1 Feb 2013 07:00:47 -0500 From: Gerd Hoffmann Date: Fri, 1 Feb 2013 13:00:40 +0100 Message-Id: <1359720044-8140-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/4] usb: make devices configurable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, This patch series makes usb devices configurable. cheers, Gerd Gerd Hoffmann (4): usb: Makefile cleanup fix scripts/make_device_config.sh make usb devices configurable allow disabling usb smartcard support default-configs/alpha-softmmu.mak | 1 + default-configs/arm-softmmu.mak | 1 + default-configs/i386-softmmu.mak | 1 + default-configs/m68k-softmmu.mak | 1 + default-configs/mips-softmmu.mak | 1 + default-configs/mips64-softmmu.mak | 1 + default-configs/mips64el-softmmu.mak | 1 + default-configs/mipsel-softmmu.mak | 1 + default-configs/ppc-softmmu.mak | 1 + default-configs/ppc64-softmmu.mak | 1 + default-configs/ppcemb-softmmu.mak | 1 + default-configs/sh4-softmmu.mak | 1 + default-configs/sh4eb-softmmu.mak | 1 + default-configs/sparc64-softmmu.mak | 1 + default-configs/usb.mak | 8 ++++++++ default-configs/x86_64-softmmu.mak | 1 + hw/Makefile.objs | 2 ++ hw/usb/Makefile.objs | 31 ++++++++++++++++++++++++------- scripts/make_device_config.sh | 2 +- 19 files changed, 50 insertions(+), 8 deletions(-) create mode 100644 default-configs/usb.mak -- 1.7.9.7