Re: [Qemu-devel] [PATCH v3 0/4] Clean ups in net/net.c

2019-06-26 Thread Jason Wang
On 2019/5/17 下午9:47, Stefano Garzarella wrote: This series contains some clean ups in net/net.c The patch 1 solves an assertion failure when ipv6-prefixlen is not a number, Following the Markus' advice, I modified the parsing of IPv6 prefix (patch 2) and IPv4 host:port (patch 3). Then I remov

Re: [Qemu-devel] [PATCH v3 0/4] Clean ups in net/net.c

2019-06-25 Thread Stefano Garzarella
Ping. Thanks, Stefano On Fri, May 17, 2019 at 3:51 PM Stefano Garzarella wrote: > > This series contains some clean ups in net/net.c > > The patch 1 solves an assertion failure when ipv6-prefixlen is not a number, > > Following the Markus' advice, I modified the parsing of IPv6 prefix > (patch 2

[Qemu-devel] [PATCH v3 0/4] Clean ups in net/net.c

2019-05-17 Thread Stefano Garzarella
This series contains some clean ups in net/net.c The patch 1 solves an assertion failure when ipv6-prefixlen is not a number, Following the Markus' advice, I modified the parsing of IPv6 prefix (patch 2) and IPv4 host:port (patch 3). Then I removed the get_str_sep() function (patch 4) because it