From 6c5450646c0db7f39702c1932004f332b61a63e5 Mon Sep 17 00:00:00 2001 From: Jiri Denemark Date: Tue, 6 Apr 2010 15:51:41 +0200 Subject: [PATCH] Document all options of virsh dumpxml --- tools/virsh.pod | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/tools/virsh.pod b/tools/virsh.pod index a59e9b0bf6..9e9f4e0c17 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -342,10 +342,15 @@ configuration format named by I. Dumps the core of a domain to a file for analysis. -=item B I +=item B I 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 command. +Output the domain information as an XML dump to stdout, this format can be used +by the B 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 I