Re: [Qemu-devel] [PATCH] qemu-sockets: Fix parsing of the inet option 'to'.

2012-11-09 Thread Anthony PERARD

Re: [Qemu-devel] [PATCH] qemu-sockets: Fix parsing of the inet option 'to'.

2012-11-09 Thread Markus Armbruster
Anthony PERARD writes: > Having a qemu command line argument like "-vnc 127.0.0.1:0,to=99" is broken. > This have been break with commit 879e45c72da1569e07fbbc6a1aa2a708ea796044. > > Signed-off-by: Anthony PERARD > > --- > qemu-sockets.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions

Re: [Qemu-devel] [PATCH] qemu-sockets: Fix parsing of the inet option 'to'.

2012-11-09 Thread Paolo Bonzini
Il 08/11/2012 16:11, Anthony PERARD ha scritto: > Having a qemu command line argument like "-vnc 127.0.0.1:0,to=99" is broken. > This have been break with commit 879e45c72da1569e07fbbc6a1aa2a708ea796044. > > Signed-off-by: Anthony PERARD > > --- > qemu-sockets.c | 5 +++-- > 1 file changed, 3 i

Re: [Qemu-devel] [PATCH] qemu-sockets: Fix parsing of the inet option 'to'.

2012-11-08 Thread Lei Li
On 11/08/2012 11:11 PM, Anthony PERARD wrote: Having a qemu command line argument like "-vnc 127.0.0.1:0,to=99" is broken. This have been break with commit 879e45c72da1569e07fbbc6a1aa2a708ea796044. Signed-off-by: Anthony PERARD I have the same problem, and it works on Fedora 16 after this pat

[Qemu-devel] [PATCH] qemu-sockets: Fix parsing of the inet option 'to'.

2012-11-08 Thread Anthony PERARD
Having a qemu command line argument like "-vnc 127.0.0.1:0,to=99" is broken. This have been break with commit 879e45c72da1569e07fbbc6a1aa2a708ea796044. Signed-off-by: Anthony PERARD --- qemu-sockets.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/qemu-sockets.c b/qemu