From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40882) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xu38Z-0007fd-0U for qemu-devel@nongnu.org; Thu, 27 Nov 2014 12:45:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xu38P-0001d1-Uy for qemu-devel@nongnu.org; Thu, 27 Nov 2014 12:45:50 -0500 Received: from mail-wi0-x236.google.com ([2a00:1450:400c:c05::236]:49973) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xu38P-0001Zn-IH for qemu-devel@nongnu.org; Thu, 27 Nov 2014 12:45:41 -0500 Received: by mail-wi0-f182.google.com with SMTP id h11so9017658wiw.9 for ; Thu, 27 Nov 2014 09:45:40 -0800 (PST) Sender: Paolo Bonzini Message-ID: <54776341.1000304@redhat.com> Date: Thu, 27 Nov 2014 18:45:37 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <20141126103841.7772.11864.stgit@PASHA-ISP> <5475b20f.841f8c0a.8e72.ffffa4f6SMTPIN_ADDED_BROKEN@mx.google.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH v5 00/31] Deterministic replay and reverse execution List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Artyom Tarasenko , Pavel Dovgaluk Cc: qemu-devel On 27/11/2014 10:53, Artyom Tarasenko wrote: >> > >> > Deterministic replay has the following features: >> > * Deterministically replays whole system execution and all contents of the memory, >> > state of the hadrware devices, clocks, and screen of the VM. >> > * Writes execution log into the file for latter replaying for multiple times >> > on different machines. >> > * Supports i386, x86_64, and ARM hardware platforms. > This patch series is really impressive, hats off! > > I wonder what would have to be done to add support for SPARC-64? Since > has a PCI bus, I guess the support in atapi and usb devices is already > there. Is anything beyond translate.c has to be adjusted? Does -icount work reliably on SPARC? Paolo