CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/02/13 11:49:01
Modified files:
usr.sbin/vmd : virtio.c
Log message:
Fix powerdown with vmmci(4) VMs using a shutdown and no reset.
vmm VMs don't support powerdown - no ACPI or power management - so we
use a trick to issue a reboot and just don't reset after the triple
fault. This worked before but was broken with the previous fix to
pvbus_shutdown() - move the trick to vmd instead.
OK mlarkin@
