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