Am 20.04.2011 16:26, schrieb Stefan Weil:
Hello,
the four qemu-timer related patches which I sent to qemu-devel can now
be pulled.
Maybe this makes the commit to git master easier.
There was no feedback for the first three patches.
The fourth patch changes windows code only and is needed for native
windows.
Cheers,
Stefan Weil
The following changes since commit
ec444452b8753a372de30b22d9b4765a799db612:
target-arm: Set Invalid flag for NaN in float-to-int conversions
(2011-04-20 13:01:05 +0200)
are available in the git repository at:
git://qemu.weilnetz.de/git/qemu.git/ patches
Stefan Weil (4):
qemu-timer: Add and use new function qemu_timer_expired_ns
qemu-timer: Remove unneeded include statement (w32)
qemu-timer: Avoid type casts
qemu-timer: Fix timers for w32
qemu-timer.c | 155
++++++++++++++++++++++++++++++++++++++++++++++++----------
qemu-timer.h | 1 -
2 files changed, 128 insertions(+), 28 deletions(-)
Ping? Is there anything missing?
The patches were sent to qemu-devel on 2011-04-10.
The second one is trivial. The last one is essential for w32 hosts
(it only changes w32 code). The other two patches try to improve
code quality a little bit.