From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH] xen/arm: traps: Print a message in debug build when a guest dabt is not handled Date: Wed, 3 Jun 2015 11:37:08 +0100 Message-ID: <556ED8D4.4020106@citrix.com> References: <1432804247-14013-1-git-send-email-julien.grall@citrix.com> <1433327680.7108.61.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Z062r-0008HD-OG for xen-devel@lists.xenproject.org; Wed, 03 Jun 2015 10:37:13 +0000 In-Reply-To: <1433327680.7108.61.camel@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: Ian Campbell Cc: xen-devel@lists.xenproject.org, tim@xen.org, stefano.stabellini@citrix.com List-Id: xen-devel@lists.xenproject.org On 03/06/2015 11:34, Ian Campbell wrote: > On Thu, 2015-05-28 at 10:10 +0100, Julien Grall wrote: >> This is useful for debugging low level kernel before the guest as setup >> the vector table. >> >> Note that the value of the IPA is only here for reference and may not >> always be valid if the error came from a stage 1 table translation walk. >> >> Signed-off-by: Julien Grall > > Acked + applied, but dropping the spurious whitespace change, since it > didn't look deliberate. Right, I did some debugging to check the validity of this patch but forgot to remove all the lines. Thank you, -- Julien Grall