bhyve: Don't force an upper bound on vCPUs when parsing pinning.
authorJohn Baldwin <jhb@FreeBSD.org>
Wed, 9 Mar 2022 23:39:16 +0000 (15:39 -0800)
committerJohn Baldwin <jhb@FreeBSD.org>
Wed, 9 Mar 2022 23:39:16 +0000 (15:39 -0800)
commitfd6f92946f02b451c792bfdbc94259ff65e49969
treef394fa5a9525dc3b5c1425580cb1ee70bb92496f
parent7261f82156fb35d4a5e928769041c5987f700cda
bhyve: Don't force an upper bound on vCPUs when parsing pinning.

Even today it is possible to specify pinning for a vCPU higher than
the configured number of CPUs but lower than VM_MAXCPU without raising
an error.

Reviewed by: grehan
Differential Revision: https://reviews.freebsd.org/D34492
usr.sbin/bhyve/bhyverun.c