Disable_VM_Ints

include vmm.inc

VMMCall Disable_VM_Ints
 

Disables interrupts during virtual machine execution for the current virtual machine. This has the same effect as the virtual machine executing a cli instruction. Uses Flags.

Virtual devices should use this service instead of changing the Client_Flags directly, so that the virtual machine manager can do necessary associated bookkeeping.

See Also

Enable_VM_Ints