Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > ebe084c140192657f9094e135a84202c > files > 77

libvirt-0.8.2-29.el5.src.rpm

From 4820f2851996b5810907743099a95cb30c8fe78c Mon Sep 17 00:00:00 2001
From: Alex Jia <ajia@redhat.com>
Date: Tue, 20 Dec 2011 18:59:01 +0800
Subject: [PATCH] docs: improve virsh domxml-*-native command docs
To: libvir-list@redhat.com

For https://bugzilla.redhat.com/show_bug.cgi?id=783001

* tools/virsh.pod: improve virsh man page for domxml-from-native and
domxml-to-native commands.

Signed-off-by: Alex Jia <ajia@redhat.com>

direct chery-pick from fbdfda14a1128b114dbdb608b60d6caf24c2489a
Signed-off-by: Daniel Veillard <veillard@redhat.com>
---
 tools/virsh.pod |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/tools/virsh.pod b/tools/virsh.pod
index f2001ae..d0fe45b 100644
--- a/tools/virsh.pod
+++ b/tools/virsh.pod
@@ -338,12 +338,16 @@ Returns state about a running domain.
 =item B<domxml-from-native> I<format> I<config>
 
 Convert the file I<config> in the native guest configuration format
-named by I<format> to a domain XML 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> or B<xen-sxpr>.
 
 =item B<domxml-to-native> I<format> I<xml>
 
 Convert the file I<xml> in domain XML format to the native guest
-configuration format named by I<format>.
+configuration format named by I<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> or B<xen-sxpr>.
 
 =item B<dump> I<domain-id> I<corefilepath>
 
-- 
1.7.7.4