From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42637) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQIsG-0003kM-8L for qemu-devel@nongnu.org; Thu, 11 Apr 2013 10:53:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UQIsF-00073X-3W for qemu-devel@nongnu.org; Thu, 11 Apr 2013 10:53:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:13343) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQIsE-00073K-Ss for qemu-devel@nongnu.org; Thu, 11 Apr 2013 10:53:15 -0400 Message-ID: <5166CE2F.5050604@redhat.com> Date: Thu, 11 Apr 2013 16:52:31 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1365691268-18036-1-git-send-email-benoit@irqsave.net> <1365691268-18036-3-git-send-email-benoit@irqsave.net> In-Reply-To: <1365691268-18036-3-git-send-email-benoit@irqsave.net> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH V2 2/3] virtio-9p: Wait for 9p operations to complete before migration and savevm. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-15?Q?Beno=EEt_Canet?= Cc: aneesh.kumar@linux.vnet.ibm.com, peter.maydell@linaro.org, qemu-devel@nongnu.org, quintela@redhat.com Il 11/04/2013 16:41, Beno=EEt Canet ha scritto: > The completion status is put in the virtio ring buffer which > will be send to the guest on resume by the viring vmstate code >=20 > This patch is a rewrite from the one written by Aneesh Kumar. Reviewed-by: Paolo Bonzini