From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52546) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ablJ3-0003Nv-20 for qemu-devel@nongnu.org; Fri, 04 Mar 2016 03:41:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ablIz-0004xt-RE for qemu-devel@nongnu.org; Fri, 04 Mar 2016 03:41:53 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39908) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ablIz-0004xm-Lw for qemu-devel@nongnu.org; Fri, 04 Mar 2016 03:41:49 -0500 References: From: Thomas Huth Message-ID: <56D94A46.80007@redhat.com> Date: Fri, 4 Mar 2016 09:41:42 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCHv9 0/10] slirp: Adding IPv6 support to Qemu -net user mode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Samuel Thibault , Jason Wang , Jan Kiszka Cc: zhanghailiang , Li Zhijian , Stefan Hajnoczi , Dave Gilbert , Vasiliy Tolstov , qemu-devel@nongnu.org, Gonglei , Huangpeng , Guillaume Subiron On 22.02.2016 20:28, Samuel Thibault wrote: > Hello, > > This is another respin of IPv6 in Qemu -net user mode. > > These patches add ICMPv6, NDP, make UDP and TCP compatible with IPv6, and add > TFTP over IPv6. *ping* Jan, Jason, could you please have a look at this series? Would be cool to include it for 2.6 so that we'd finally have IPv6 support in Slirp, too. As far as I could see, the patches look fine now - there was just one rather cosmetic issue left in patch 9/10, but it should also be ok in the current shape already, I think, so IMHO no need for a respin. Thomas