CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/01/10 10:16:39
Modified files:
sys/dev/pv : hypervic.c pvbus.c pvvar.h vmt.c xen.c
Log message:
Introduce pvbus_reboot() and pvbus_shutdown() to move the repeated
tasks from the PV drivers into a central place. While here, we
figured out that it is not needed to check for allowpowerdown on the
hypervisor-initiated shutdown requests.
OK mikeb@
