From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36133) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGmpU-0006HI-6f for qemu-devel@nongnu.org; Tue, 03 Sep 2013 05:23:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VGmpO-0008GN-85 for qemu-devel@nongnu.org; Tue, 03 Sep 2013 05:23:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:12891) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGmpO-0008GE-08 for qemu-devel@nongnu.org; Tue, 03 Sep 2013 05:23:14 -0400 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 r839NCgg001004 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 3 Sep 2013 05:23:12 -0400 Received: from lws-ntb.usersys.redhat.com.com (ovpn-116-38.ams2.redhat.com [10.36.116.38]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r839NBS9001667 for ; Tue, 3 Sep 2013 05:23:11 -0400 From: mrezanin@redhat.com Date: Tue, 3 Sep 2013 11:23:07 +0200 Message-Id: Subject: [Qemu-devel] [PATCHv3 0/2] Make usb-bt-dongle configurable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org From: Miroslav Rezanina There's group of options allowing enable/disable usb devices. However, CONFIG_USB_BLUETOOTH can't be removed as there's dependency in vl.c file. This serie allow CONFIG_USB_BLUETOOTH to be disabled. v3: - split patch to two parts v2: - patch rewritten to use usb_legacy_register Miroslav Rezanina (2): Preparation for usb-bt-dongle conditional build Make usb-bt-dongle configurable hw/bt/core.c | 23 ++++++++++++++ hw/bt/hci.c | 48 +++++++++++++++++++++++++++++ hw/usb/Makefile.objs | 3 -- hw/usb/dev-bluetooth.c | 10 +++++- include/hw/bt.h | 3 ++ include/hw/usb.h | 3 -- vl.c | 82 +++----------------------------------------------- 7 files changed, 87 insertions(+), 85 deletions(-) -- 1.8.3.1