From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37695) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQIfZ-0003Em-RH for qemu-devel@nongnu.org; Thu, 11 Apr 2013 10:40:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UQIfX-0001es-4K for qemu-devel@nongnu.org; Thu, 11 Apr 2013 10:40:09 -0400 Received: from nodalink.pck.nerim.net ([62.212.105.220]:43165 helo=paradis.irqsave.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQIfW-0001dC-RE for qemu-devel@nongnu.org; Thu, 11 Apr 2013 10:40:07 -0400 From: =?UTF-8?q?Beno=C3=AEt=20Canet?= Date: Thu, 11 Apr 2013 16:41:05 +0200 Message-Id: <1365691268-18036-1-git-send-email-benoit@irqsave.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [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, =?UTF-8?q?Beno=C3=AEt=20Canet?= , aneesh.kumar@linux.vnet.ibm.com, quintela@redhat.com This patchset is a rework of the 9p live migration patchs made a few year= s ago by Aneesh. As the new vmstate API doesn't support linked list so the old API is used= . 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=C3=AEt) Beno=C3=AEt 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. 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 1.7.10.4