From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58072) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYior-00055y-RO for qemu-devel@nongnu.org; Mon, 29 Sep 2014 17:49:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XYion-00018b-1S for qemu-devel@nongnu.org; Mon, 29 Sep 2014 17:49:21 -0400 Received: from lputeaux-656-01-25-125.w80-12.abo.wanadoo.fr ([80.12.84.125]:53149 helo=paradis.irqsave.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYiom-00017v-Rn for qemu-devel@nongnu.org; Mon, 29 Sep 2014 17:49:16 -0400 Date: Mon, 29 Sep 2014 23:46:48 +0200 From: =?iso-8859-1?Q?Beno=EEt?= Canet Message-ID: <20140929214648.GA7692@irqsave.net> References: <1411744797-17121-1-git-send-email-boriss@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1411744797-17121-1-git-send-email-boriss@gmail.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 0/2] Virtio-9p live migration patchset List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Boris Sukholitko Cc: qemu-devel@nongnu.org The Friday 26 Sep 2014 =E0 18:19:55 (+0300), Boris Sukholitko wrote : > This patchset is a small rebase of the 9p live migration patches made a= year > ago by Benoit Canet. >=20 > See http://lists.gnu.org/archive/html/qemu-devel/2013-04/msg02190.html > for the previous thread. >=20 > I took the liberty to drop the second patch (waiting for completion of = 9p > operations) as it wasn't working in my testing. It's probable that the second patch has bitrot but I remember I was asked= to write it for a meaningfull reason. Maybe you should give it a bit more love to resurect it properly. Best regards Beno=EEt >=20 > Thanks, > Boris. >=20 > Boris Sukholitko (2): > virtio-9p: Add support for 9p migration. > virtio-9p: Remove migration blockers. >=20 > hw/9pfs/virtio-9p-device.c | 152 +++++++++++++++++++++++++++++++++++++= ++++++++ > hw/9pfs/virtio-9p.c | 24 ------- > hw/9pfs/virtio-9p.h | 2 - > 3 files changed, 152 insertions(+), 26 deletions(-) >=20 > --=20 > 2.0.2 >=20 >=20