From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47326) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWnsd-0004TW-Cw for qemu-devel@nongnu.org; Mon, 29 Apr 2013 09:12:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UWnsY-0001dL-Q9 for qemu-devel@nongnu.org; Mon, 29 Apr 2013 09:12:31 -0400 Received: from nodalink.pck.nerim.net ([62.212.105.220]:50538 helo=paradis.irqsave.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWnsY-0001cd-Gl for qemu-devel@nongnu.org; Mon, 29 Apr 2013 09:12:26 -0400 Date: Mon, 29 Apr 2013 15:13:34 +0200 From: =?iso-8859-1?Q?Beno=EEt?= Canet Message-ID: <20130429131333.GA4295@irqsave.net> References: <1365691268-18036-1-git-send-email-benoit@irqsave.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1365691268-18036-1-git-send-email-benoit@irqsave.net> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH V2 0/3] Virtio-9p live migration patchset List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, pbonzini@redhat.com, aneesh.kumar@linux.vnet.ibm.com, quintela@redhat.com quintela: ping. I really need your review to get this patchset in shape for merging. Regards Beno=EEt > Le Thursday 11 Apr 2013 =E0 16:41:05 (+0200), Beno=EEt Canet a =E9crit = : > This patchset is a rework of the 9p live migration patchs made a few ye= ars ago > by Aneesh. > As the new vmstate API doesn't support linked list so the old API is us= ed. >=20 > v2: > Drop pre migration flush hook code (Paolo) > Use vmstate change notifier (Paolo) > Use static variables instead of a struct in patch 2 (Paolo, Peter) > Drop spurious root_id related code (Peter) > Rename functions in patch two (Beno=EEt) >=20 > Beno=EEt Canet (3): > virtio-9p: Add support for 9p migration. > virtio-9p: Wait for 9p operations to complete before migration and > savevm. > virtio-9p: Remove migration blockers. >=20 > hw/9pfs/virtio-9p-device.c | 154 ++++++++++++++++++++++++++++++++++++= ++++++++ > hw/9pfs/virtio-9p.c | 98 +++++++++++++++++++++------- > hw/9pfs/virtio-9p.h | 4 +- > 3 files changed, 231 insertions(+), 25 deletions(-) >=20 > --=20 > 1.7.10.4 >=20