mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
virsh: Remove any reference of KVM device assignment
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>
This commit is contained in:
parent
e53c02ea20
commit
5e9d8f094c
@ -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
|
||||
|
@ -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}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user