From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=39416 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PmYPl-0008Bw-U5 for qemu-devel@nongnu.org; Mon, 07 Feb 2011 16:14:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PmUr5-0005cY-AD for qemu-devel@nongnu.org; Mon, 07 Feb 2011 12:26:31 -0500 Received: from moutng.kundenserver.de ([212.227.17.10]:62563) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PmUr5-0005bi-2j for qemu-devel@nongnu.org; Mon, 07 Feb 2011 12:26:27 -0500 Message-ID: <4D502B3C.1030406@mail.berlios.de> Date: Mon, 07 Feb 2011 18:26:20 +0100 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] qemu-timer.c: fix build on windows. References: <1297085731-1489-1-git-send-email-gingold@adacore.com> In-Reply-To: <1297085731-1489-1-git-send-email-gingold@adacore.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl , Anthony Liguori Cc: Tristan Gingold , qemu-devel@nongnu.org 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 already has Paolo's acknowledge): http://patchwork.ozlabs.org/patch/81952/ Thanks, Stefan Weil