From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52704) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFQB8-0001R4-US for qemu-devel@nongnu.org; Thu, 28 Apr 2011 08:18:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QFQB4-0005N2-5s for qemu-devel@nongnu.org; Thu, 28 Apr 2011 08:18:42 -0400 Received: from moutng.kundenserver.de ([212.227.126.186]:62545) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFQB3-0005Mx-O8 for qemu-devel@nongnu.org; Thu, 28 Apr 2011 08:18:38 -0400 Message-ID: <4DB95B0E.7080209@mail.berlios.de> Date: Thu, 28 Apr 2011 14:18:22 +0200 From: Stefan Weil MIME-Version: 1.0 References: <1302460123-25704-1-git-send-email-weil@mail.berlios.de> <1302460123-25704-2-git-send-email-weil@mail.berlios.de> <4DAEED07.4010100@mail.berlios.de> In-Reply-To: <4DAEED07.4010100@mail.berlios.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] qemu-timer: Add and use new function qemu_timer_expired_ns and other patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Blue Swirl , QEMU Developers 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.