mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
virsh: man: Add LXC format info for domxml-from/to-native
Signed-off-by: Li Yang <liyang.fnst@cn.fujitsu.com>
This commit is contained in:
parent
33188c9fcb
commit
b2e87c3628
@ -1129,14 +1129,16 @@ in order to get or set the guest time.
|
||||
Convert the file I<config> in the native guest configuration 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>.
|
||||
I<format> argument may be B<xen-xm> or B<xen-sxpr>. For LXC hypervisor,
|
||||
the I<format> argument must be B<lxc-tools>.
|
||||
|
||||
=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>. 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>.
|
||||
I<format> argument may be B<xen-xm> or B<xen-sxpr>. For LXC hypervisor,
|
||||
the I<format> argument must be B<lxc-tools>.
|
||||
|
||||
=item B<dump> I<domain> I<corefilepath> [I<--bypass-cache>]
|
||||
{ [I<--live>] | [I<--crash>] | [I<--reset>] } [I<--verbose>] [I<--memory-only>]
|
||||
|
Loading…
x
Reference in New Issue
Block a user