From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [V7 PATCH 5/7] pvh: change xsm_add_to_physmap Date: Sat, 22 Feb 2014 00:20:18 +0000 Message-ID: <5307ED42.3070409@linaro.org> References: <1387247911-28846-1-git-send-email-mukesh.rathor@oracle.com> <1387247911-28846-6-git-send-email-mukesh.rathor@oracle.com> <52FBA5BA.4020301@linaro.org> <20140219182227.6a37a33c@mantra.us.oracle.com> <53060806.7040903@linaro.org> <20140220172234.7b6847ad@mantra.us.oracle.com> <20140221155318.6aaaefde@mantra.us.oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20140221155318.6aaaefde@mantra.us.oracle.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: Mukesh Rathor Cc: Xen-devel@lists.xensource.com, Ian Campbell , george.dunlap@eu.citrix.com, tim@xen.org, keir.xen@gmail.com, Jan Beulich , dgdegra@tycho.nsa.gov List-Id: xen-devel@lists.xenproject.org On 21/02/14 23:53, Mukesh Rathor wrote: > > BTW, in include/xsm/xsm.h, shouldn't > > static inline int xsm_map_gmfn_foreign (struct domain *d, struct domain *t) > > be > > static inline int xsm_map_gmfn_foreign (xsm_default_t def, struct domain *d, struct domain *t) > > not sure how you were able to compile xsm enabled in arm??? XSM doesn't compile at all on ARM. I'm currently working on a patch series for that. One of the patch fixes the xsm_map_gfmn_foreign see: http://xenbits.xen.org/gitweb/?p=people/julieng/xen-unstable.git;a=commit;h=8414a0e5873d1dbcb3a7d20c45bcb2e683142dc5 If you want, I can send the patch monday. Cheers, -- Julien Grall