Re: [Xen-devel] [PATCH 4/6] xentrace: ARM platform DOMID_XEN mapping support

2016-03-20 Thread Julien Grall
Hello Benjamin, Thank you for the patch. On 16/03/16 20:51, Benjamin Sanda wrote: From: bensanda Modified xenmem_add_to_physmap_one() to provide support for xentrace on the ARM platform. Checks for DOMID_XEN added via new function, get_pg_owner, ported from x86 code base. This provides corr

[Xen-devel] [PATCH 4/6] xentrace: ARM platform DOMID_XEN mapping support

2016-03-19 Thread Benjamin Sanda
From: bensanda Modified xenmem_add_to_physmap_one() to provide support for xentrace on the ARM platform. Checks for DOMID_XEN added via new function, get_pg_owner, ported from x86 code base. This provides correct calls to rcu_lock_domain() when DOMID_XEN is requested. DOMID_XEN checks also add