On Tue, Jun 12, 2012 at 02:09:12PM -0600, Dax Kelson wrote:
On Tue, 2012-06-12 at 11:02 -0700, Dale Amon wrote:
> I tunneled the USB device to it:
>
> <hostdev mode='subsystem' type='usb'
managed='no'>
> <source>
> <vendor id='0x055f'/>
> <product id='0x040b'/>
> <address bus='3' device='8'/>
> </source>
> <alias name='hostdev0'/>
> </hostdev>
I could be wrong. But I believe you want managed='yes' so that libvirtd
detaches the device from the host automatically.
Sounds like a reasonable idea. I will try that this
evening.