From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44001) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cnjKF-0004i7-SB for qemu-devel@nongnu.org; Tue, 14 Mar 2017 06:05:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cnjKA-0004JB-ST for qemu-devel@nongnu.org; Tue, 14 Mar 2017 06:05:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60530) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cnjKA-0004IV-N0 for qemu-devel@nongnu.org; Tue, 14 Mar 2017 06:05:02 -0400 References: <20170303131113.25898-1-pbonzini@redhat.com> <20170303131113.25898-6-pbonzini@redhat.com> <871su1qfsu.fsf@linaro.org> <834de521-e5cc-8857-afeb-8734037f95f3@redhat.com> <87y3w9oxff.fsf@linaro.org> From: Paolo Bonzini Message-ID: <2d503aaa-4853-a325-bc13-983528d02e09@redhat.com> Date: Tue, 14 Mar 2017 11:05:00 +0100 MIME-Version: 1.0 In-Reply-To: <87y3w9oxff.fsf@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 5/5] icount: process QEMU_CLOCK_VIRTUAL timers in vCPU thread List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Alex_Benn=c3=a9e?= Cc: qemu-devel@nongnu.org On 13/03/2017 19:15, Alex Benn=C3=A9e wrote: >> Well yeah, it's all those that pass qemu_clock_use_for_deadline. > > Have you done any testing with record/replay? So far I have one > reproducible run and one failure. However it is not entirely clear to m= e > how I am meant to cleanly halt and stop a machine so I don't corrupt th= e > replay log. No, I haven't tried RR. Paolo