From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KLKnI-00067K-SN for qemu-devel@nongnu.org; Tue, 22 Jul 2008 12:32:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KLKnI-000678-FV for qemu-devel@nongnu.org; Tue, 22 Jul 2008 12:32:56 -0400 Received: from [199.232.76.173] (port=52279 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLKnI-000675-AR for qemu-devel@nongnu.org; Tue, 22 Jul 2008 12:32:56 -0400 Received: from yw-out-1718.google.com ([74.125.46.154]:54483) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KLKnI-0001VC-9F for qemu-devel@nongnu.org; Tue, 22 Jul 2008 12:32:56 -0400 Received: by yw-out-1718.google.com with SMTP id 6so902309ywa.82 for ; Tue, 22 Jul 2008 09:32:55 -0700 (PDT) Message-ID: Date: Tue, 22 Jul 2008 19:32:54 +0300 From: "Blue Swirl" Subject: Re: [Qemu-devel] qemu replay? In-Reply-To: <4BF509F8-DB9B-48F4-B548-801C3F1F6189@ll.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4BF509F8-DB9B-48F4-B548-801C3F1F6189@ll.mit.edu> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Tim Leek On 7/21/08, Tim Leek wrote: > > A quick question for the gurus. Please cc my email address with replies? > > Is there anything out there that implements record/replay for Qemu? I'm > sure all of you are aware of this paper. Others have done similar things. Interesting paper. There are patches to capture network traffic to a file and some I/O can be captured by recompiling with debug code enabled. Some of this can be replayed (just keyboard and mouse) using the monitor interface, but not for other I/O. Support of record/replay should not be too difficult to add. I haven't looked, but the live migration stuff in Xen could be a good starting point.