Displaying 1 result from an estimated 1 matches for "virnodedevicereattach".
2014 Jun 21
0
Managed USB passthrough
...make a difference? The Domain XML Format docs has the following
sentence for the hostdev element:
If managed is omitted or "no", and for USB devices, the user is
responsible to call virNodeDeviceDettach (or virsh nodedev-dettach)
before starting the guest or hot-plugging the device, and
virNodeDeviceReAttach (or virsh nodedev-reattach) after hot-unplug or
stopping the guest.
Is that still accurate? The device seems to get passed through fine to
my LXC container without any dettach/reattach calls. But I'm seeing
some other strange USB behaviour in the guest and just want to see if
it's at all r...