include vmm.inc
mov ecx, Time ; elapsed time in milliseconds
VMMCall Update_System_Clock
Updates the current system time, and the current virtual machine's execution time. Uses Flags.
This service is reserved for exclusive use by the virtual timer device. If other virtual devices call this service, the VMM timing services will behave incorrectly.
The virtual timer device must disabled interrupts before calling this service.