]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Document all options of virsh dumpxml
authorJiri Denemark <jdenemar@redhat.com>
Tue, 6 Apr 2010 13:51:41 +0000 (15:51 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 7 Apr 2010 19:32:46 +0000 (21:32 +0200)
tools/virsh.pod

index a59e9b0bf61ac9e6cab7bf2d4303bdf96d388b5c..9e9f4e0c17f3665c56ea230539836a40abbd1e5e 100644 (file)
@@ -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>