
[...]
-Convert the file I<xml> in domain XML format to the native guest -configuration format named by I<format>. For QEMU/KVM hypervisor, +Convert the file I<xml> in domain XML format or existing domain 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>, B<xen-xl>, or B<xen-sxpr>. For LXC hypervisor, the I<format> argument must be B<lxc-tools>.
Convert the file I<xml> into domain XML format or convert an existing I<--domain> to the native guest configuration format named by I<format>. The I<xml> and I<--domain> arguments are mutually exclusive.
John I found the man page is still missing. Shall I send a patch for the documentation?
Dan
What do you mean by missing? Commit id '41eb92783' updated the virsh.pod which is used to generate the man page. After a build in your branch, use "man tools/virsh.1" to see the change. If you mean installed version - I recall there being some sort of strangeness using make install vs. a real RPM install from your branch, but I don't recall exactly what that issue was... John