From 704bd732b5c05ed917dc857d578f3ec61f5ad4ff Mon Sep 17 00:00:00 2001 From: Jiri Denemark Date: Wed, 20 Jan 2010 15:16:29 +0100 Subject: [PATCH] Document cpu-compare command in virsh man page Signed-off-by: Jiri Denemark --- tools/virsh.pod | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tools/virsh.pod b/tools/virsh.pod index 84a8564738..10f622f8a3 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -213,6 +213,15 @@ crashed. Prints the available amount of memory on the machine or within a NUMA cell if I is provided. +=item B I + +Compare CPU definition from XML with host CPU. The XML may +contain either host or guest CPU definition. The host CPU definition is the + element and its contents as printed by B command. The +guest CPU definition is the element and its contents from domain XML +definition. For more information on guest CPU definition see: +L + =back =head1 DOMAIN COMMANDS