diff options
author | Stefano Stabellini | 2012-04-13 20:35:02 +0200 |
---|---|---|
committer | Anthony Liguori | 2012-04-26 20:14:57 +0200 |
commit | 5bfb723f07fde2caafa90cb40c102a4e36dfea9e (patch) | |
tree | 1775d056e71aa0d187ad4a96d9d7ba580501b927 /qemu-tool.c | |
parent | target-i386: Fix x86_cpuid_set_model_id() (diff) | |
download | qemu-5bfb723f07fde2caafa90cb40c102a4e36dfea9e.tar.gz qemu-5bfb723f07fde2caafa90cb40c102a4e36dfea9e.tar.xz qemu-5bfb723f07fde2caafa90cb40c102a4e36dfea9e.zip |
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 'qemu-tool.c')
0 files changed, 0 insertions, 0 deletions