From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:60012) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFuwJ-0005tE-FF for qemu-devel@nongnu.org; Fri, 29 Apr 2011 17:09:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QFuwI-000400-2a for qemu-devel@nongnu.org; Fri, 29 Apr 2011 17:09:27 -0400 Received: from mail-qw0-f45.google.com ([209.85.216.45]:56711) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFuwH-0003zw-Tf for qemu-devel@nongnu.org; Fri, 29 Apr 2011 17:09:26 -0400 Received: by qwj8 with SMTP id 8so2257594qwj.4 for ; Fri, 29 Apr 2011 14:09:25 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4DB95B0E.7080209@mail.berlios.de> 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> <4DB95B0E.7080209@mail.berlios.de> From: Blue Swirl Date: Sat, 30 Apr 2011 00:09:05 +0300 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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: Stefan Weil Cc: Anthony Liguori , QEMU Developers On Thu, Apr 28, 2011 at 3:18 PM, Stefan Weil wrote: > Am 20.04.2011 16:26, schrieb Stefan Weil: >> >> Hello, >> >> the four qemu-timer related patches which I sent to qemu-devel can now b= e >> 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: >> >> =C2=A0target-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: >> =C2=A0git://qemu.weilnetz.de/git/qemu.git/ patches >> >> Stefan Weil (4): >> =C2=A0 =C2=A0 =C2=A0qemu-timer: Add and use new function qemu_timer_expi= red_ns >> =C2=A0 =C2=A0 =C2=A0qemu-timer: Remove unneeded include statement (w32) >> =C2=A0 =C2=A0 =C2=A0qemu-timer: Avoid type casts >> =C2=A0 =C2=A0 =C2=A0qemu-timer: Fix timers for w32 >> >> =C2=A0qemu-timer.c | =C2=A0155 >> ++++++++++++++++++++++++++++++++++++++++++++++++---------- >> =C2=A0qemu-timer.h | =C2=A0 =C2=A01 - >> =C2=A02 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. Thanks, pulled.