All of lore.kernel.org
 help / color / mirror / Atom feed
From: Aurelien Jarno <aurelien@aurel32.net>
To: TeLeMan <geleman@gmail.com>
Cc: qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH] fix chardev_init for win32
Date: Tue, 18 May 2010 19:57:34 +0200	[thread overview]
Message-ID: <20100518175734.GD31346@ohm.aurel32.net> (raw)
In-Reply-To: <w2la38b25541004142137nc2cb191dsc6d1aff9e3dd740f@mail.gmail.com>

On Thu, Apr 15, 2010 at 12:37:55PM +0800, TeLeMan wrote:
> chardev_init functions use socket,so socket_init() shoud be placed at
> the front of chardev_init on win32.
> 
> Signed-off-by: TeLeMan <geleman@gmail.com>
> ---
>  vl.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)

Thanks, applied.

> diff --git a/vl.c b/vl.c
> index 460e050..96835e2 100644
> --- a/vl.c
> +++ b/vl.c
> @@ -3468,6 +3468,8 @@ int main(int argc, char **argv, char **envp)
>      if (default_vga)
>          vga_interface_type = VGA_CIRRUS;
> 
> +    socket_init();
> +
>      if (qemu_opts_foreach(&qemu_chardev_opts, chardev_init_func, NULL, 1) != 0)
>          exit(1);
> 
> @@ -3569,8 +3571,6 @@ int main(int argc, char **argv, char **envp)
>      }
>      configure_icount(icount_option);
> 
> -    socket_init();
> -
>      if (net_init_clients() < 0) {
>          exit(1);
>      }
> -- 
> 1.6.5.1.1367.gcd48
> --
> SUN OF A BEACH
> 
> 
> 

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net

  reply	other threads:[~2010-05-18 17:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-15  4:37 [Qemu-devel] [PATCH] fix chardev_init for win32 TeLeMan
2010-05-18 17:57 ` Aurelien Jarno [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-01-05  1:45 TeLeMan
2010-01-08 16:50 ` Anthony Liguori

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100518175734.GD31346@ohm.aurel32.net \
    --to=aurelien@aurel32.net \
    --cc=geleman@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.