that this makes libvirt quit managing a host device, and may even make
that device unusable by the rest of the physical host until a reboot.
-=item B<nodedev-detach> I<nodedev>
+=item B<nodedev-detach> I<nodedev> [I<--driver backend_driver>]
Detach I<nodedev> from the host, so that it can safely be used by
guests via <hostdev> passthrough. This is reversed with
For compatibility purposes, this command can also be spelled
B<nodedev-dettach>.
+Different backend drivers expect the device to be bound to different
+dummy devices. For example, QEMU's "kvm" backend driver (the default)
+expects the device to be bound to pci-stub, but its "vfio" backend
+driver expects the device to be bound to vfio-pci. The I<--driver>
+parameter can be used to specify the desired backend driver.
+
=item B<nodedev-dumpxml> I<device>
Dump a <device> XML representation for the given node device, including