From fbdfda14a1128b114dbdb608b60d6caf24c2489a Mon Sep 17 00:00:00 2001 From: Alex Jia Date: Tue, 20 Dec 2011 18:59:01 +0800 Subject: [PATCH] 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 --- tools/virsh.pod | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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>] }