Re: [Qemu-devel] [PATCH v2] hw/bt: drop bluetooth keyboard emulation

2018-11-14 Thread Liam Merwick
On 13/11/2018 11:57, Gerd Hoffmann wrote: Broken (segfaults on first keypress, probably since 2.1) and apparently unused. Reproducer: qemu -usb -device usb-bt-dongle -bt hci,vlan=0 -bt device:keyboard Stacktrace: #0 0x5606841f7363 in bt_hid_send_data (ch=0x0, type=1, data=0x560686

[Qemu-devel] [PATCH v2] hw/bt: drop bluetooth keyboard emulation

2018-11-13 Thread Gerd Hoffmann
Broken (segfaults on first keypress, probably since 2.1) and apparently unused. Reproducer: qemu -usb -device usb-bt-dongle -bt hci,vlan=0 -bt device:keyboard Stacktrace: #0 0x5606841f7363 in bt_hid_send_data (ch=0x0, type=1, data=0x560686986400 "", len=8) at /home/kraxel/projects