diff options
author | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | 2012-04-13 19:35:02 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-04-26 13:14:57 -0500 |
commit | 5bfb723f07fde2caafa90cb40c102a4e36dfea9e (patch) | |
tree | 1775d056e71aa0d187ad4a96d9d7ba580501b927 /README | |
parent | 4ed5f5ea4598fd4ceb44b205ba051173db08adf9 (diff) | |
download | hqemu-5bfb723f07fde2caafa90cb40c102a4e36dfea9e.zip hqemu-5bfb723f07fde2caafa90cb40c102a4e36dfea9e.tar.gz |
timers: the rearm function should be able to handle delta = INT64_MAX
Fix win32_rearm_timer and mm_rearm_timer: they should be able to handle
INT64_MAX as a delta parameter without overflowing.
Also, the next deadline in ms should be calculated rounding down rather
than up (see unix_rearm_timer and dynticks_rearm_timer).
Finally ChangeTimerQueueTimer takes an unsigned long and timeSetEvent
takes an unsigned int as delta, so cast the ms delta to the appropriate
unsigned integer.
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions