]> git.proxmox.com Git - mirror_qemu.git/commit
bt: Mark the bluetooth subsystem as deprecated
authorThomas Huth <thuth@redhat.com>
Mon, 12 Nov 2018 10:00:30 +0000 (11:00 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 12 Nov 2018 13:08:17 +0000 (14:08 +0100)
commitc0188e69d336b5c921e026b3307e70b6ea7e9a47
tree0f64412d5d8d1e8e6c8e3db9fc45ddb13f911ded
parent460f0236c12a86a38692c12d9bf8e2391dc10a77
bt: Mark the bluetooth subsystem as deprecated

It has been unmaintained since years, and there were only trivial or
tree-wide changes to the related files since many years, so the
code is likely very bitrotten and broken. For example the following
segfaults as soon as as you press a key:

 qemu-system-x86_64 -usb -device usb-bt-dongle -bt hci -bt device:keyboard

Since we are not aware of anybody using bluetooth with the current
version of QEMU, let's mark the subsystem as deprecated, with a special
request for the users to write to the qemu-devel mailing list in case
they still use it (so we could revert the deprecation status in that
case).

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-id: 1542016830-19189-1-git-send-email-thuth@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
qemu-deprecated.texi
qemu-options.hx
vl.c