History log of /vbox/src/VBox/VMM/include/TMInline.h
Revision Date Author Comments Expand
78f17fa09ec767c721d81dfcca02d1ddad25ea8a 37517 16-Jun-2011 vboxsync

TM: Simplified the virtual sync timers by requiring changes to be done while holding the virtual sync lock. This means we can skip all the pending states and move timers on and off the active list immediately, avoiding the problems with timers being on the pending-scheduling list. Also made u64VirtualSync keep track of the last time stamp all the time (when under the lock) and thus really making sure time does not jump backwards.