Re: [Qemu-devel] [PATCH] inet_parse: fix ,to= parsing

2012-11-22 Thread Markus Armbruster
Stefano Stabellini writes: > Fix inet_parse to parse the ",to=" command line option correctly. > > Signed-off-by: Stefano Stabellini > > diff --git a/qemu-sockets.c b/qemu-sockets.c > index cfed9c5..f8740dd 100644 > --- a/qemu-sockets.c > +++ b/qemu-sockets.c > @@ -529,8 +529,9 @@ static InetSoc

[Qemu-devel] [PATCH] inet_parse: fix ,to= parsing

2012-11-21 Thread Stefano Stabellini
Fix inet_parse to parse the ",to=" command line option correctly. Signed-off-by: Stefano Stabellini diff --git a/qemu-sockets.c b/qemu-sockets.c index cfed9c5..f8740dd 100644 --- a/qemu-sockets.c +++ b/qemu-sockets.c @@ -529,8 +529,9 @@ static InetSocketAddress *inet_parse(const char *str, Error