From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ivan Kelly Subject: Re: Setting up hypervisor_callback and testing Date: Fri, 17 Feb 2006 19:53:28 +0000 Message-ID: <20060217195326.GC3587@ivankelly.net> References: <20060215114903.GA3745@ivankelly.net> <873bik7qdy.wl%simon.kagstrom@bth.se> <20060217175835.GB3587@ivankelly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20060217175835.GB3587@ivankelly.net> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Simon Kagstrom , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org > Ok, Ive setup up this. I hadn't the shared info mapped properly and took me a > while to figure out. now when i run the interrupt test i get: > (XEN) (file=/usr/src/xen/xen-2.0/xen/include/asm/mm.h, line=157) Error pfn > 00000000: ed=fc59e6c0, sd2 > Then the code seems to return to the entry point, and run again continuously. > I think it's trying to jump to an address that doesnt exist even though i have > callback_event set to _hypervisor_callback. Solved my problem now. Not sure what solved it, but i was calling the set_callbacks hypercall without failsafe_addr set. sorted now. -ivan