|
From: | Dmitry Osipenko |
Subject: | Re: [Qemu-arm] [PATCH v12 8/9] hw/ptimer: Perform delayed tick instead of immediate if delta = 0 |
Date: | Wed, 16 Mar 2016 21:34:15 +0300 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 |
09.03.2016 00:08, Peter Crosthwaite пишет:
On Sat, Jan 30, 2016 at 8:43 AM, Dmitry Osipenko <address@hidden> wrote:It might be necessary by some emulated HW to perform the tick after one period if delta = 0. Given that it is much less churny to implement immediate tick by the ptimer user itself, let's make ptimer do the delayed tick.Isn't this related to previous patch? It is kind of a rounding problem
Ah, you probably meant "Legalize running with delta = load = 0 and abort on period = 0" patch. Yes, they could be squashed.
I chose wrong policy at first time, further added MPtimer tests revealed it. -- Dmitry
[Prev in Thread] | Current Thread | [Next in Thread] |