Re: [Qemu-devel] [PATCHv2] slirp: Allow disabling IPv4 or IPv6

2016-03-24 Thread Eric Blake
On 03/24/2016 04:12 PM, Samuel Thibault wrote: > Add ipv4 and ipv6 boolean options, so the user can setup IPv4-only and > IPv6-only network environments. > > Signed-off-by: Samuel Thibault Please mention in the commit message that you are renaming recently-added members, and therefore this MUST

[Qemu-devel] [PATCHv2] slirp: Allow disabling IPv4 or IPv6

2016-03-24 Thread Samuel Thibault
Add ipv4 and ipv6 boolean options, so the user can setup IPv4-only and IPv6-only network environments. Signed-off-by: Samuel Thibault --- Changes since previous versions: - Introduce boolean options ipv4 and ipv6 instead of net=none and ip6-net=none. - Rename ipv6 options to ipv6-foo instead