Re: [Qemu-devel] [PATCH] fix inet_parse typo

2010-02-10 Thread Anthony Liguori
On 02/09/2010 11:31 AM, Marcelo Tosatti wrote: qemu_opt_set wants on/off, not yes/no. Signed-off-by: Marcelo Tosatti Applied. Thanks. Regards, Anthony Liguori diff --git a/qemu-sockets.c b/qemu-sockets.c index 8850516..a88b2a7 100644 --- a/qemu-sockets.c +++ b/qemu-sockets.c @@ -424,7

[Qemu-devel] [PATCH] fix inet_parse typo

2010-02-09 Thread Marcelo Tosatti
qemu_opt_set wants on/off, not yes/no. Signed-off-by: Marcelo Tosatti diff --git a/qemu-sockets.c b/qemu-sockets.c index 8850516..a88b2a7 100644 --- a/qemu-sockets.c +++ b/qemu-sockets.c @@ -424,7 +424,7 @@ static int inet_parse(QemuOpts *opts, const char *str) __FUNCTION__