[Qemu-devel] [PATCHv7 0/9] slirp: Adding IPv6 support to Qemu -net user mode

2016-02-08 Thread Samuel Thibault
Hello, This is another respin of IPv6 in Qemu -net user mode. These patches add ICMPv6, NDP, and make UDP and TCP compatible with IPv6. Difference with version 6 is: - drop second-precision timer addition - use ms precision for RA timer - Use unsigned short instead of sa_family_t - Use error_r

Re: [Qemu-devel] [PATCHv7 0/9] slirp: Adding IPv6 support to Qemu -net user mode

2016-01-18 Thread Jason Wang
On 01/12/2016 12:04 PM, Jason Wang wrote: > On 01/12/2016 10:22 AM, Hailiang Zhang wrote: >> > 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 > Rig

Re: [Qemu-devel] [PATCHv7 0/9] slirp: Adding IPv6 support to Qemu -net user mode

2016-01-11 Thread Jason Wang
On 01/12/2016 10:22 AM, Hailiang Zhang wrote: > 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 Right, and I can take this series in my tree if Jan doesn't have time to do

Re: [Qemu-devel] [PATCHv7 0/9] slirp: Adding IPv6 support to Qemu -net user mode

2016-01-11 Thread Hailiang Zhang
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

Re: [Qemu-devel] [PATCHv7 0/9] slirp: Adding IPv6 support to Qemu -net user mode

2016-01-11 Thread Samuel Thibault
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 > submit

Re: [Qemu-devel] [PATCHv7 0/9] slirp: Adding IPv6 support to Qemu -net user mode

2015-12-21 Thread Eric Blake
On 12/19/2015 02:24 PM, Samuel Thibault wrote: > Hello, meta-reply > > 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 > s

[Qemu-devel] [PATCHv7 0/9] slirp: Adding IPv6 support to Qemu -net user mode

2015-12-19 Thread Samuel Thibault
Hello, 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. Difference with version 6 is: - Use err