From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56482) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIXGy-0006D3-G1 for qemu-devel@nongnu.org; Tue, 03 Feb 2015 01:47:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YIXGv-0007zf-8s for qemu-devel@nongnu.org; Tue, 03 Feb 2015 01:47:44 -0500 Received: from mail.ispras.ru ([83.149.199.45]:35310) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIXGv-0007yP-1b for qemu-devel@nongnu.org; Tue, 03 Feb 2015 01:47:41 -0500 From: "Pavel Dovgaluk" References: <20150122085127.5276.53895.stgit@PASHA-ISP.def.inno> <54CF8A1C.9080105@redhat.com> In-Reply-To: <54CF8A1C.9080105@redhat.com> Date: Tue, 3 Feb 2015 09:47:38 +0300 Message-ID: <000001d03f7d$4dac6530$e9052f90$@Dovgaluk@ispras.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Language: ru Subject: Re: [Qemu-devel] [RFC PATCH v8 00/21] Deterministic replay core List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: 'Paolo Bonzini' , qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, peter.crosthwaite@xilinx.com, mark.burton@greensocs.com, real@ispras.ru, batuzovk@ispras.ru, maria.klimushenkova@ispras.ru, alex.bennee@linaro.org, afaerber@suse.de, fred.konrad@greensocs.com > From: Paolo Bonzini [mailto:paolo.bonzini@gmail.com] On Behalf Of Paolo Bonzini > On 22/01/2015 09:51, Pavel Dovgalyuk wrote: > > These patches include only core function of the replay, > > excluding the support for replaying serial, audio, network, and USB devices' > > operations. Reverse debugging and monitor commands were also excluded to > > be submitted later as separate patches. > > BTW, I am interested in the serial part of the RR functionality, since > it is probably simpler than block. Right, it's quite simple. But replaying block layer gives us a usable version of record/replay. That is why serial devices replay is not included in the very first series. Pavel Dovgalyuk