From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=37365 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OumTb-0004T7-Ft for qemu-devel@nongnu.org; Sun, 12 Sep 2010 09:20:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OumGi-0004Ji-Kk for qemu-devel@nongnu.org; Sun, 12 Sep 2010 09:06:53 -0400 Received: from mail-yx0-f173.google.com ([209.85.213.173]:46470) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OumGi-0004Jb-IR for qemu-devel@nongnu.org; Sun, 12 Sep 2010 09:06:52 -0400 Received: by yxs7 with SMTP id 7so2035908yxs.4 for ; Sun, 12 Sep 2010 06:06:52 -0700 (PDT) Message-ID: <4C8CD06A.7060507@codemonkey.ws> Date: Sun, 12 Sep 2010 08:06:50 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1/3] block: allow migration to work with image files References: <1284213896-12705-1-git-send-email-aliguori@us.ibm.com> <1284213896-12705-2-git-send-email-aliguori@us.ibm.com> <4C8CAD7C.5020102@redhat.com> In-Reply-To: <4C8CAD7C.5020102@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: Kevin Wolf , qemu-devel@nongnu.org, Stefan Hajnoczi , Juan Quintela On 09/12/2010 05:37 AM, Avi Kivity wrote: > On 09/11/2010 05:04 PM, Anthony Liguori wrote: >> Image files have two types of data: immutable data that describes >> things like >> image size, backing files, etc. and mutable data that includes offset >> and >> reference count tables. >> > > Note: even the logical size is, in principle, mutable. If we > introduce external snapshots, then so are backing files? Maybe it should be, "data the can be changed during a live migration". Backing files and logical size shouldn't change during live migration. But even so, I think the interface make sense. It's basically, drop anything you have cached that may change during migration. What needs to be read is dependent on features/format. Regards, Anthony Liguori