From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36283) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZsCKt-0001Zr-U6 for qemu-devel@nongnu.org; Fri, 30 Oct 2015 12:15:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZsCKo-0006pG-Vk for qemu-devel@nongnu.org; Fri, 30 Oct 2015 12:15:27 -0400 Received: from mail-lf0-x22d.google.com ([2a00:1450:4010:c07::22d]:36545) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZsCKo-0006pA-PW for qemu-devel@nongnu.org; Fri, 30 Oct 2015 12:15:22 -0400 Received: by lffz202 with SMTP id z202so35364763lff.3 for ; Fri, 30 Oct 2015 09:15:21 -0700 (PDT) References: <4ae623f2773f233d231531a61f872198cd945afd.1445688993.git.digetx@gmail.com> <562C048E.4020804@gmail.com> <562CD7DB.8030403@gmail.com> <562FEC18.50802@gmail.com> <56322D05.8080002@gmail.com> From: Dmitry Osipenko Message-ID: <56339755.6000601@gmail.com> Date: Fri, 30 Oct 2015 19:14:13 +0300 MIME-Version: 1.0 In-Reply-To: <56322D05.8080002@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v7 1/2] hw/ptimer: Fix issues caused by artificially limited timer timeout List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite Cc: Peter Maydell , QEMU Developers 29.10.2015 17:28, Dmitry Osipenko пишет: > - Disable limiting for that host machine? > > - Tune timer limit? These tho variants seem too farfetched, since we don't distinguish the guest software timer poll and some device internal ptimer_get_count() call. Just a note. -- Dmitry