You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With APIC/xAPIC interrupt controllers, there are only 256 APIC IDs
available. One is used for broadcasting, another is one is used for
IOAPIC/IOxAPIC, so only 254 CPUs at maximum may be supported.
Actually 254 is a large number for firecracker's usage cases.
This also fixes the panicking when starting a VM with 255 vCPUs.
Signed-off-by: Liu Jiang <[email protected]>
0 commit comments