qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCHv3 0/2] Make usb-bt-dongle configurable
@ 2013-09-03  9:23 mrezanin
  2013-09-03  9:23 ` [Qemu-devel] [PATCHv3 1/2] Preparation for usb-bt-dongle conditional build mrezanin
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: mrezanin @ 2013-09-03  9:23 UTC (permalink / raw)
  To: qemu-devel

From: Miroslav Rezanina <mrezanin@redhat.com>

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-09-03 13:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-03  9:23 [Qemu-devel] [PATCHv3 0/2] Make usb-bt-dongle configurable mrezanin
2013-09-03  9:23 ` [Qemu-devel] [PATCHv3 1/2] Preparation for usb-bt-dongle conditional build mrezanin
2013-09-03  9:23 ` [Qemu-devel] [PATCHv3 2/2] Remove dev-bluetooth.c dependency from vl.c mrezanin
2013-09-03 13:20 ` [Qemu-devel] [PATCHv3 0/2] Make usb-bt-dongle configurable Gerd Hoffmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).