From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L0ph5-0002sk-PP for qemu-devel@nongnu.org; Thu, 13 Nov 2008 22:50:03 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L0ph4-0002sU-F4 for qemu-devel@nongnu.org; Thu, 13 Nov 2008 22:50:03 -0500 Received: from [199.232.76.173] (port=34145 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L0ph4-0002sR-89 for qemu-devel@nongnu.org; Thu, 13 Nov 2008 22:50:02 -0500 Received: from mail.codesourcery.com ([65.74.133.4]:34897) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L0ph3-0000hS-Q2 for qemu-devel@nongnu.org; Thu, 13 Nov 2008 22:50:02 -0500 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH] add file: migration support (r2) Date: Fri, 14 Nov 2008 03:49:58 +0000 References: <200811131844.11491.paul@codesourcery.com> <20081114033309.GK2055@shareable.org> In-Reply-To: <20081114033309.GK2055@shareable.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200811140349.58757.paul@codesourcery.com> 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: Charles Duffy > I'm not sure if "live" migration to a file is really useful. "Dead" > migration is useful for suspending a VM to disk. Right. That's the point I was trying to make. Paul