From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43183) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKSnj-0002nz-1G for qemu-devel@nongnu.org; Mon, 03 Mar 2014 08:21:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKSnd-00039c-1m for qemu-devel@nongnu.org; Mon, 03 Mar 2014 08:20:58 -0500 Received: from mx1.redhat.com ([209.132.183.28]:6472) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKSnc-00039Q-PH for qemu-devel@nongnu.org; Mon, 03 Mar 2014 08:20:52 -0500 Message-ID: <53148169.6060700@redhat.com> Date: Mon, 03 Mar 2014 14:19:37 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <615092B2FD0E7648B6E4B43E029BCFB84D578044@SZXEMA503-MBS.china.huawei.com> <20140303123234.GC21055@stefanha-thinkpad.redhat.com> <20140303125520.GF4850@dhcp-200-207.str.redhat.com> In-Reply-To: <20140303125520.GF4850@dhcp-200-207.str.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC]VM live snapshot proposal List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf , Stefan Hajnoczi Cc: Pavel Hrdina , Zhanghailiang , KVM devel mailing list , "Huangpeng (Peter)" , "qemu-devel@nongnu.org" , Wenchao Xia Il 03/03/2014 13:55, Kevin Wolf ha scritto: >>> > > Due to memory-modifications may happen in kvm, qemu, or vhost, the key-part is how we >>> > > can provide common page-modify-tracking-and-saving api, we completed a prototype by >>> > > simply add modified-page tracking/saving function in qemu, and it seems worked fine. >> > >> > Yes, this is the tricky part. To be honest, I think this is the reason >> > no one has submitted patches - it's a hard task and the win isn't that >> > great (you can already migrate to file). > So why don't we simply reuse the existing migration code? I think this is different in the same way that block-backup and block-mirror are different. Huangpeng's proposal would let you make a consistent snapshot of disks and RAM. Paolo