From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: Fwd: Debugging "Xen BUG at ... list.h" on ARM Date: Mon, 14 Apr 2014 11:29:24 +0100 Message-ID: <534BB884.6080707@linaro.org> References: <534BA66A.4020503@linaro.org> <1397468635.9862.231.camel@kazak.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Thomas Leonard Cc: Dario Faggioli , george.dunlap@citrix.com, Ian Campbell , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 04/14/2014 11:10 AM, Thomas Leonard wrote: >> Has your guest enabled caching (SCTLR.C)? This is required by the >> hypercall ABI. See >> http://xenbits.xen.org/docs/unstable/hypercall/arm/include,public,arch-arm.h.html#incontents_arm_abi > > Here's my attempt to set up the translation table and enable caching: > > https://github.com/talex5/xen-paratest/tree/cache-problem Your page table looks wrong for me. Each page table should be write-back or write-through. Regards, -- Julien Grall