From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45234) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adwL0-0000Ry-4P for qemu-devel@nongnu.org; Thu, 10 Mar 2016 03:52:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1adwKx-0006vX-SI for qemu-devel@nongnu.org; Thu, 10 Mar 2016 03:52:54 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43067) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adwKx-0006vL-MK for qemu-devel@nongnu.org; Thu, 10 Mar 2016 03:52:51 -0500 References: From: Thomas Huth Message-ID: <56E135DC.9020202@redhat.com> Date: Thu, 10 Mar 2016 09:52:44 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCHv10 10/11] 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 , qemu-devel@nongnu.org Cc: zhanghailiang , Li Zhijian , Stefan Hajnoczi , Jason Wang , Dave Gilbert , Vasiliy Tolstov , Huangpeng , Yann Bordenave , Gonglei , Jan Kiszka , Guillaume Subiron On 08.03.2016 11:34, Samuel Thibault wrote: > From: Yann Bordenave > > This patch adds parameters to manage some new options in the qemu -net > command. > Slirp IPv6 address, network prefix, and DNS IPv6 address can be given in > argument to the qemu command. > Defaults parameters are respectively fec0::2, fec0::, /64 and fec0::3. > > Signed-off-by: Yann Bordenave > Signed-off-by: Samuel Thibault > --- > net/net.c | 31 ++++++++++++++++++++++ > net/slirp.c | 81 +++++++++++++++++++++++++++++++++++++++++++++++++++----- > qapi-schema.json | 12 +++++++++ > qemu-options.hx | 18 +++++++++++-- > slirp/libslirp.h | 8 +++--- > slirp/slirp.c | 28 +++++++------------- > 6 files changed, 148 insertions(+), 30 deletions(-) Reviewed-by: Thomas Huth