summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMichal Privoznik <mprivozn@redhat.com>2022-04-05 10:38:47 +0200
committerMichal Privoznik <mprivozn@redhat.com>2022-04-06 09:40:13 +0200
commit5e9d8f094cef54322d4a3d6b5d2eb601c10adf39 (patch)
tree153c3b18a2c2a8491ab6dc3b35b6a3f373131d65 /tools
parente53c02ea205f8119865e9f3bfd0121c7829371a2 (diff)
downloadlibvirt-5e9d8f094cef54322d4a3d6b5d2eb601c10adf39.tar.gz
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>
Diffstat (limited to 'tools')
-rw-r--r--tools/virsh-nodedev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/virsh-nodedev.c b/tools/virsh-nodedev.c
index d21b2baab6..90066249af 100644
--- a/tools/virsh-nodedev.c
+++ b/tools/virsh-nodedev.c
@@ -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}
};