Create_VM

include vmm.inc

mov ebx, VM ; new VM handle

mov eax, Create_VM

VMMcall System_Control


The Create_VM message notifies a virtual machine that the system is creating a new virtual machine. Virtual devices typically initialize data associated with the virtual machine, such as data in the control block for the virtual machine.

Parameters

VM

Specifies a handle identifying the new virtual machine.

Return Value

The carry flag is clear if the virtual device can support the new virtual machine. Otherwise, the carry flag is set to indicate an error and prevent the system from creating the virtual machine.

Uses

Flags

See Also

Destroy_VM