
20 Nov
2019
20 Nov
'19
9:35 a.m.
On Wed, Nov 20, 2019 at 10:10:12AM +0100, Thomas Huth wrote:
We are going to remove the bluetooth backend, so the USB bluetooth dongle can not work anymore. It's a completely optional device, no board depends on it, so let's simply remove it now.
Signed-off-by: Thomas Huth <thuth@redhat.com> --- hw/usb/Kconfig | 5 - hw/usb/Makefile.objs | 1 - hw/usb/dev-bluetooth.c | 581 ----------------------------------------- qemu-doc.texi | 15 -- 4 files changed, 602 deletions(-) delete mode 100644 hw/usb/dev-bluetooth.c
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano