From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50783) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRzXQ-0001Bl-R8 for qemu-devel@nongnu.org; Wed, 19 Aug 2015 05:20:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZRzXN-0008Ug-LF for qemu-devel@nongnu.org; Wed, 19 Aug 2015 05:20:04 -0400 Received: from mailout1.zih.tu-dresden.de ([141.30.67.72]:33061) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRzXN-0008Sj-Fn for qemu-devel@nongnu.org; Wed, 19 Aug 2015 05:20:01 -0400 From: Bohdan Trach References: <553A2B4E.7070600@mailbox.tu-dresden.de> <20150511111309.GB11321@grmbl.mre> <5576B923.2080403@mailbox.tu-dresden.de> Message-ID: <55D44A15.4030904@mailbox.tu-dresden.de> Date: Wed, 19 Aug 2015 11:19:17 +0200 MIME-Version: 1.0 In-Reply-To: <5576B923.2080403@mailbox.tu-dresden.de> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH RFC, Ping 0/3] Checkpoint-assisted migration proposal List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Amit Shah , thomas.knauth@googlemail.com, quintela@redhat.com One more ping. Clearly, this patch set now requires porting to the latest QEMU, but before doing that, I would like to know if there is any interest at all in merging this feature. The patches are: http://patchwork.ozlabs.org/patch/462043/ http://patchwork.ozlabs.org/patch/462040/ http://patchwork.ozlabs.org/patch/462045/ Description: https://lists.gnu.org/archive/html/qemu-devel/2015-04/msg01555.html https://lists.gnu.org/archive/html/qemu-devel/2015-04/msg02014.html -- With best regards, Bohdan Trach On 06/09/2015 12:00 PM, Bohdan Trach wrote: > Ping. > > The patches are: > http://patchwork.ozlabs.org/patch/462043/ > http://patchwork.ozlabs.org/patch/462040/ > http://patchwork.ozlabs.org/patch/462045/ > > Description: > https://lists.gnu.org/archive/html/qemu-devel/2015-04/msg01555.html > https://lists.gnu.org/archive/html/qemu-devel/2015-04/msg02014.html > > Also, this code is being extended to also optionally use deduplication and dirty > page tracking to save even more bandwidth. >