machyve / xhyve

xhyve, a lightweight OS X virtualization solution
Other
6.43k stars 353 forks source link

Unable to create VM (22) vmx_set_ctlreg: cap_field: 2 bit: 20 unspecified don't care #203

Closed amracks closed 3 years ago

amracks commented 3 years ago
xcodebuild CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
./xhyverun-tinycorelinux.sh
vmx_set_ctlreg: cap_field: 2 bit: 20 unspecified don't care
vmx_init: processor does not support desired secondary processor-based controls
Unable to create VM (22)

sysctl machdep.cpu.brand_string
machdep.cpu.brand_string: Intel(R) Core(TM) i5-8259U CPU @ 2.30GHz

Edit: This is on BigSur

ntkme commented 3 years ago

See #201.

amracks commented 3 years ago

Thanks, cherry-picked the commit from shanesmith's fork:

git remote add shanesmith https://github.com/shanesmith/xhyve.git
git fetch shanesmith
git cherry-pick 6e7a52f6f74aab9c4349dc61e84d69a5d31e4097