bluetooth devices.

grharry

New Member
May 3, 2010
12
0
1
Quick dump question, is there a bluetooth virtualization supported, i.e. " access bluetooth devices from a CT "?

Thanks
Harry
 
Quick dump question, is there a bluetooth virtualization supported, i.e. " access bluetooth devices from a CT "?

By default no. But it seems KVM has some support for that (see 'kvm --help'). The option '-bt hci,host[:id]' looks promising. You can use the
'args' option of 'qm' to set those parameters ('man qm').
 
FYI, in KVM i'm using an bluetooth USB device : Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode) to connect a phone that can send SMS.
 
Thans for the replies ...
Please consider me a total newbie in the qm aspect ...
I've played around with that and manage to pass the usb device ...

However now I wish to pass a PCI device for usage exclusively by the vh,
I did this
qm monitor 106
>pci_add pci_addr=auto host host=05:00.0

Error initializing device pci-assign
failed to add host=05:00.0

meanwhile
the server dmesg'ed me
kvm_vm_ioctl_deassign_device: device hasn't been assigned before, so cannot be deassigned

Please help ...

Thanks
Harry