From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36812) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXgkj-000385-0V for qemu-devel@nongnu.org; Mon, 16 Mar 2015 21:57:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXgke-0000sk-SE for qemu-devel@nongnu.org; Mon, 16 Mar 2015 21:57:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52992) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXgke-0000sd-Kb for qemu-devel@nongnu.org; Mon, 16 Mar 2015 21:57:00 -0400 Date: Tue, 17 Mar 2015 09:56:56 +0800 From: Fam Zheng Message-ID: <20150317015656.GI15098@ad.nay.redhat.com> References: <1426268589-14756-1-git-send-email-armbru@redhat.com> <55032373.96148c0a.3f3c.ffffa66c@mx.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH] vnc: Fix QMP change not to use funky error class List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On Fri, 03/13 17:56, Peter Maydell wrote: > On 13 March 2015 at 17:50, Patchew Tool wrote: > > > > This series passed Patchew automatic testing, but there are some warnings. > > > > Find the log fragments below, or open the following URL to see the full log: > > > > http://qemu.patchew.org/testing/log/<1426268589-14756-1-git-send-email-armbru@redhat.com> > > It would be nice to encode special characters like '<' and '>' in these > URLs in emails, because otherwise mail clients are less likely > to treat the whole string as a single URL. (GMail for instance > assumes the URL stops at '<'). > > If you use URLs like: > http://qemu.patchew.org/testing/log/%3C1426268589-14756-1-git-send-email-armbru@redhat.com%3E > > then they work exactly the same only without confusing clients > that auto-hyper-link text. > > thanks > -- PMM > Good suggestion! I've done the modify locally and it will be effective after some testing. Thanks. Fam