From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58562) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrRxJ-0007gA-38 for qemu-devel@nongnu.org; Wed, 28 Oct 2015 10:44:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZrRxE-00065S-Uz for qemu-devel@nongnu.org; Wed, 28 Oct 2015 10:44:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32924) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrRxE-00065L-Np for qemu-devel@nongnu.org; Wed, 28 Oct 2015 10:43:56 -0400 Message-ID: <1446043432.5722.7.camel@redhat.com> From: Gerd Hoffmann Date: Wed, 28 Oct 2015 15:43:52 +0100 In-Reply-To: <1445926252-14830-1-git-send-email-hongyang.yang@easystack.cn> References: <1445926252-14830-1-git-send-email-hongyang.yang@easystack.cn> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] vnc: fix bug: vnc server can't start when 'to' is specified List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Yang Hongyang Cc: qemu-devel@nongnu.org On Di, 2015-10-27 at 14:10 +0800, Yang Hongyang wrote: > commit e0d03b8ceb52 converted VNC startup to use SocketAddress, > the interface socket_listen don't have a port_offset param, so > we need to add the port offset (5900) to both 'port' and 'to' opts. > currently only 'port' is added by offset. > This patch add the port offset to 'to' opts. added to vnc patch queue. thanks, Gerd