Don't panic on null vmxon region or vmxon failure - this will be handled
authormlarkin <mlarkin@openbsd.org>
Tue, 28 Jun 2016 05:50:55 +0000 (05:50 +0000)
committermlarkin <mlarkin@openbsd.org>
Tue, 28 Jun 2016 05:50:55 +0000 (05:50 +0000)
commit864960f6a64571bd16216d6566f5dc6e5835d4ca
tree101e8eabe8ca7917fd66715c7db2af96cb2b463d
parent2f4e497e249bea4b96f995b1c0564bb8d367685a
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.
sys/arch/amd64/amd64/vmm.c