End_Nest_Exec

include vmm.inc

VMMCall End_Nest_Exec
 

Ends a nested execution block. This service is used in conjunction with the Begin_Nest_Exec or Begin_Nest_V86_Exec service to create a nested execution block in which virtual devices may call the Exec_Int and Resume_Exec services. Uses Client_CS, Client_IP, Flags

A virtual device must end all nested execution blocks before returning to the virtual machine manager.

This service restores the execution mode to the mode prior to the start of the nested execution block. It also restores the Client_CS and Client_IP registers, but does not restore any other client registers. A virtual device should save and restore other registers using the Save_Client_State and Restore_Client_State macros.

See Also

Begin_Nest_Exec, Begin_Nest_V86_Exec, Exec_Int, Restore_Client_State, Resume_Exec, Save_Client_State