Re: [PATCH] docs: i386: pc: Avoid mentioning limit of maximum vCPUs

2024-06-06 Thread Paolo Bonzini
Queued, thanks. Paolo

Re: [PATCH] docs: i386: pc: Avoid mentioning limit of maximum vCPUs

2024-06-06 Thread Daniel P . Berrangé
On Thu, Jun 06, 2024 at 04:54:36PM +0800, Zhao Liu wrote: > Different versions of PC machine support different maximum vCPUs, and > even different features have limits on the maximum number of vCPUs ( > For example, if x2apic is not enabled in the TCG case, the maximum of > 255 vCPUs are supported)

[PATCH] docs: i386: pc: Avoid mentioning limit of maximum vCPUs

2024-06-06 Thread Zhao Liu
Different versions of PC machine support different maximum vCPUs, and even different features have limits on the maximum number of vCPUs ( For example, if x2apic is not enabled in the TCG case, the maximum of 255 vCPUs are supported). It is difficult to list the maximum vCPUs under all restriction