---
docs/formatdomain.html.in | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 755d084..27c1580 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -941,7 +941,9 @@
virtual CPU provided to the guest. Three non-zero values have to be
given for <code>sockets</code>, <code>cores</code>, and
<code>threads</code>: total number of CPU sockets, number of cores
per
- socket, and number of threads per core, respectively.</dd>
+ socket, and number of threads per core, respectively. The maximum number
+ of virtual CPUs is defined by <code>vcpu</code> element, the product
of
+ the three valuses should be equal to the maximum vcpus.</dd>
<dt><code>feature</code></dt>
<dd>The <code>cpu</code> element can contain zero or more
--
1.8.1.4