[libvirt] [PATCH] man: moved virsh command cpu-models

Daniel Hansel daniel.hansel at linux.vnet.ibm.com
Wed Feb 18 13:53:32 UTC 2015


The description of the virsh command 'cpu-models' was written in the
wrong context (i.e. beside the domain states).
This patch moves the command description just to the cpu related
commands like 'cpu-baseline' and 'cpu-compare'.

Signed-off-by: Daniel Hansel <daniel.hansel at linux.vnet.ibm.com>
---
 tools/virsh.pod | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tools/virsh.pod b/tools/virsh.pod
index 50de32c..b86c415 100644
--- a/tools/virsh.pod
+++ b/tools/virsh.pod
@@ -422,10 +422,6 @@ current domain is in.
 
 =over 4
 
-=item B<cpu-models> I<arch>
-
-Print the list of CPU models known for the specified architecture.
-
 =item B<running>
 
 The domain is currently running on a CPU
@@ -573,6 +569,10 @@ I<cellno> modifier can be used to narrow the modification down to
 a single host NUMA cell. On the other end of spectrum lies
 I<--all> which executes the modification on all NUMA cells.
 
+=item B<cpu-models> I<arch>
+
+Print the list of CPU models known for the specified architecture.
+
 =item B<cpu-baseline> I<FILE> [I<--features>]
 
 Compute baseline CPU which will be supported by all host CPUs given in <file>.
-- 
1.9.3




More information about the libvir-list mailing list