From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40244) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eov38-0004L7-Fp for qemu-devel@nongnu.org; Thu, 22 Feb 2018 12:52:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eov36-0007aU-AW for qemu-devel@nongnu.org; Thu, 22 Feb 2018 12:52:54 -0500 Received: from mail-io0-x244.google.com ([2607:f8b0:4001:c06::244]:43844) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eov36-0007Z5-5j for qemu-devel@nongnu.org; Thu, 22 Feb 2018 12:52:52 -0500 Received: by mail-io0-x244.google.com with SMTP id l12so6877002ioc.10 for ; Thu, 22 Feb 2018 09:52:51 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <001301d3abac$421392e0$c63ab8a0$@ru> References: <20180207120353.5389.54531.stgit@pasha-VirtualBox> <002401d3a010$8d551280$a7ff3780$@ru> <001b01d3a3c5$032e09f0$098a1dd0$@ru> <000c01d3a496$fd2bc470$f7834d50$@ru> <001a01d3a4b1$273f1a90$75bd4fb0$@ru> <002201d3a4b5$2a642b80$7f2c8280$@ru> <000d01d3a590$caa17950$5fe46bf0$@ru> <001201d3a957$f85ed610$e91c8230$@ru> <001801d3aa2f$ac7b4160$0571c420$@ru> <001401d3aadf$00d2cbc0$02786340$@ru> <001201d3abab$a38b77a0$eaa266e0$@ru> <001301d3abac$421392e0$c63ab8a0$@ru> From: Ciro Santilli Date: Thu, 22 Feb 2018 17:52:30 +0000 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [RFC PATCH v6 00/20] replay additions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pavel Dovgalyuk Cc: Peter Maydell , richard.henderson@linaro.org, "Emilio G. Cota" , Pavel Dovgalyuk , QEMU Developers , Kevin Wolf , war2jordan@live.com, Igor R , Juan Quintela , Jason Wang , "Michael S. Tsirkin" , Aleksandr Bezzubikov , maria.klimushenkova@ispras.ru, Gerd Hoffmann , Thomas Dullien , Paolo Bonzini , =?UTF-8?B?QWxleCBCZW5uw6ll?= On Thu, Feb 22, 2018 at 7:10 AM, Pavel Dovgalyuk wrote: >> From: Pavel Dovgalyuk [mailto:dovgaluk@ispras.ru] >> > From: Ciro Santilli [mailto:ciro.santilli@gmail.com] >> > On Wed, Feb 21, 2018 at 6:41 AM, Pavel Dovgalyuk wrote: >> > >> From: Ciro Santilli [mailto:ciro.santilli@gmail.com] >> > >> On Tue, Feb 20, 2018 at 9:46 AM, Pavel Dovgalyuk wrote: >> > >> > >> > >> > Updated the branch on github. >> > >> > You may try it. >> > >> >> > >> At 8a482834780a131e7747c1c3c1931379ed0beedc ARM initrd record runs, >> > >> but replay is getting stuck at: >> > >> >> > >> [ 12.120424] scsi host0: sym-2.2.3 >> >> Yes, I've got the same. >> But when I use -serial stdio instead of -nographic, replay makes a pause >> at this line and then continues and finishes successfully. > Ah, OK, I had removed -serial stdio by mistake at some point. The ARM replay worked out perfectly now. > It doesn't stuck, but works much slower with -nographic. > You just have to wait for 5 minutes or something to notice the progress. > > Pavel Dovgalyuk >