Displaying 3 results from an estimated 3 matches for "bluetooth_0028r_0029".
2017 Feb 28
2
Bluetooth Device Support
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 libvirt? I was not able to find
anything in documentation so I added the qemu command line xml as follows
<qemu:commandline>
<qemu:arg value='-usbdevice'/>
&...
2017 Mar 01
1
Re: Bluetooth Device Support
...com>
wrote:
> On Tue, Feb 28, 2017 at 09:33:16PM +0000, 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.de/doc/qemu-doc.html#pcsys_005fusb
> >
> > Is there any support for these options in libvirt? I was not able to find
>
> No, libvirt doesn't have explicit support for bluetooh at this time.
>
> >...
2017 Mar 01
0
Re: Bluetooth Device Support
On Tue, Feb 28, 2017 at 09:33:16PM +0000, 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.de/doc/qemu-doc.html#pcsys_005fusb
>
> Is there any support for these options in libvirt? I was not able to find
No, libvirt doesn't have explicit support for bluetooh at this time.
> anything in documentation so I added the qe...