[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH-for-4.1? 0/7] vl: Allow building with CONFIG_BLUETOO
From: |
Philippe Mathieu-Daudé |
Subject: |
[Qemu-devel] [PATCH-for-4.1? 0/7] vl: Allow building with CONFIG_BLUETOOTH disabled |
Date: |
Fri, 12 Jul 2019 15:39:21 +0200 |
A series of obvious patches to build without the deprecated
bluetooth devices. Still worth for 4.1 or too late?
It is clearly not a bugfix.
Regards,
Phil.
Philippe Mathieu-Daudé (7):
hw/arm: Nokia N-series tablet requires Bluetooth
hw/usb: Bluetooth HCI USB depends on USB & BLUETOOTH
MAINTAINERS: Add a Bluetooth entry
vl: Fix 'braces' coding style issues
vl: Use qemu_strtoi() instead of strtol()
vl: Extract bt_parse() into its own file
hw/bt: Allow building with CONFIG_BLUETOOTH disabled
MAINTAINERS | 7 +++
Makefile.objs | 3 +-
bt-opts.c | 140 ++++++++++++++++++++++++++++++++++++++++++++
bt-stubs.c | 18 ++++++
hw/arm/Kconfig | 1 +
hw/bt/Makefile.objs | 4 +-
hw/usb/Kconfig | 2 +-
include/sysemu/bt.h | 3 +
vl.c | 121 --------------------------------------
9 files changed, 174 insertions(+), 125 deletions(-)
create mode 100644 bt-opts.c
create mode 100644 bt-stubs.c
--
2.20.1
- [Qemu-devel] [PATCH-for-4.1? 0/7] vl: Allow building with CONFIG_BLUETOOTH disabled,
Philippe Mathieu-Daudé <=
- [Qemu-devel] [PATCH-for-4.1? 1/7] hw/arm: Nokia N-series tablet requires Bluetooth, Philippe Mathieu-Daudé, 2019/07/12
- [Qemu-devel] [PATCH-for-4.1 2/7] hw/usb: Bluetooth HCI USB depends on USB & BLUETOOTH, Philippe Mathieu-Daudé, 2019/07/12
- Re: [Qemu-devel] [PATCH-for-4.1 2/7] hw/usb: Bluetooth HCI USB depends on USB & BLUETOOTH, Paolo Bonzini, 2019/07/12
- Re: [Qemu-devel] [PATCH-for-4.1 2/7] hw/usb: Bluetooth HCI USB depends on USB & BLUETOOTH, Philippe Mathieu-Daudé, 2019/07/12
- Re: [Qemu-devel] [PATCH-for-4.1 2/7] hw/usb: Bluetooth HCI USB depends on USB & BLUETOOTH, Paolo Bonzini, 2019/07/12
- Re: [Qemu-devel] [PATCH-for-4.1 2/7] hw/usb: Bluetooth HCI USB depends on USB & BLUETOOTH, Philippe Mathieu-Daudé, 2019/07/12
- Re: [Qemu-devel] [PATCH-for-4.1 2/7] hw/usb: Bluetooth HCI USB depends on USB & BLUETOOTH, Paolo Bonzini, 2019/07/12
- Re: [Qemu-devel] [PATCH-for-4.1 2/7] hw/usb: Bluetooth HCI USB depends on USB & BLUETOOTH, Philippe Mathieu-Daudé, 2019/07/14
[Qemu-devel] [PATCH-for-4.1? 3/7] MAINTAINERS: Add an entry for the Bluetooth devices, Philippe Mathieu-Daudé, 2019/07/12