From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54953) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bBITS-00088w-K5 for qemu-devel@nongnu.org; Fri, 10 Jun 2016 05:11:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bBITN-0003wC-It for qemu-devel@nongnu.org; Fri, 10 Jun 2016 05:11:29 -0400 Message-ID: <1465549883.2920.3.camel@redhat.com> From: Gerd Hoffmann Date: Fri, 10 Jun 2016 11:11:23 +0200 In-Reply-To: <1465382576-25552-1-git-send-email-berrange@redhat.com> References: <1465382576-25552-1-git-send-email-berrange@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] ui: fix regression in printing VNC host/port on startup List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: qemu-devel@nongnu.org, qemu-trivial@nongnu.org, qemu-stable@nongnu.org, "Dr. David Alan Gilbert" On Mi, 2016-06-08 at 11:42 +0100, Daniel P. Berrange wrote: > If VNC is chosen as the compile time default display backend, > QEMU will print the host/port it listens on at startup. > Previously this would look like >=20 > VNC server running on '::1:5900' >=20 > but in 04d2529da27db512dcbd5e99d0e26d333f16efcc the ':' was > accidentally replaced with a ';'. This the ':' back. Added to ui queue. thanks, Gerd