From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell 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:34:40 +0100 Message-ID: <1433327680.7108.61.camel@citrix.com> References: <1432804247-14013-1-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 1Z060T-0007Tj-Kh for xen-devel@lists.xenproject.org; Wed, 03 Jun 2015 10:34:45 +0000 In-Reply-To: <1432804247-14013-1-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, tim@xen.org, stefano.stabellini@citrix.com List-Id: xen-devel@lists.xenproject.org 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.