Re: [Qemu-devel] [PATCH] Make usb-bt-dongle configurable

2013-08-19 Thread Gerd Hoffmann
On Mo, 2013-08-19 at 15:58 +0200, Paolo Bonzini wrote: > Il 19/08/2013 15:41, Andreas Färber ha scritto: > > 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

Re: [Qemu-devel] [PATCH] Make usb-bt-dongle configurable

2013-08-19 Thread Paolo Bonzini
Il 19/08/2013 15:41, Andreas Färber ha scritto: > 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 > ass

Re: [Qemu-devel] [PATCH] Make usb-bt-dongle configurable

2013-08-19 Thread Andreas Färber
Am 19.08.2013 15:30, schrieb Laszlo Ersek: > On 08/19/13 14:31, Andreas Färber 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 li

Re: [Qemu-devel] [PATCH] Make usb-bt-dongle configurable

2013-08-19 Thread Laszlo Ersek
On 08/19/13 14:31, Andreas Färber 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)

Re: [Qemu-devel] [PATCH] Make usb-bt-dongle configurable

2013-08-19 Thread Paolo Bonzini
Il 19/08/2013 12:48, Miroslav Rezanina ha scritto: > 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. > > Signed-off-by: Miroslav Rezanina > --- > hw/usb/Makefile.objs | 1 - > vl.c | 18

Re: [Qemu-devel] [PATCH] Make usb-bt-dongle configurable

2013-08-19 Thread Andreas Färber
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 > --- >

[Qemu-devel] [PATCH] Make usb-bt-dongle configurable

2013-08-19 Thread 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. Signed-off-by: Miroslav Rezanina --- hw/usb/Makefile.objs | 1 - vl.c | 18 ++ 2 files changed, 14 insertions(+), 5 deletion