From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1ZYb2u-0008M9-7j for mharc-qemu-trivial@gnu.org; Sun, 06 Sep 2015 10:35:52 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57490) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYb2p-0008H0-VU for qemu-trivial@nongnu.org; Sun, 06 Sep 2015 10:35:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZYb2p-0001dC-9r for qemu-trivial@nongnu.org; Sun, 06 Sep 2015 10:35:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37527) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYb2k-0001bH-30; Sun, 06 Sep 2015 10:35:42 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 055C9A8A; Sun, 6 Sep 2015 14:35:41 +0000 (UTC) Received: from [10.36.112.26] (ovpn-112-26.ams2.redhat.com [10.36.112.26]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t86EZW8k014595 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 6 Sep 2015 10:35:34 -0400 To: Michael Tokarev , Laurent Vivier , qemu-devel@nongnu.org, qemu-trivial@nongnu.org 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> From: Paolo Bonzini Message-ID: <55EC4F3E.8070705@redhat.com> Date: Sun, 6 Sep 2015 16:35:42 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <55EC1590.4000102@msgid.tls.msk.ru> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: "Richard W.M. Jones" , David Gibson Subject: Re: [Qemu-trivial] [PATCH][TRIVIAL] i6300esb: fix timer overflow X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Sep 2015 14:35:49 -0000 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. Paolo From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57477) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYb2o-0008G8-GJ for qemu-devel@nongnu.org; Sun, 06 Sep 2015 10:35:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZYb2k-0001bl-7V for qemu-devel@nongnu.org; Sun, 06 Sep 2015 10:35:46 -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> From: Paolo Bonzini Message-ID: <55EC4F3E.8070705@redhat.com> Date: Sun, 6 Sep 2015 16:35:42 +0200 MIME-Version: 1.0 In-Reply-To: <55EC1590.4000102@msgid.tls.msk.ru> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH][TRIVIAL] i6300esb: fix timer overflow List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Tokarev , Laurent Vivier , qemu-devel@nongnu.org, qemu-trivial@nongnu.org Cc: "Richard W.M. Jones" , David Gibson 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. Paolo