Request notification when the number of clock cycles specified by incr have elapsed in the guest
#include <qvm/guest.h>
int guest_timer_notify(struct guest_timer *vtp,
const struct guest_timer_data *tdp,
uint64_t incr)
The actual time of a wait specified by inc depends on the clock frequency guest_timer_create() returned in resolutionp.
EOK if successful, otherwise errno.