From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Andres Lagar-Cavilla" Subject: Re: RFC: AMD support for paging Date: Tue, 14 Feb 2012 11:35:37 -0800 Message-ID: <2aee3454239cd9f663b5c8ee43b2e2bc.squirrel@webmail.lagarcavilla.org> References: <91f45eaceac6f38f9df39ed7d60c47a7.squirrel@webmail.lagarcavilla.org> <20120214192249.GA10224@aepfle.de> Reply-To: andres@lagarcavilla.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20120214192249.GA10224@aepfle.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Olaf Hering Cc: xen-devel@lists.xensource.com, tim@xen.org, keir.xen@gmail.com, Andres Lagar-Cavilla , jbeulich@suse.com, adin@gridcentric.ca List-Id: xen-devel@lists.xenproject.org > On Tue, Feb 14, Andres Lagar-Cavilla wrote: > >> Finally, the triple fault. > > "Me too!" > Thats how far I got as well in my attempt. Hey, awesome you're trying this out so quickly :) I just realized the unclip_mfn macro in my patch is broken. It should instead be +#define unclip_mfn(mfn) (((mfn) == clipped_mfn(INVALID_MFN)) ? \ + INVALID_MFN : (mfn)) If you have a couple cycles... Thanks a lot! Andres > > Olaf >