From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v2 07/15] xen/arm: gic-v3: Rework the print message at initialization Date: Tue, 30 Jun 2015 13:49:02 +0100 Message-ID: <1435668542.21469.134.camel@citrix.com> References: <1435311269-3189-1-git-send-email-julien.grall@citrix.com> <1435311269-3189-8-git-send-email-julien.grall@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Z9uyJ-0002kW-Sw for xen-devel@lists.xenproject.org; Tue, 30 Jun 2015 12:49:08 +0000 In-Reply-To: <1435311269-3189-8-git-send-email-julien.grall@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 Cc: xen-devel@lists.xenproject.org, stefano.stabellini@citrix.com List-Id: xen-devel@lists.xenproject.org On Fri, 2015-06-26 at 10:34 +0100, Julien Grall wrote: Subject: "Rework the messages printed at initialization" > - Print all the redistributor regions rather than only the first > one... > - Add # in the format to print 0x for hexadecimal. It's easier to > differentiation from decimal "differentiate" > - Re-order informations printed "information". > - Drop print of the virtual addresses. It makes the log more > difficult to read and don't improve user debugging experience (the > value can't be use like as it is). "used" > Signed-off-by: Julien Grall With those fixed: Acked-by: Ian Campbell