Comment 6 for bug 1846451

Revision history for this message
Gerd Hoffmann (kraxel-redhat) wrote :

qemu: -device usb-host,...,guest-resets-all=true

libvirt:

   <qemu:arg value='-set'/>
   <qemu:arg value='device.hostdev0.guest-resets-all=true'/>

... assuming this is is the only pass-through device.

If you pass through more devices you''l have hostdev0, hostdev1, ... and have to pick the correct one.

(see also http://blog.vmsplice.net/2011/04/how-to-pass-qemu-command-line-options.html)