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

It was lifted with c92b6023e8eb670e01571e299a85e9da9bd4844c. Signed-off-by: Pino Toscano <ptoscano@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

On Wed, Nov 13, 2019 at 01:57:34PM +0100, Pino Toscano wrote:
It was lifted with c92b6023e8eb670e01571e299a85e9da9bd4844c.
Signed-off-by: Pino Toscano <ptoscano@redhat.com> --- docs/drvesx.html.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> and pushed Jano
participants (2)
-
Ján Tomko
-
Pino Toscano