Home | History | Annotate | Download | only in qemu

Lines Matching full:time

34 #include <time.h>
36 #include <sys/time.h>
150 we tend to get badly out of sync with real time,
151 so just delay for a reasonable amount of time. */
277 /* Correlation between real and virtual time is always going to be
279 When the guest is idle real and virtual time will be aligned in
300 /* The guest is getting too far ahead. Slow time down. */
306 /* The guest is getting too far behind. Speed time up. */
460 * far ahead of real time.
515 * time could just advance to the next vm_clock event. Instead, we
516 * do stop VCPUs and only advance vm_clock after some "real" time,
517 * (related to the time left until the next event) has passed. This
754 /* Have both realtime and virtual time triggers for speed adjustment.
755 The realtime trigger catches emulated time passing too slowly,
756 the virtual time trigger catches emulated time passing too fast.
777 /* vm time timers */
1297 /* first event is at time 0 */
1345 /* Advance virtual time to the next event. */
1348 /* If virtual time is ahead of real time then just
1374 /* Return the virtual CPU time, based on the instruction counter. */