From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41703) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQcpj-0004wS-NU for qemu-devel@nongnu.org; Tue, 02 Feb 2016 10:25:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQcph-0003tv-1c for qemu-devel@nongnu.org; Tue, 02 Feb 2016 10:25:35 -0500 References: <77d17ad13f7b20deb433ca7a7b3d7cf40429665e.1454169735.git.digetx@gmail.com> <56B0C90B.7000300@gmail.com> From: Dmitry Osipenko Message-ID: <56B0CA2B.8090009@gmail.com> Date: Tue, 2 Feb 2016 18:24:27 +0300 MIME-Version: 1.0 In-Reply-To: <56B0C90B.7000300@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v12 7/9] hw/ptimer: Fix counter - 1 returned by ptimer_get_count for the active timer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers , qemu-arm@nongnu.org Cc: Peter Maydell , Peter Crosthwaite 02.02.2016 18:19, Dmitry Osipenko пишет: > There is possibility to return timer counter = limit + 1, if the following > ptimer calls execute in less than 1ns. s/limit/delta/ -- Dmitry