]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
virsh.pod: Improve native configuration format doc
authorHan Han <hhan@redhat.com>
Thu, 28 Mar 2019 04:06:46 +0000 (12:06 +0800)
committerCole Robinson <crobinso@redhat.com>
Wed, 3 Apr 2019 17:55:59 +0000 (13:55 -0400)
Add native guest format of BSD hypervisor and VMware/ESX. Quote native
guest format of domxml-from-native for domxml-to-native.

Reviewed-by: Cole Robinson <crobinso@redhat.com>
Signed-off-by: Han Han <hhan@redhat.com>
tools/virsh.pod

index f00564fa5feef724eb0dbb016c6cc1ef93560c56..b7ceba8d03a3c29d5e76ab1c715ceeafa6e0ff81 100644 (file)
@@ -1607,21 +1607,17 @@ Convert the file I<config> in the native guest configuration format
 named by I<format> to a domain XML format. For QEMU/KVM hypervisor,
 the I<format> argument must be B<qemu-argv>. For Xen hypervisor, the
 I<format> argument may be B<xen-xm>, B<xen-xl>, or B<xen-sxpr>. For
-LXC hypervisor, the I<format> argument must be B<lxc-tools>.
+LXC hypervisor, the I<format> argument must be B<lxc-tools>. For
+VMware/ESX hypervisor, the I<format> argument must be B<vmware-vmx>.
+For the Bhyve hypervisor, the I<format> argument must be B<bhyve-argv>.
 
 =item B<domxml-to-native> I<format>
 { [I<--xml>] I<xml> | I<--domain> I<domain-name-or-id-or-uuid> }
 
 Convert the file I<xml> into domain XML format or convert an existing
 I<--domain> to the native guest configuration format named by I<format>.
-The I<xml> and I<--domain> arguments are mutually exclusive.
-
-For the QEMU/KVM hypervisor, the I<format> argument must be B<qemu-argv>.
-
-For the Xen hypervisor, the I<format> argument may be B<xen-xm>, B<xen-xl>,
-or B<xen-sxpr>.
-
-For the LXC hypervisor, the I<format> argument must be B<lxc-tools>.
+The I<xml> and I<--domain> arguments are mutually exclusive. For the types
+of I<format> argument, refer to B<domxml-from-native>.
 
 =item B<dump> I<domain> I<corefilepath> [I<--bypass-cache>]
 { [I<--live>] | [I<--crash>] | [I<--reset>] } [I<--verbose>] [I<--memory-only>]