include vmm.inc
mov ebx, VMHandle
mov edx, Flags
mov eax, Close_VM_Notify
VMMCall System_Control
Notifies a virtual device that the Close_VM service has been called and the specified virtual machine is terminating. The virtual device may use all general registers and flags.
Value | Meaning |
---|---|
CVNF_Crit_Close | The virtual machine has not released the critical section. |
All other values are reserved.
Close_VM, Close_VM_Notify2