Reboot_Processor

include vmm.inc

mov     eax, Reboot_Processor
VMMCall System_Control
 

Directs the virtual device to restart the computer. The system continues to call the virtual devices until one that can restart the computer (usually the virtual keyboard device) does so. The virtual device may modify all general registers and flags.

See Also

Crit_Reboot_Notify