I would like to know if some one is playing around with the patchset.

If yes, can you make one response? I am very interested in rebasing
it, and then playing with it.

On Fri, Feb 10, 2012 at 7:34 PM, Stefan Hajnoczi
<stefa...@linux.vnet.ibm.com> wrote:
> From: Benjamin MARSILI <mlspira...@gmail.com>
>
> Signed-off-by: Benjamin MARSILI <mlspira...@gmail.com>
> Signed-off-by: Stefan Hajnoczi <stefa...@linux.vnet.ibm.com>
> ---
>  net/socket.c |    8 ++++----
>  1 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/net/socket.c b/net/socket.c
> index d4c2002..0bcf229 100644
> --- a/net/socket.c
> +++ b/net/socket.c
> @@ -664,8 +664,8 @@ int net_init_socket(QemuOpts *opts,
>             qemu_opt_get(opts, "connect") ||
>             qemu_opt_get(opts, "listen") ||
>             qemu_opt_get(opts, "mcast")) {
> -            error_report("fd=, connect=, listen=\
> -                         and mcast= is invalid with udp=");
> +            error_report("fd=, connect=, listen="
> +                         " and mcast= is invalid with udp=");
>             return -1;
>         }
>
> @@ -680,8 +680,8 @@ int net_init_socket(QemuOpts *opts,
>             return -1;
>         }
>     } else {
> -        error_report("-socket requires fd=, listen=, \
> -                     connect=, mcast= or udp=");
> +        error_report("-socket requires fd=, listen=,"
> +                     " connect=, mcast= or udp=");
>         return -1;
>     }
>     return 0;
> --
> 1.7.8.3
>
>



-- 
Regards,

Zhi Yong Wu

Reply via email to