]> xenbits.xensource.com Git - libvirt.git/commitdiff
virsh: Remove any reference of KVM device assignment
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 5 Apr 2022 08:38:47 +0000 (10:38 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 6 Apr 2022 07:40:13 +0000 (09:40 +0200)
The KVM device assignment was removed in v5.7.0-rc1~103 but virsh
and its manpage still mention it. Don't do that.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
docs/manpages/virsh.rst
tools/virsh-nodedev.c

index d2e65285335473c246d5525d09cc3b947f65e295..215beabd96b8533aa2d117e563d225b49eb3e63e 100644 (file)
@@ -5198,10 +5198,9 @@ guests via <hostdev> passthrough.  This is reversed with
 ``nodedev-reattach``, and is done automatically for managed devices.
 
 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 *--driver*
-parameter can be used to specify the desired backend driver.
+dummy devices. For example, QEMU's "vfio" backend driver expects the
+device to be bound to vfio-pci. The *--driver* parameter can be used
+to specify the desired backend driver.
 
 
 nodedev-dumpxml
index d21b2baab6a60c4a2fdf6cd6fa88e6da52cf8efb..90066249afd5057292750ba60fc46895571674ee 100644 (file)
@@ -615,7 +615,7 @@ static const vshCmdOptDef opts_node_device_detach[] = {
     {.name = "driver",
      .type = VSH_OT_STRING,
      .completer = virshNodeDevicePCIBackendCompleter,
-     .help = N_("pci device assignment backend driver (e.g. 'vfio' or 'kvm')")
+     .help = N_("pci device assignment backend driver (e.g. 'vfio' or 'xen')")
     },
     {.name = NULL}
 };