]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Document cpu-compare command in virsh man page
authorJiri Denemark <jdenemar@redhat.com>
Wed, 20 Jan 2010 14:16:29 +0000 (15:16 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 20 Jan 2010 15:23:05 +0000 (16:23 +0100)
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
tools/virsh.pod

index 84a8564738e65d6b200411471f37f1669d827ff9..10f622f8a3fce79933531c885129237e0770b50c 100644 (file)
@@ -213,6 +213,15 @@ crashed.
 Prints the available amount of memory on the machine or within a
 NUMA cell if I<cellno> is provided.
 
+=item B<cpu-compare> I<FILE>
+
+Compare CPU definition from XML <file> with host CPU. The XML <file> may
+contain either host or guest CPU definition. The host CPU definition is the
+<cpu> element and its contents as printed by B<capabilities> command. The
+guest CPU definition is the <cpu> element and its contents from domain XML
+definition. For more information on guest CPU definition see:
+L<http://libvirt.org/formatdomain.html#elementsCPU>
+
 =back
 
 =head1 DOMAIN COMMANDS