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