machyve / xhyve

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

Disable VMX flags causing issues on Big Sur #201

Closed shanesmith closed 2 years ago

shanesmith commented 3 years ago

As seen in #192 I was having similar issues with vmx_set_ctlreg: cap_field: 2 bit: 20 unspecified don't care.

I followed the example of #174 and disabled the bits that would show up in the errors.

danmack commented 3 years ago

I cherry-picked this commit on top of master and it worked for me. Thank you!

skeyby commented 3 years ago

@jasnee sorry for pinging you, maybe you could merge this?

jacob-carlborg commented 3 years ago

What's the status of this? Can this be merged?