From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=42928 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pk1f6-0001bL-Aw for qemu-devel@nongnu.org; Mon, 31 Jan 2011 16:51:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pk1ej-0004dD-37 for qemu-devel@nongnu.org; Mon, 31 Jan 2011 16:51:29 -0500 Received: from mail-gy0-f173.google.com ([209.85.160.173]:59239) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pk1ei-0004d8-Vu for qemu-devel@nongnu.org; Mon, 31 Jan 2011 16:51:29 -0500 Received: by gye5 with SMTP id 5so2447892gye.4 for ; Mon, 31 Jan 2011 13:51:28 -0800 (PST) Sender: Paolo Bonzini From: Paolo Bonzini Date: Mon, 31 Jan 2011 22:51:16 +0100 Message-Id: <1296510679-12268-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] Simplify and fix alarm deadline computation List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This is a rebased and updated version of the series to fix alarm deadline computation. I adopted Aurelien's suggestion to change everything to nanoseconds. I also did more testing than just compiling, by booting with -icount. Paolo Bonzini (3): use nanoseconds everywhere for timeout computation Correct alarm deadline computation Unify alarm deadline computation qemu-timer.c | 65 +++++++++++++++++++++++++++++---------------------------- 1 files changed, 33 insertions(+), 32 deletions(-) -- 1.7.3.4