From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50792) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCtxY-0006R3-Ib for qemu-devel@nongnu.org; Mon, 10 Feb 2014 11:43:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WCtxT-0005NA-VW for qemu-devel@nongnu.org; Mon, 10 Feb 2014 11:43:52 -0500 Received: from mx1.redhat.com ([209.132.183.28]:10511) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCtxT-0005N5-LU for qemu-devel@nongnu.org; Mon, 10 Feb 2014 11:43:47 -0500 Message-ID: <52F901BD.3090201@redhat.com> Date: Mon, 10 Feb 2014 09:43:41 -0700 From: Eric Blake MIME-Version: 1.0 References: <1391189683-1602-1-git-send-email-a.motakis@virtualopensystems.com> <1391189683-1602-13-git-send-email-a.motakis@virtualopensystems.com> In-Reply-To: <1391189683-1602-13-git-send-email-a.motakis@virtualopensystems.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="OJMuxfxeARRwol0ou5xe1KmUaNudKw9mi" Subject: Re: [Qemu-devel] [PATCH v7 12/13] Add the vhost-user netdev backend to command line List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Antonios Motakis , qemu-devel@nongnu.org, snabb-devel@googlegroups.com Cc: Stefan Hajnoczi , mst@redhat.com, Michael Tokarev , Markus Armbruster , n.nikolaev@virtualopensystems.com, Luiz Capitulino , Anthony Liguori , lukego@gmail.com, Paolo Bonzini , tech@virtualopensystems.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --OJMuxfxeARRwol0ou5xe1KmUaNudKw9mi Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 01/31/2014 10:34 AM, Antonios Motakis wrote: > The supplied chardev id will be inspected for supported options. Only > a socket backend, with a set path (i.e. a unix socket) and optionally > the server parameter set, will be allowed. Other options (nowait, telne= t) > will make the chardev unusable and the netdev will not be initialised. >=20 > Signed-off-by: Antonios Motakis > Signed-off-by: Nikolay Nikolaev > --- > +++ b/qapi-schema.json > @@ -3104,6 +3104,21 @@ > '*devname': 'str' } } > =20 > ## > +# @NetdevVhostUserOptions > +# > +# Vhost-user network backend > +# > +# @path: control socket path > +# > +# Since 2.0 > +## > +{ 'type': 'NetdevVhostUserOptions', > + 'data': { > + 'chardev': 'str' } } > + > +## > + This comment line looks spurious. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --OJMuxfxeARRwol0ou5xe1KmUaNudKw9mi Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJS+QG9AAoJEKeha0olJ0NqokgH/0zC+o70X1IcVRSARkW+Dd0B 0Z+mEGjTXqEzpE1hqcpxoNv9FxcuPWhL+d9xVMnPdtzlJPNdYmJQVH9ko49g0n9+ QiFdbZnr9Rin30dPvi+ZFvXh13g7MQe0m426KceZJkyhWB5SpTbxWgzBaOde0uvd rFemfR/+xE6whI+GcEF4lV/3FEFM+RgKK0LNAUVw7l17efG/7oBP0x5SkGXZwNCs ZFK1HOh/PsMAu2O0yERsJeanvNmJjfy512DRMhU1hwyBinSZ+102nRCLLkWkOqxP GVqawzBI84qtVjDzjPmcy/bj3FOQN2xqC/lAFu1VcrcGjXf9V9AxD5BNaolHayU= =5Tp7 -----END PGP SIGNATURE----- --OJMuxfxeARRwol0ou5xe1KmUaNudKw9mi--