Re: [Qemu-devel] [PATCH] qemu-timer.c: fix build on windows.

2011-02-07 Thread Stefan Weil
Am 07.02.2011 14:35, schrieb Tristan Gingold: The function qemu_next_alarm_deadline is needed by windows. Signed-off-by: Tristan Gingold --- qemu-timer.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) [snip] Maybe one of the maintainers can apply your patch or this one (which alread

[Qemu-devel] [PATCH] qemu-timer.c: fix build on windows.

2011-02-07 Thread Tristan Gingold
The function qemu_next_alarm_deadline is needed by windows. Signed-off-by: Tristan Gingold --- qemu-timer.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/qemu-timer.c b/qemu-timer.c index 658f637..f81300b 100644 --- a/qemu-timer.c +++ b/qemu-timer.c @@ -708,8 +708,6