[libvirt] [PATCH] Document all options of virsh dumpxml

--- tools/virsh.pod | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/tools/virsh.pod b/tools/virsh.pod index a59e9b0..9e9f4e0 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -342,10 +342,15 @@ configuration format named by I<format>. Dumps the core of a domain to a file for analysis. -=item B<dumpxml> I<domain-id> - -Output the domain information as an XML dump to stdout, this format -can be used by the B<create> command. +=item B<dumpxml> I<domain-id> optional I<--inactive> I<--security-info> I<--update-cpu> + +Output the domain information as an XML dump to stdout, this format can be used +by the B<create> command. Additional options affecting the XML dump may be +used. I<--inactive> tells virsh to dump domain configuration that will be used +on next start of the domain as opposed to the current domain configuration. +Using I<--security-info> security sensitive information will also be included +in the XML dump. I<--update-cpu> updates domain CPU requirements according to +host CPU. =item B<edit> I<domain-id> -- 1.7.0.4

On 04/06/2010 09:54 AM, Jiri Denemark wrote:
--- tools/virsh.pod | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/tools/virsh.pod b/tools/virsh.pod index a59e9b0..9e9f4e0 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -342,10 +342,15 @@ configuration format named by I<format>.
Dumps the core of a domain to a file for analysis.
-=item B<dumpxml> I<domain-id> - -Output the domain information as an XML dump to stdout, this format -can be used by the B<create> command. +=item B<dumpxml> I<domain-id> optional I<--inactive> I<--security-info> I<--update-cpu>
More complete docs are always nice. ACK. -- Eric Blake eblake@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org
participants (2)
-
Eric Blake
-
Jiri Denemark