CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2016/09/03 05:38:08

Modified files:
        usr.sbin/vmd   : vmm.c 

Log message:
As vmm(4) can now exit to vmd at any time to process pending interrupts,
don't kill the VM if we are presented with an exit type that is not
something we directly need to handle. Instead, simply re-enter the guest,
possibly injecting an interrupt along the way. Still exit the process
if presented with a triple fault, until we implement reboot support.

ok stefan@

Reply via email to