Crit_Reboot_Notify


include vmm.inc

mov     eax, Crit_Reboot_Notify
VMMcall System_Control

Notifies a virtual device that the system is about to restart. Virtual devices typically prepare for restarting by cleaning up data or resetting devices. The system disables interrupts before it sends this message. The virtual device may use all general registers and flags.

The virtual device must not enable interrupts, nor is simulated interrupt activity allowed. See the description of the Device_Reboot_Notify message for additional information.

See also Crit_Reboot_Notify2, Device_Reboot_Notify