From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50301) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBPi1-0006Vk-RX for qemu-devel@nongnu.org; Mon, 19 Aug 2013 09:41:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VBPhu-0003Wv-6O for qemu-devel@nongnu.org; Mon, 19 Aug 2013 09:41:25 -0400 Received: from cantor2.suse.de ([195.135.220.15]:34309 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBPhu-0003Wg-0B for qemu-devel@nongnu.org; Mon, 19 Aug 2013 09:41:18 -0400 Message-ID: <5212207A.9010408@suse.de> Date: Mon, 19 Aug 2013 15:41:14 +0200 From: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= MIME-Version: 1.0 References: <52081254.597343.1376909324949.JavaMail.root@redhat.com> <52121014.8050108@suse.de> <52121DD8.9020506@redhat.com> In-Reply-To: <52121DD8.9020506@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] Make usb-bt-dongle configurable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laszlo Ersek Cc: Paolo Bonzini , Miroslav Rezanina , Gerd Hoffmann , qemu-devel@nongnu.org Am 19.08.2013 15:30, schrieb Laszlo Ersek: > On 08/19/13 14:31, Andreas F=C3=A4rber wrote: >> Am 19.08.2013 12:48, schrieb Miroslav Rezanina: >>> usb-bt-dongle device can't be disabled as there's dependency in vl.c = file. This patch add preprocesor condition to be able to disable it. >> >> Please limit to 76 chars per line (check `git log` output). >> >>> >>> Signed-off-by: Miroslav Rezanina >>> --- >>> hw/usb/Makefile.objs | 1 - >>> vl.c | 18 ++++++++++++++---- >>> 2 files changed, 14 insertions(+), 5 deletions(-) >>> >>> diff --git a/hw/usb/Makefile.objs b/hw/usb/Makefile.objs >>> index f9695e7..8892ffd 100644 >>> --- a/hw/usb/Makefile.objs >>> +++ b/hw/usb/Makefile.objs >>> @@ -20,7 +20,6 @@ common-obj-$(CONFIG_USB_SERIAL) +=3D dev-seri= al.o >>> common-obj-$(CONFIG_USB_NETWORK) +=3D dev-network.o >>> =20 >>> # FIXME: make configurable too >>> -CONFIG_USB_BLUETOOTH :=3D y >> >> You probably should delete the FIXME alongside? >=20 > What's everyone's opinion about CONFIG_USB_BLUETOOTH=3Dy disappearing f= rom > the default build? By my reading of `git grep CONFIG_USB_BLUETOOTH` it isn't disappearing, check default-configs/usb.mak. All targets that include usb.mak will have CONFIG_USB_BLUETOOTH. It's only used in the build system and with this patch in vl.c, so assuming that Miroslav has checked that the build succeeds for all targets, this should be fine, I guess. Regards, Andreas --=20 SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N=C3=BCrnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imend=C3=B6rffer; HRB 16746 AG N=C3=BC= rnberg