From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59248) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYbDp-0004A6-E1 for qemu-devel@nongnu.org; Sun, 06 Sep 2015 10:47:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZYbDo-0007eO-K1 for qemu-devel@nongnu.org; Sun, 06 Sep 2015 10:47:09 -0400 References: <1438609948-3744-1-git-send-email-lvivier@redhat.com> <1438676851-10684-1-git-send-email-lvivier@redhat.com> <55EC1590.4000102@msgid.tls.msk.ru> <55EC4F3E.8070705@redhat.com> From: Laurent Vivier Message-ID: <55EC5093.30707@vivier.eu> Date: Sun, 6 Sep 2015 16:41:23 +0200 MIME-Version: 1.0 In-Reply-To: <55EC4F3E.8070705@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH][TRIVIAL] i6300esb: fix timer overflow List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , Michael Tokarev , Laurent Vivier , qemu-devel@nongnu.org, qemu-trivial@nongnu.org Cc: "Richard W.M. Jones" , David Gibson Le 06/09/2015 16:35, Paolo Bonzini a écrit : > > > On 06/09/2015 12:29, Michael Tokarev wrote: >> 04.08.2015 11:27, Laurent Vivier wrote: >>> We use muldiv64() to compute the time to wait: >>> >>> timeout = muldiv64(get_ticks_per_sec(), timeout, 33000000); >> ... >> >> Applied to -trivial, thank you! > > I think this was superseded by a later patch. Yes, but as the later has not already be taken, I prefer this one taken and I'll update the other. Laurent