diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index da0ae4aeba..3d16d5fada 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -1217,8 +1217,8 @@
cpu
The cpu element is the main container for describing - guest CPU requirements. Its match attribute specified how - strictly has the virtual CPU provided to the guest match these + guest CPU requirements. Its match attribute specifies how + strictly the virtual CPU provided to the guest matches these requirements. Since 0.7.6 the match attribute can be omitted if topology is the only element within cpu. Possible values for the @@ -1227,13 +1227,21 @@
minimum
The specified CPU model and features describes the minimum - requested CPU.
+ requested CPU. A better CPU will be provided to the guest if it + is possible with the requested hypervisor on the current host. + This is a constrained host-model mode; the domain + will not be created if the provided virtual CPU does not meet + the requirements.
+
exact
-
The virtual CPU provided to the guest will exactly match the - specification
+
The virtual CPU provided to the guest should exactly match the + specification. If such CPU is not supported, libvirt will refuse + to start the domain.
+
strict
-
The guest will not be created unless the host CPU does exactly - match the specification.
+
The domain will not be created unless the host CPU exactly + matches the specification. This is not very useful in practice + and should only be used if there is a real reason.
Since 0.8.5 the match