From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] xen: arm: gic-v3: avoid \n in the middle of log messages Date: Tue, 21 Jul 2015 15:48:53 +0100 Message-ID: <1437490133.8383.44.camel@citrix.com> References: <1437139305-12796-1-git-send-email-ian.campbell@citrix.com> <55A90CCE.5050306@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <55A90CCE.5050306@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Julien Grall , stefano.stabellini@eu.citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Fri, 2015-07-17 at 15:10 +0100, Julien Grall wrote: > Hi Ian, > > On 17/07/15 14:21, Ian Campbell wrote: > > These result in log messages such as: > > > > (XEN) d0v0: vGICD: RAZ on reserved register offset 0x00000c > > (XEN) d0v0: vGICR: write r2 offset 0x000180 > > (XEN) not found<3>traps.c:2417:d0v0 HSR=0x93820046 > > pc=0xffffffc000322bfc gva=0xffffff8000090180 gpa=0x0000008d110180 > > > > Fix this by rewording without a \n in the middle. Also add one at > > the end. > > > > Signed-off-by: Ian Campbell > > Reviewed-by: Julien Grall Applied thanks.