Quote from: lattera on February 06, 2019, 04:32:46 PM
If you're using FreeBSD as the host, make sure you're passing in the -w option to ignore unimplemented MSRs.
I use churchers/vm-bhyve to manage vm's. Looking at the sources, there is a config parameter called 'ignore_bad_msr' witch translates on that -w parameter. After adjust the config, log reports: [bhyve options: -c 4 -m 2G -AHPw .... it was '-AHP' before, without that 'w' you suggested .
Now it works here flawlessly. Thanks a lot!.