From: Alex Jia Date: Tue, 20 Dec 2011 10:59:01 +0000 (+0800) Subject: docs: improve virsh domxml-*-native command docs X-Git-Tag: v0.9.9-rc1~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbdfda14a1128b114dbdb608b60d6caf24c2489a;p=thirdparty%2Flibvirt.git docs: improve virsh domxml-*-native command docs * tools/virsh.pod: improve virsh man page for domxml-from-native and domxml-to-native commands. Signed-off-by: Alex Jia --- diff --git a/tools/virsh.pod b/tools/virsh.pod index 3b669b5762..7001209fa1 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -670,12 +670,16 @@ seconds elapsed since the control interface entered its current state. =item B I I Convert the file I in the native guest configuration format -named by I to a domain XML 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 or B. =item B I I Convert the file I in domain XML format to the native guest -configuration format named by I. +configuration format named by I. For QEMU/KVM hypervisor, +the I argument must be B. For Xen hypervisor, the +I argument may be B or B. =item B I I [I<--bypass-cache>] { [I<--live>] | [I<--crash>] | [I<--reset>] }