[virt-tools-list] [virt-manager PATCH] man: add descriptions if '--cpu' is omitted in virt-install

Chen Hanxiao chenhanxiao at cn.fujitsu.com
Fri Feb 21 02:14:18 UTC 2014


commit f5c32063 change default cpu to
SPECIAL_MODE_HOST_MODEL_ONLY.
doc this.

Signed-off-by: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>
---
 man/virt-install.pod | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/man/virt-install.pod b/man/virt-install.pod
index 119b515..52a2118 100644
--- a/man/virt-install.pod
+++ b/man/virt-install.pod
@@ -169,6 +169,10 @@ libvirt's feature policy values force, require, optional, disable, or forbid,
 or with the shorthand '+feature' and '-feature', which equal 'force=feature'
 and 'disable=feature' respectively
 
+If omitted, host CPU model will be used.
+(Expose the nearest host CPU model configuration to the guest.
+It is the best CPU which can be used for a guest on any of the hosts.)
+
 Some examples:
 
 =over 2
@@ -183,11 +187,6 @@ Expose the host CPUs configuration to the guest. This enables the guest to
 take advantage of many of the host CPUs features (better performance), but
 may cause issues if migrating the guest to a host without an identical CPU.
 
-=item B<--cpu host-model-only>
-
-Expose the nearest host CPU model configuration to the guest.
-It is the best CPU which can be used for a guest on any of the hosts.
-
 =back
 
 Use --cpu=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#elementsCPU>
-- 
1.8.5.3




More information about the virt-tools-list mailing list