On Wed, Jan 20, 2010 at 16:17:32 +0100, Daniel Veillard wrote:
On Wed, Jan 20, 2010 at 03:16:29PM +0100, Jiri Denemark wrote:
> Signed-off-by: Jiri Denemark <jdenemar(a)redhat.com>
> ---
> tools/virsh.pod | 9 +++++++++
> 1 files changed, 9 insertions(+), 0 deletions(-)
>
> diff --git a/tools/virsh.pod b/tools/virsh.pod
> index 84a8564..10f622f 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<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
ACK,
Thanks, pushed.
Jirka