From nobody Tue May 7 22:12:45 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1553746025790168.34484834806915; Wed, 27 Mar 2019 21:07:05 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 52146308792B; Thu, 28 Mar 2019 04:07:01 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id CB0B75BBD0; Thu, 28 Mar 2019 04:06:59 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 4043F41F3D; Thu, 28 Mar 2019 04:06:56 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x2S46rBB031585 for ; Thu, 28 Mar 2019 00:06:53 -0400 Received: by smtp.corp.redhat.com (Postfix) id CFC005DDFE; Thu, 28 Mar 2019 04:06:53 +0000 (UTC) Received: from hansolo.pek2.redhat.com (wlc-trust-65.pek2.redhat.com [10.72.3.65]) by smtp.corp.redhat.com (Postfix) with ESMTP id 686195E7D6; Thu, 28 Mar 2019 04:06:50 +0000 (UTC) From: Han Han To: libvir-list@redhat.com Date: Thu, 28 Mar 2019 12:06:46 +0800 Message-Id: <20190328040646.6747-1-hhan@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-loop: libvir-list@redhat.com Cc: Han Han Subject: [libvirt] [PATCH] virsh.pod: Improve native configuration format doc X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.45]); Thu, 28 Mar 2019 04:07:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Add native guest format of BSD hypervisor and VMware/ESX. Quote native guest format of domxml-from-native for domxml-to-native. 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 a0fe949c55..b3819b9414 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -1607,21 +1607,17 @@ Convert the file I in the native guest conf= iguration 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 BSD hypervisor, the I argument must be B. =20 =3Ditem B I { [I<--xml>] I | I<--domain> I } =20 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. =20 =3Ditem B I I [I<--bypass-cache>] { [I<--live>] | [I<--crash>] | [I<--reset>] } [I<--verbose>] [I<--memory-o= nly>] --=20 2.20.1 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list