From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34336) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYiWP-0001l6-Rb for qemu-devel@nongnu.org; Tue, 22 Oct 2013 16:25:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VYiWK-0006D7-0r for qemu-devel@nongnu.org; Tue, 22 Oct 2013 16:25:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:61985) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYiWJ-0006Cg-BJ for qemu-devel@nongnu.org; Tue, 22 Oct 2013 16:25:39 -0400 Message-ID: <5266DF35.1050902@redhat.com> Date: Tue, 22 Oct 2013 21:25:25 +0100 From: Eric Blake MIME-Version: 1.0 References: <526596D7.6000909@redhat.com> <20131022102203.GQ5518@type.wlan.youpi.perso.aquilenet.fr> <5266530F.8030100@redhat.com> <20131022103136.GR5518@type.wlan.youpi.perso.aquilenet.fr> <52665490.3070804@redhat.com> <20131022104504.GS5518@type.wlan.youpi.perso.aquilenet.fr> <526657E9.9080208@redhat.com> <526658DB.4030803@redhat.com> <20131022141131.GJ5571@type.bordeaux.inria.fr> <5266904F.3090105@redhat.com> <20131022191258.GH5890@type.youpi.perso.aquilenet.fr> In-Reply-To: <20131022191258.GH5890@type.youpi.perso.aquilenet.fr> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="NnQfrIhdV6Nglmerdu93MmLqg0GArQ6N1" Subject: Re: [Qemu-devel] [PATCH 16/16] qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addresses List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Samuel Thibault Cc: "kwolf@redhat.com" , Yann Bordenave , qemu-devel@nongnu.org, Guillaume Subiron This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --NnQfrIhdV6Nglmerdu93MmLqg0GArQ6N1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 10/22/2013 08:12 PM, Samuel Thibault wrote: > I see. So it would be something like this? >=20 > commit 1807466d691f281f430fbf8c0bbff6bf8073247d > Author: Samuel Thibault > Date: Tue Oct 22 21:11:46 2013 +0200 >=20 > qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 add= resses > =20 > This patchs adds parameters to manage some new options in the qemu = -net > command. > Slirp IPv6 address, network prefix, and DNS IPv6 address can be giv= en in > argument to the qemu command. > Defaults parameters are respectively fc00::2, fc00::, /64 and fc00:= :3. > =20 > Signed-off-by: Yann Bordenave > Signed-off-by: Samuel Thibault Yes, this looks better from the interface point of view (I didn't closely review the code though, as I'm not a slirp expert). > { 'type': 'NetdevUserOptions', > 'data': { > - '*hostname': 'str', > - '*restrict': 'bool', > - '*ip': 'str', > - '*net': 'str', > - '*host': 'str', > - '*tftp': 'str', > - '*bootfile': 'str', > - '*dhcpstart': 'str', > - '*dns': 'str', > - '*dnssearch': ['String'], > - '*smb': 'str', > - '*smbserver': 'str', > - '*hostfwd': ['String'], > - '*guestfwd': ['String'] } } > + '*hostname': 'str', > + '*restrict': 'bool', > + '*ip': 'str', > + '*net': 'str', > + '*host': 'str', > + '*tftp': 'str', > + '*bootfile': 'str', > + '*dhcpstart': 'str', > + '*dns': 'str', > + '*dnssearch': ['String'], > + '*ip6-prefix': 'str', > + '*ip6-prefixlen': 'int', > + '*ip6-host': 'str', > + '*ip6-dns': 'str', > + '*smb': 'str', > + '*smbserver': 'str', > + '*hostfwd': ['String'], > + '*guestfwd': ['String'] } } > =20 --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --NnQfrIhdV6Nglmerdu93MmLqg0GArQ6N1 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.4.15 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJSZt81AAoJEKeha0olJ0NqUzwH/0l5Kcj9HHG7iowp9w7wafSQ +viv/iqgk+N+xRz5wPJ/0oBLXQnlMv+mZNq1t/18Mu5gh4JSHRAAeKVrIgePMQ42 nK0uRMnzRka+C7ykVtNDANc/E/Aa7ZHKP9sSX67XFzu/71BtLbp1qZcC+05XrF8e 8r8RrumLbw9IwEwQHFCL/lNjfIAupKj7LlYmWspmFibVKyvS43t0JNzJRt4xaIqK 3kJFqYr9FzTY22VdnR7/561wIyu+fBOa6DctxsaydWAV/CoGuCN12uFvbZxSwKaO lF1G1xNi+REAOIhSgqrRz6xpA5VEm9F59SEm8JidZcOsFhe663BcrFgRWDJJg6Q= =vqNX -----END PGP SIGNATURE----- --NnQfrIhdV6Nglmerdu93MmLqg0GArQ6N1--