Updated: October 28, 2024 |
Request notification when the specified number of clock cycles 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)
This function requests notification when a given number of clock cycles have elapsed in the guest. The actual time of a wait specified by incr depends on the clock frequency guest_timer_create() stored in the resolutionp argument given to it.
EOK if successful, otherwise errno.