From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48749) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zf9X9-0000bQ-Bf for qemu-devel@nongnu.org; Thu, 24 Sep 2015 12:38:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zf9X6-00037K-5B for qemu-devel@nongnu.org; Thu, 24 Sep 2015 12:38:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35629) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zf9X6-00036t-0X for qemu-devel@nongnu.org; Thu, 24 Sep 2015 12:38:08 -0400 References: <1443111741-4736-1-git-send-email-marcandre.lureau@redhat.com> <1443111741-4736-13-git-send-email-marcandre.lureau@redhat.com> From: Eric Blake Message-ID: <560426E9.7000706@redhat.com> Date: Thu, 24 Sep 2015 10:38:01 -0600 MIME-Version: 1.0 In-Reply-To: <1443111741-4736-13-git-send-email-marcandre.lureau@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="iRHBo5uS9FScESOt5HHI262iMLSLlcfem" Subject: Re: [Qemu-devel] [PATCH v5 12/21] vhost-user: document migration log List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: marcandre.lureau@redhat.com, qemu-devel@nongnu.org Cc: thibaut.collet@6wind.com, jasowang@redhat.com, pbonzini@redhat.com, haifeng.lin@huawei.com, mst@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --iRHBo5uS9FScESOt5HHI262iMLSLlcfem Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 09/24/2015 10:22 AM, marcandre.lureau@redhat.com wrote: > From: Marc-Andr=C3=A9 Lureau >=20 > Signed-off-by: Marc-Andr=C3=A9 Lureau > --- > docs/specs/vhost-user.txt | 48 +++++++++++++++++++++++++++++++++++++++= ++++++-- > 1 file changed, 46 insertions(+), 2 deletions(-) > @@ -140,8 +142,7 @@ Multiple queue support > =20 > Multiple queue is treated as a protocol extension, hence the slave has= to > implement protocol features first. The multiple queues feature is supp= orted > -only when the protocol feature VHOST_USER_PROTOCOL_F_MQ (bit 0) is set= : > -#define VHOST_USER_PROTOCOL_F_MQ 0 > +only when the protocol feature VHOST_USER_PROTOCOL_F_MQ (bit 0) is set= =2E Should this hunk be in an earlier patch, > + > +Protocol features > +----------------- > + > +#define VHOST_USER_PROTOCOL_F_MQ 0 > +#define VHOST_USER_PROTOCOL_F_LOG_SHMFD 1 along with this section (of course, with just bit 0 in that patch)? --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --iRHBo5uS9FScESOt5HHI262iMLSLlcfem Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJWBCbpAAoJEKeha0olJ0NqSGsH/j0qqHvaJd+WQDkWFgFeMx+a ogsY2XjJnzG+GyhH+hWYEf9V0cKFWvQCfGySop5P2uEpAOMsmD716JULK0Nd/XwI nymyvdPxvvdk+JNFcEXIb+kcsWVoirWJCKckbegwf8J3H3j5i1RKK6p4BgxTc22Y 9IeO8wFTjCiyGR85Qdzx/ccdRxgGKMnqlsQbT3pvB+lZTabsWhfcgcc1M91lwfZL SdW88QXnqeB/qD+pPc69L5kX1lnBBhaQ68Wiu7zuQZ2OfG6o69W3obLhXbLUaqyG 5RZWPgZpMQ8dyLzUCmgSN1F/037S3mItAkGCamxSVh6H5AKo12LJNJHdSuf0EqY= =HLeA -----END PGP SIGNATURE----- --iRHBo5uS9FScESOt5HHI262iMLSLlcfem--