]> xenbits.xensource.com Git - libvirt.git/commitdiff
virsh: Enhance documentation of cpu-models command
authorJiri Denemark <jdenemar@redhat.com>
Mon, 14 May 2018 12:10:48 +0000 (14:10 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 28 May 2018 13:54:10 +0000 (15:54 +0200)
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Collin Walling <walling@linux.ibm.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Kashyap Chamarthy <kchamart@redhat.com>
tools/virsh.pod

index 427dec12488d277fd4f4941876627ac8105c67a6..419c371d98084e405f0cf0f138f580d80a264c5e 100644 (file)
@@ -599,7 +599,14 @@ incompatibility will be printed out.
 
 =item B<cpu-models> I<arch>
 
-Print the list of CPU models known for the specified architecture.
+Print the list of CPU models known by libvirt for the specified architecture.
+Whether a specific hypervisor is able to create a domain which uses any of
+the printed CPU models is a separate question which can be answered by
+looking at the domain capabilities XML returned by B<domcapabilities> command.
+Moreover, for some architectures libvirt does not know any CPU models and
+the usable CPU models are only limited by the hypervisor. This command will
+print that all CPU models are accepted for these architectures and the actual
+list of supported CPU models can be checked in the domain capabilities XML.
 
 =item B<echo> [I<--shell>] [I<--xml>] [I<arg>...]