guest_clock_stop()
Stop the flow of billable vCPU time
Synopsis:
#include <qvm/guest.h>void guest_clock_stop(void)Description:
This function can be called by a vdev callback to stop the flow of billable vCPU time. The vdev would do this just after finishing an operation that could contribute towards the stolen time for the calling vCPU. For more information about these concepts, refer to the guest_clock_start() section.
Page updated:
