diff options
Diffstat (limited to 'docs/manpages/virsh.rst')
| -rw-r--r-- | docs/manpages/virsh.rst | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/manpages/virsh.rst b/docs/manpages/virsh.rst index 6ea87d2e76..b33e6a3a86 100644 --- a/docs/manpages/virsh.rst +++ b/docs/manpages/virsh.rst @@ -5235,7 +5235,7 @@ nodedev-create :: - nodedev-create FILE + nodedev-create FILE [--validate] Create a device on the host node that can then be assigned to virtual machines. Normally, libvirt is able to automatically determine which @@ -5243,6 +5243,9 @@ host nodes are available for use, but this allows registration of host hardware that libvirt did not automatically detect. *file* contains xml for a top-level <device> description of a node device. +If *--validate* is specified, validates the format of the XML document against +an internal RNG schema. + nodedev-destroy --------------- @@ -5266,11 +5269,14 @@ nodedev-define :: - nodedev-define FILE + nodedev-define FILE [--validate] Define an inactive persistent device or modify an existing persistent one from the XML *FILE*. +If *--validate* is specified, validates the format of the XML document against +an internal RNG schema. + nodedev-undefine ---------------- |
