No_Fail_Resume_VM

include vmm.inc

mov     ebx, VMHandle
VMMCall No_Fail_Resume_VM
 

Resumes the execution of a virtual machine previously suspended by the Suspend_VM service. Unlike the Resume_VM service, this service never returns an error. Uses Flags

VMHandle
Handle of the virtual machine to resume.

This service decrements the suspend count, and places the virtual machine in the ready-processes queue if the new count is zero. The system carries out a task switch to the resumed virtual machine if the virtual machine has a higher priority than the current virtual machine.

If the virtual machine cannot be resumed for some reason, the system notifies the user of the problem and handles the error automatically, resuming the virtual machine when there is sufficient memory available.

See Also

Resume_VM, Suspend_VM