include vmm.inc mov ebx, VM ; VM handle VMMcall Wake_Up_VM |
The Wake_Up_VM service restores an idle virtual machine, allowing the system to schedule the virtual machine for subsequent time slices. A virtual machine is idle if it has called the Release_Time_Slice service, or has set the VMStat_Idle flag in the CB_VM_Status field of its control block.
VM
Specifies a handle identifying the virtual machine to restore.
This service has no return value.
If the specified virtual machine is not idle, this service returns immediately (does nothing).
Flags