qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: Samuel Thibault <samuel.thibault@ens-lyon.org>, qemu-devel@nongnu.org
Cc: zhanghailiang <zhang.zhanghailiang@huawei.com>,
	Li Zhijian <lizhijian@cn.fujitsu.com>,
	Stefan Hajnoczi <stefanha@gmail.com>,
	Jason Wang <jasowang@redhat.com>,
	Dave Gilbert <dgilbert@redhat.com>,
	Vasiliy Tolstov <v.tolstov@selfip.ru>,
	Huangpeng <peter.huangpeng@huawei.com>,
	Yann Bordenave <meow@meowstars.org>,
	Gonglei <arei.gonglei@huawei.com>,
	Jan Kiszka <jan.kiszka@siemens.com>,
	Guillaume Subiron <maethor@subiron.org>
Subject: Re: [Qemu-devel] [PATCHv10 10/11] qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addresses
Date: Thu, 10 Mar 2016 09:52:44 +0100	[thread overview]
Message-ID: <56E135DC.9020202@redhat.com> (raw)
In-Reply-To: <a2906c10006b18f852014941e9b35a15b8e6b002.1457433256.git.samuel.thibault@ens-lyon.org>

On 08.03.2016 11:34, Samuel Thibault wrote:
> From: Yann Bordenave <meow@meowstars.org>
> 
> 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 <meow@meowstars.org>
> Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
> ---
>  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 <thuth@redhat.com>

  reply	other threads:[~2016-03-10  8:52 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-08 10:34 [Qemu-devel] [PATCHv10 0/11] slirp: Adding IPv6 support to Qemu -net user mode Samuel Thibault
2016-03-08 10:34 ` [Qemu-devel] [PATCHv10 01/11] slirp: Adding IPv6, ICMPv6 Echo and NDP autoconfiguration Samuel Thibault
2016-03-08 10:34 ` [Qemu-devel] [PATCHv10 02/11] slirp: Fix ICMP error sending Samuel Thibault
2016-03-08 10:34 ` [Qemu-devel] [PATCHv10 03/11] slirp: Adding ICMPv6 " Samuel Thibault
2016-03-08 10:34 ` [Qemu-devel] [PATCHv10 04/11] slirp: Adding IPv6 UDP support Samuel Thibault
2016-03-08 10:34 ` [Qemu-devel] [PATCHv10 05/11] slirp: Factorizing tcpiphdr structure with an union Samuel Thibault
2016-03-08 10:34 ` [Qemu-devel] [PATCHv10 06/11] slirp: Generalizing and neutralizing various TCP functions before adding IPv6 stuff Samuel Thibault
2016-03-08 10:34 ` [Qemu-devel] [PATCHv10 07/11] slirp: Reindent after refactoring Samuel Thibault
2016-03-08 10:34 ` [Qemu-devel] [PATCHv10 08/11] slirp: Handle IPv6 in TCP functions Samuel Thibault
2016-03-08 10:34 ` [Qemu-devel] [PATCHv10 09/11] slirp: Adding IPv6 address for DNS relay Samuel Thibault
2016-03-08 10:34 ` [Qemu-devel] [PATCHv10 10/11] qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addresses Samuel Thibault
2016-03-10  8:52   ` Thomas Huth [this message]
2016-03-08 10:34 ` [Qemu-devel] [PATCHv10 11/11] slirp: Add IPv6 support to the TFTP code Samuel Thibault
2016-03-15  3:28 ` [Qemu-devel] [PATCHv10 0/11] slirp: Adding IPv6 support to Qemu -net user mode Jason Wang
2016-03-15  9:48   ` Samuel Thibault

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56E135DC.9020202@redhat.com \
    --to=thuth@redhat.com \
    --cc=arei.gonglei@huawei.com \
    --cc=dgilbert@redhat.com \
    --cc=jan.kiszka@siemens.com \
    --cc=jasowang@redhat.com \
    --cc=lizhijian@cn.fujitsu.com \
    --cc=maethor@subiron.org \
    --cc=meow@meowstars.org \
    --cc=peter.huangpeng@huawei.com \
    --cc=qemu-devel@nongnu.org \
    --cc=samuel.thibault@ens-lyon.org \
    --cc=stefanha@gmail.com \
    --cc=v.tolstov@selfip.ru \
    --cc=zhang.zhanghailiang@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).