guest_clock_start()

Make the current thread start contributing to the guest's time flow

Synopsis:

#include <qvm/guest.h>
void guest_clock_start(struct guest_system *gsp)

Arguments:

gsp
A pointer to the guest system.

Description:

Use this function to make the current thread start contributing to the advancement of timers in the guest.