From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40546) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YII1k-00009F-6F for qemu-devel@nongnu.org; Mon, 02 Feb 2015 09:31:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YII1h-0000r0-0d for qemu-devel@nongnu.org; Mon, 02 Feb 2015 09:31:00 -0500 Received: from mail-wg0-x234.google.com ([2a00:1450:400c:c00::234]:48864) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YII1g-0000qu-Ow for qemu-devel@nongnu.org; Mon, 02 Feb 2015 09:30:56 -0500 Received: by mail-wg0-f52.google.com with SMTP id y19so39026468wgg.11 for ; Mon, 02 Feb 2015 06:30:56 -0800 (PST) Sender: Paolo Bonzini Message-ID: <54CF8A1C.9080105@redhat.com> Date: Mon, 02 Feb 2015 15:30:52 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <20150122085127.5276.53895.stgit@PASHA-ISP.def.inno> In-Reply-To: <20150122085127.5276.53895.stgit@PASHA-ISP.def.inno> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit 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: Pavel Dovgalyuk , 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 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. Paolo