From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49290) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYJD4-0004k5-B1 for qemu-devel@nongnu.org; Tue, 13 Nov 2012 11:19:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TYJD1-00081V-8Q for qemu-devel@nongnu.org; Tue, 13 Nov 2012 11:19:34 -0500 Received: from mx1.redhat.com ([209.132.183.28]:2102) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYJD1-00081R-1E for qemu-devel@nongnu.org; Tue, 13 Nov 2012 11:19:31 -0500 From: Juan Quintela Date: Tue, 13 Nov 2012 17:18:54 +0100 Message-ID: <87390dcw7l.fsf@trasno.org> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] Migration ToDo list Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel qemu-devel , Orit Wasserman , chegu_vinod@hp.com, benoit.hudzia@sap.com, Isaku Yamahata , Michael Roth Hi If you have anything else to put, please add. Migration Thread * Plan is integrate it as one of first thing in December (me) * Remove copies with buffered file (me) Bitmap Optimization * Finish moving to individual bitmaps for migration/vga/code * Make sure we don't copy things around * Shared memory bitmap with kvm? * Move to 2MB pages bitmap and then fine grain? QIDL * Review the patches (me) PostCopy * Review patches? * See what we can already integrate? I remember for last year that we could integrate the 1st third or so RDMA * Send RDMA/tcp/.... library they already have (Benoit) * This is required for postcopy * This can be used for precopy General * Change protocol to: a) being always 16byte aligned (paolo said that is faster) b) do scatter/gather of the pages? Fault Tolerance * That is built on top of migration code, but I have nothing to add. Any more ideas? Later, Juan.