Re: [Qemu-devel] [PATCH] net/slirp: fix the error message when the prefix len is invalid

2019-05-10 Thread Stefano Garzarella
On Fri, May 10, 2019 at 07:56:47AM +0200, Markus Armbruster wrote: > Stefano Garzarella writes: > > > On Thu, May 09, 2019 at 04:54:35PM +0200, Markus Armbruster wrote: > >> Stefano Garzarella writes: > >> > >> > Add a missing parentheses at the end of the error message, > >> > when we have an

Re: [Qemu-devel] [PATCH] net/slirp: fix the error message when the prefix len is invalid

2019-05-09 Thread Markus Armbruster
Stefano Garzarella writes: > On Thu, May 09, 2019 at 04:54:35PM +0200, Markus Armbruster wrote: >> Stefano Garzarella writes: >> >> > Add a missing parentheses at the end of the error message, >> > when we have an invalid prefix len. >> > >> > Signed-off-by: Stefano Garzarella >> > --- >> >

Re: [Qemu-devel] [PATCH] net/slirp: fix the error message when the prefix len is invalid

2019-05-09 Thread Stefano Garzarella
On Thu, May 09, 2019 at 04:54:35PM +0200, Markus Armbruster wrote: > Stefano Garzarella writes: > > > Add a missing parentheses at the end of the error message, > > when we have an invalid prefix len. > > > > Signed-off-by: Stefano Garzarella > > --- > > net/slirp.c | 3 ++- > > 1 file

Re: [Qemu-devel] [PATCH] net/slirp: fix the error message when the prefix len is invalid

2019-05-09 Thread Markus Armbruster
Stefano Garzarella writes: > Add a missing parentheses at the end of the error message, > when we have an invalid prefix len. > > Signed-off-by: Stefano Garzarella > --- > net/slirp.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/net/slirp.c b/net/slirp.c > index

Re: [Qemu-devel] [PATCH] net/slirp: fix the error message when the prefix len is invalid

2019-05-09 Thread Marc-André Lureau
On Thu, May 9, 2019 at 3:39 PM Stefano Garzarella wrote: > > Add a missing parentheses at the end of the error message, > when we have an invalid prefix len. > > Signed-off-by: Stefano Garzarella Reviewed-by: Marc-André Lureau > --- > net/slirp.c | 3 ++- > 1 file changed, 2 insertions(+), 1

[Qemu-devel] [PATCH] net/slirp: fix the error message when the prefix len is invalid

2019-05-09 Thread Stefano Garzarella
Add a missing parentheses at the end of the error message, when we have an invalid prefix len. Signed-off-by: Stefano Garzarella --- net/slirp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/slirp.c b/net/slirp.c index 95934fb36d..0f4ae0abc0 100644 --- a/net/slirp.c