mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
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 <ajia@redhat.com>
This commit is contained in:
parent
ea964658af
commit
fbdfda14a1
@ -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>] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user