From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40386) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpDae-0006fz-EQ for qemu-devel@nongnu.org; Wed, 19 Jun 2013 04:18:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UpDac-00025v-R9 for qemu-devel@nongnu.org; Wed, 19 Jun 2013 04:18:04 -0400 Message-ID: <51C16937.6060405@msgid.tls.msk.ru> Date: Wed, 19 Jun 2013 12:17:59 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <1371527137-16949-1-git-send-email-lig.fnst@cn.fujitsu.com> In-Reply-To: <1371527137-16949-1-git-send-email-lig.fnst@cn.fujitsu.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH v2 1/5] vnc: pass bool parameter for some functions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: liguang Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org 18.06.2013 07:45, liguang wrote: > last parameters of vnc_listen_read,vnc_connect are bool, > so pass 'false/true' instead of '0/1' for them. >=20 > Reviewed-by: Andreas F=C3=A4rber > Signed-off-by: liguang I think I'll apply my version instead, -- which converts remaining argume= nts of functions your patch touches (so that we don't have this: > - vnc_connect(vs, csock, 0, 0); > + vnc_connect(vs, csock, 0, false); where 3rd argument is also a bool), and which combines your patches 1/5 and 2/5 into one. I'll resend it again in a top-level message. Thanks, /mjt