]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
docs: improve virsh domxml-*-native command docs
authorAlex Jia <ajia@redhat.com>
Tue, 20 Dec 2011 10:59:01 +0000 (18:59 +0800)
committerEric Blake <eblake@redhat.com>
Tue, 20 Dec 2011 21:08:41 +0000 (14:08 -0700)
* tools/virsh.pod: improve virsh man page for domxml-from-native and
domxml-to-native commands.

Signed-off-by: Alex Jia <ajia@redhat.com>
tools/virsh.pod

index 3b669b5762c9d0612a5d04192facb4e0aa6d6a1c..7001209fa17103d57ba6d9c93efa3787cd0ef8dc 100644 (file)
@@ -670,12 +670,16 @@ seconds elapsed since the control interface entered its current state.
 =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> [I<--bypass-cache>]
 { [I<--live>] | [I<--crash>] | [I<--reset>] }