Displaying 3 results from an estimated 3 matches for "pcsys_005fusb".
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'/>
<qemu:arg value='bt:hci'/>
<qemu:arg value='-bt...
2017 Mar 01
1
Re: Bluetooth Device Support
...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 qemu command line xml as follows
> > <qemu:commandline>...
2017 Mar 01
0
Re: Bluetooth Device Support
...lich 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 qemu command line xml as follows
> <qemu:commandline>
> <qemu:arg value=...