From: "Andreas Färber" <afaerber@suse.de>
To: liguang <lig.fnst@cn.fujitsu.com>
Cc: qemu-trivial@nongnu.org, Tim Hardeck <thardeck@suse.de>,
qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 2/5] vnc: pass bool parameter for vnc_listen_read
Date: Tue, 11 Jun 2013 13:36:54 +0200 [thread overview]
Message-ID: <51B70BD6.3090501@suse.de> (raw)
In-Reply-To: <1370927720-4348-2-git-send-email-lig.fnst@cn.fujitsu.com>
Am 11.06.2013 07:15, schrieb liguang:
> Signed-off-by: liguang <lig.fnst@cn.fujitsu.com>
Reviewed-by: Andreas Färber <afaerber@suse.de>
CC'ing Tim.
Andreas
> ---
> ui/vnc.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/ui/vnc.c b/ui/vnc.c
> index 7d22660..1a8b940 100644
> --- a/ui/vnc.c
> +++ b/ui/vnc.c
> @@ -2889,13 +2889,13 @@ static void vnc_listen_read(void *opaque, bool websocket)
>
> static void vnc_listen_regular_read(void *opaque)
> {
> - vnc_listen_read(opaque, 0);
> + vnc_listen_read(opaque, false);
> }
>
> #ifdef CONFIG_VNC_WS
> static void vnc_listen_websocket_read(void *opaque)
> {
> - vnc_listen_read(opaque, 1);
> + vnc_listen_read(opaque, true);
> }
> #endif /* CONFIG_VNC_WS */
>
>
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
next prev parent reply other threads:[~2013-06-11 11:36 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-11 5:15 [Qemu-devel] [PATCH 1/5] vnc: pass bool pararmeter for vnc_connect liguang
2013-06-11 5:15 ` [Qemu-devel] [PATCH 2/5] vnc: pass bool parameter for vnc_listen_read liguang
2013-06-11 11:36 ` Andreas Färber [this message]
2013-06-11 5:15 ` [Qemu-devel] [PATCH 3/5] qemu-char: pass bool parameter for qemu_opt_get_bool liguang
2013-06-11 11:35 ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
2013-06-18 2:33 ` li guang
2013-06-11 5:15 ` [Qemu-devel] [PATCH 4/5] memory: use '=' instead of '|=' for memory_region_update_pending liguang
2013-06-11 11:34 ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
2013-06-18 2:32 ` li guang
2013-06-18 3:50 ` Michael Tokarev
2013-06-18 4:08 ` li guang
2013-06-11 5:15 ` [Qemu-devel] [PATCH 5/5] sd: pass bool parameter for sd_init liguang
2013-06-11 11:39 ` [Qemu-devel] [PATCH 1/5] vnc: pass bool pararmeter for vnc_connect Andreas Färber
2013-06-11 11:50 ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
2013-06-18 2:34 ` li guang
2013-06-18 2:35 ` Michael Tokarev
2013-06-18 2:36 ` li guang
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=51B70BD6.3090501@suse.de \
--to=afaerber@suse.de \
--cc=lig.fnst@cn.fujitsu.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
--cc=thardeck@suse.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).