From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41623) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIocD-0005mj-CY for qemu-devel@nongnu.org; Mon, 11 Jan 2016 21:23:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aIoc9-0006sM-Br for qemu-devel@nongnu.org; Mon, 11 Jan 2016 21:23:21 -0500 References: <20151219212440.GC4287@var.home> <20160111150408.GB3850@var.bordeaux.inria.fr> From: Hailiang Zhang Message-ID: <56946367.1030509@huawei.com> Date: Tue, 12 Jan 2016 10:22:31 +0800 MIME-Version: 1.0 In-Reply-To: <20160111150408.GB3850@var.bordeaux.inria.fr> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCHv7 0/9] slirp: Adding IPv6 support to Qemu -net user mode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Samuel Thibault , "J. Kiszka" Cc: Thomas Huth , Li Zhijian , Stefan Hajnoczi , Jason Wang , peter.huangpeng@huawei.com, Vasiliy Tolstov , qemu-devel , "Gonglei (Arei)" , Stefan Hajnoczi , Yang Hongyang , Dave Gilbert Hi, It seems that, Jan Kiszka is maintaining SLIRP (From MAINTAINERS file), Maybe he could make a help to merge this series. TO: J. Kiszka Thanks, Hailiang On 2016/1/11 23:04, Samuel Thibault wrote: > Hello, > > Samuel Thibault, on Sat 19 Dec 2015 22:24:40 +0100, wrote: >> This is another respin of IPv6 in Qemu -net user mode. >> >> The following patches first make some refactoring to make current code ready >> for IPv6, and do not change the behavior. The actual IPv6 support will then be >> submitted as a separate patch series. > > Ping? > > The whole series has been reviewed, it just needs a commit (for which I > don't have access). > > Samuel > >> Difference with version 6 is: >> - Use error_report instead of printing to stderr >> - Drop extra parentheses >> - Use nicer-looking sockaddr casts. >> >> All of this has been reviewed by Thomas Huth, thanks! >> >> Here is a summary of the patches: >> >> [PATCH 1/9] slirp: goto bad in udp_input if sosendto fails >> [PATCH 2/9] slirp: Generalizing and neutralizing ARP code >> [PATCH 3/9] slirp: Adding address family switch for incoming frames >> [PATCH 4/9] slirp: Make Socket structure IPv6 compatible >> [PATCH 5/9] slirp: Factorizing address translation >> [PATCH 6/9] slirp: Factorizing and cleaning solookup() >> [PATCH 7/9] slirp: Add sockaddr_equal, make solookup family-agnostic >> [PATCH 8/9] slirp: Make udp_attach IPv6 compatible >> [PATCH 9/9] slirp: Adding family argument to tcp_fconnect() > > . >