From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52328) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNHGp-00063W-LL for qemu-devel@nongnu.org; Wed, 03 Apr 2013 02:34:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UNHGo-0007w0-I1 for qemu-devel@nongnu.org; Wed, 03 Apr 2013 02:34:07 -0400 Received: from e23smtp03.au.ibm.com ([202.81.31.145]:45970) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNHGo-0007vA-0h for qemu-devel@nongnu.org; Wed, 03 Apr 2013 02:34:06 -0400 Received: from /spool/local by e23smtp03.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 3 Apr 2013 16:26:52 +1000 Received: from d23relay04.au.ibm.com (d23relay04.au.ibm.com [9.190.234.120]) by d23dlp03.au.ibm.com (Postfix) with ESMTP id 47976357804E for ; Wed, 3 Apr 2013 17:33:47 +1100 (EST) Received: from d23av01.au.ibm.com (d23av01.au.ibm.com [9.190.234.96]) by d23relay04.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r336K7GV9896404 for ; Wed, 3 Apr 2013 17:20:07 +1100 Received: from d23av01.au.ibm.com (loopback [127.0.0.1]) by d23av01.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r336XGsR006119 for ; Wed, 3 Apr 2013 17:33:16 +1100 From: "Aneesh Kumar K.V" In-Reply-To: <20130402193316.GA4308@irqsave.net> References: <20130402153328.GA4300@irqsave.net> <87ppycdbtu.fsf@linux.vnet.ibm.com> <20130402193316.GA4308@irqsave.net> Date: Wed, 03 Apr 2013 12:03:13 +0530 Message-ID: <87fvz8cedy.fsf@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] Virtio 9p live migration patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?utf-8?Q?Beno=C3=AEt?= Canet Cc: qemu-devel@nongnu.org Beno=C3=AEt Canet writes: > Thanks a lot, > > Do you have an idea of what is left to be done on it ? > It has to rewritten with the new model with respect to migration. Also these is problem of how much time does it take to migrate the fid information ?. We also need to ensure new 9p request are blocked. Another option is to add migration support to protocol and handle these in the clients.=20 -aneesh