Re: [libvirt-users] Bluetooth Device Support

2017-03-01 Thread Max Ehrlich
I managed to make some progress on this I remember reading that the -usbdevice command line option can only create uhci connections. When I opened my virtual machine settings in virt-manager I found that I had a single USB controller configured (apparently exactly 1 is allowed) and it was set to U

Re: [libvirt-users] Bluetooth Device Support

2017-03-01 Thread Max Ehrlich
Daniel, Thanks for the reply. This is pretty much what I had assumed. I would guess that assigning any free address, or telling qemu to plug the bt device into a controller that libvirt creates, might work, but I cant find anything in the documentation for qemu that would assign an address via co

Re: [libvirt-users] Bluetooth Device Support

2017-03-01 Thread Daniel P. Berrange
On Tue, Feb 28, 2017 at 09:33:16PM +, Max Ehrlich wrote: > Hi, > > I want to create a virtual hci device on my virtual machine. I have seen > that qemu has options supporting this > > https://qemu.weilnetz.de/doc/qemu-doc.html#Bluetooth_0028R_0029-options > > and > > https://qemu.weilnetz.d

[libvirt-users] Bluetooth Device Support

2017-02-28 Thread Max Ehrlich
Hi, I want to create a virtual hci device on my virtual machine. I have seen that qemu has options supporting this https://qemu.weilnetz.de/doc/qemu-doc.html#Bluetooth_0028R_0029-options and https://qemu.weilnetz.de/doc/qemu-doc.html#pcsys_005fusb Is there any support for these options in libv