[libvirt] [PATCH] docs: mention lifted vCPUs restriction for esx

Pino Toscano ptoscano at redhat.com
Wed Nov 13 12:57:34 UTC 2019


It was lifted with c92b6023e8eb670e01571e299a85e9da9bd4844c.

Signed-off-by: Pino Toscano <ptoscano at redhat.com>
---
 docs/drvesx.html.in | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/drvesx.html.in b/docs/drvesx.html.in
index 901d65958a..ac7bc645d1 100644
--- a/docs/drvesx.html.in
+++ b/docs/drvesx.html.in
@@ -337,7 +337,9 @@ error: invalid argument in libvirt was built without the 'esx' driver
             Memory size has to be a multiple of 4096
         </li>
         <li>
-            Number of virtual CPU has to be 1 or a multiple of 2
+            Number of virtual CPU has to be 1 or a multiple of 2.
+            <span class="since">Since 4.10.0</span> any number of vCPUs is
+            supported.
         </li>
         <li>
             Valid MAC address prefixes are <code>00:0c:29</code> and
-- 
2.21.0




More information about the libvir-list mailing list