From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33718) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZugcZ-0007sg-QY for qemu-devel@nongnu.org; Fri, 06 Nov 2015 08:00:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZugcV-0004tW-QM for qemu-devel@nongnu.org; Fri, 06 Nov 2015 07:59:59 -0500 Received: from mail-wi0-x22f.google.com ([2a00:1450:400c:c05::22f]:35747) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZugcV-0004tQ-KO for qemu-devel@nongnu.org; Fri, 06 Nov 2015 07:59:55 -0500 Received: by wicll6 with SMTP id ll6so29633537wic.0 for ; Fri, 06 Nov 2015 04:59:55 -0800 (PST) Sender: Paolo Bonzini References: <1446802680-16832-1-git-send-email-pbonzini@redhat.com> From: Paolo Bonzini Message-ID: <563CA448.1070402@redhat.com> Date: Fri, 6 Nov 2015 13:59:52 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL v3 00/18] Record/replay core for 2.5-rc1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers , Pavel Dovgalyuk On 06/11/2015 13:26, Peter Maydell wrote: > Applied, thanks. Let's hope it doesn't break too much :-) > > (Seriously, it's good to see this getting into the tree finally. > Do we have some documentation we can point to in the > release notes about how to use it?) Unfortunately, I don't think it's very usable yet. It needs a synchronous block device (such as -sd) and a framebuffer to give instructions (since neither character devices nor network are supported yet). Pavel, can you prepare a page on the wiki? Paolo