From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57011) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeNQG-0001Nw-Fc for qemu-devel@nongnu.org; Tue, 22 Sep 2015 09:15:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZeNQA-0008Ub-EP for qemu-devel@nongnu.org; Tue, 22 Sep 2015 09:15:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52501) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeNQA-0008UV-78 for qemu-devel@nongnu.org; Tue, 22 Sep 2015 09:15:46 -0400 References: <20150917162322.8676.29314.stgit@PASHA-ISP.def.inno> <20150917162439.8676.38290.stgit@PASHA-ISP.def.inno> From: Paolo Bonzini Message-ID: <56015479.8020403@redhat.com> Date: Tue, 22 Sep 2015 15:15:37 +0200 MIME-Version: 1.0 In-Reply-To: <20150917162439.8676.38290.stgit@PASHA-ISP.def.inno> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v18 13/21] icount: improve counting for record/replay List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pavel Dovgalyuk , qemu-devel@nongnu.org Cc: edgar.iglesias@xilinx.com, peter.maydell@linaro.org, igor.rubinov@gmail.com, alex.bennee@linaro.org, mark.burton@greensocs.com, real@ispras.ru, batuzovk@ispras.ru, maria.klimushenkova@ispras.ru, hines@cert.org, fred.konrad@greensocs.com On 17/09/2015 18:24, Pavel Dovgalyuk wrote: > #endif > =20 > + /* CPU thread can infinitely wait for event after > + missing the warp */ > + qemu_clock_warp(QEMU_CLOCK_VIRTUAL); > qemu_clock_run_all_timers(); It is still not clear to me why the call in timerlist_rearm is not sufficient. Can you explain this (again probably)? Paolo