From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48355) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Utl4p-0001w2-B6 for qemu-devel@nongnu.org; Mon, 01 Jul 2013 16:52:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Utl4n-0006Us-UF for qemu-devel@nongnu.org; Mon, 01 Jul 2013 16:51:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25510) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Utl4n-0006Uh-Ly for qemu-devel@nongnu.org; Mon, 01 Jul 2013 16:51:57 -0400 Message-ID: <51D1EBEA.9010500@redhat.com> Date: Mon, 01 Jul 2013 14:51:54 -0600 From: Eric Blake MIME-Version: 1.0 References: <1371820809-19712-1-git-send-email-bas@quarantainenet.nl> In-Reply-To: <1371820809-19712-1-git-send-email-bas@quarantainenet.nl> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="----enig2LOGBQRHNUPURLQWVCUIB" Subject: Re: [Qemu-devel] [PATCH] [slirp] add nextserver support in slirp's dhcp-server List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bas van Sisseren Cc: Qemu-devel This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2LOGBQRHNUPURLQWVCUIB Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 06/21/2013 07:20 AM, Bas van Sisseren wrote: > The slirp dhcp-server normally returns its own address as tftp > nextserver for netbooting. This patch makes that address > configurable, so it is possible to use an external tftp boot- > environment. >=20 > Signed-off-by: Bas van Sisseren > --- > net/slirp.c | 10 ++++++++-- > +++ b/qapi-schema.json > @@ -2537,6 +2537,8 @@ > # @dhcpstart: #optional the first of the 16 IPs the built-in DHCP serv= er can > # assign > # > +# @nextserver: #optional IP address of BOOTP server > +# Please mark this field as '(since 1.6)'. Does the field work for both IPv4 and IPv6 addresses? > # @dns: #optional guest-visible address of the virtual nameserver > # > # @dnssearch: #optional list of DNS suffixes to search, passed as DHCP= option > @@ -2563,6 +2565,7 @@ > '*tftp': 'str', > '*bootfile': 'str', > '*dhcpstart': 'str', > + '*nextserver': 'str', This is a command addition that libvirt can't take advantage of unless we get introspection working in a timely manner. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org ------enig2LOGBQRHNUPURLQWVCUIB 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.13 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJR0evqAAoJEKeha0olJ0NqVc8H/RlX2oUjLoS6fXCqnZIIM4XH vskudYAJN6aT6NTzYAymQfLghjz44CR0/o6pmsdYS+bh2qF9POaqCja/CjwrHbqf 46WO6JM7E7EyUhgcZTX/ubQpeBcwGutVaUe2vAVKUJuPRA5AghfYAGUwVeGuR/T5 dmYzhrnuMlqBg+Qs94j9mGbBGUFz2d+29wFGAa+Wm7AAG1pbFFEYdRL7UfBuPCH8 MsUM8AprdAmtH4ReSoNJBdwklcPAsBf2Q0u7fsDOsS1c4Au077ZNaQkERde5g0Y2 Y/jSKswd8qDe/ArhEKYmhrZ2zKm0DM8UCHlkS1BIz51iIbkeWhuGWXYEYD1FokA= =npo6 -----END PGP SIGNATURE----- ------enig2LOGBQRHNUPURLQWVCUIB--