From fe34bf3a6220b92a17c01ce362cfc91bc07e284b Mon Sep 17 00:00:00 2001 From: Han Han Date: Thu, 28 Mar 2019 12:06:46 +0800 Subject: [PATCH] virsh.pod: Improve native configuration format doc 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 Signed-off-by: Han Han --- tools/virsh.pod | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/tools/virsh.pod b/tools/virsh.pod index f00564fa5f..b7ceba8d03 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -1607,21 +1607,17 @@ Convert the file I in the native guest configuration format named by I to a domain XML format. For QEMU/KVM hypervisor, the I argument must be B. For Xen hypervisor, the I argument may be B, B, or B. For -LXC hypervisor, the I argument must be B. +LXC hypervisor, the I argument must be B. For +VMware/ESX hypervisor, the I argument must be B. +For the Bhyve hypervisor, the I argument must be B. =item B I { [I<--xml>] I | I<--domain> I } Convert the file I into domain XML format or convert an existing I<--domain> to the native guest configuration format named by I. -The I and I<--domain> arguments are mutually exclusive. - -For the QEMU/KVM hypervisor, the I argument must be B. - -For the Xen hypervisor, the I argument may be B, B, -or B. - -For the LXC hypervisor, the I argument must be B. +The I and I<--domain> arguments are mutually exclusive. For the types +of I argument, refer to B. =item B I I [I<--bypass-cache>] { [I<--live>] | [I<--crash>] | [I<--reset>] } [I<--verbose>] [I<--memory-only>]