CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/06/27 23:50:55
Modified files:
sys/arch/amd64/amd64: vmm.c
Log message:
Don't panic on null vmxon region or vmxon failure - this will be handled
in the calling function which will return EIO back up the stack to vmd(8).
Fixes a panic when CPUs fail to spin up for other reasons during boot,
noticed by reyk.
