From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60414) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XKkC1-00013X-55 for qemu-devel@nongnu.org; Fri, 22 Aug 2014 04:27:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XKkBs-0002Im-S0 for qemu-devel@nongnu.org; Fri, 22 Aug 2014 04:27:29 -0400 Received: from mail4.gandi.net ([217.70.183.210]:44380) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XKkBs-0002Hi-Lk for qemu-devel@nongnu.org; Fri, 22 Aug 2014 04:27:20 -0400 Date: Fri, 22 Aug 2014 10:27:35 +0200 From: William Dauchy Message-ID: <20140822082735.GA3129@gandi.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="HcAYCG3uE/tztfnV" Content-Disposition: inline Subject: [Qemu-devel] adding a parameter in qemu tap option List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, stefanha@redhat.com --HcAYCG3uE/tztfnV Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, I'm trying to understand how to add a parameter in tap option. I currently have a working config for a vm; i.e several interfaces using multiqueues. I had a try with: --- a/qapi-schema.json +++ b/qapi-schema.json =A0-2006,6 +2008,7 @@ =A0## =A0{ 'type': 'NetdevTapOptions', =A0 =A0'data': { + =A0 =A0'*foo': =A0 =A0 =A0 =A0'str', =A0 =A0 =A0'*ifname': =A0 =A0 'str', =A0 =A0 =A0'*fd': =A0 =A0 =A0 =A0 'str', =A0 =A0 =A0'*fds': =A0 =A0 =A0 =A0'str', i.e just adding a foo parameter; nothing change in my config file (I'm using -readconfig option and not cmdline) multiqueue is no longer working in some cases. I don't get how is it possible. I don't even understand why I don't have the same behaviour using the cmdline. Maybe I forgot something obvious. Does someone has some hints? Thanks, --=20 William --HcAYCG3uE/tztfnV Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlP2/vcACgkQ1I6eqOUidQEBiACguNBHry4hp3QFxGiWAb5c7sIm BbMAmgLTpUi7+LdBMBARPOB3vaDZdfXs =eFIp -----END PGP SIGNATURE----- --HcAYCG3uE/tztfnV--