From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel De Graaf Subject: Re: [PATCH RFC v2 11/12] xen/arm: Enable the compilation of mem_access and mem_event on ARM. Date: Wed, 27 Aug 2014 13:05:37 -0400 Message-ID: <53FE0FE1.1050206@tycho.nsa.gov> References: <1409148400-14810-1-git-send-email-tklengyel@sec.in.tum.de> <1409148400-14810-12-git-send-email-tklengyel@sec.in.tum.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1409148400-14810-12-git-send-email-tklengyel@sec.in.tum.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Tamas K Lengyel , xen-devel@lists.xen.org Cc: ian.campbell@citrix.com, tim@xen.org, ian.jackson@eu.citrix.com, stefano.stabellini@citrix.com, andres@lagarcavilla.org, jbeulich@suse.com List-Id: xen-devel@lists.xenproject.org On 08/27/2014 10:06 AM, Tamas K Lengyel wrote: > This patch sets up the infrastructure to support mem_access and mem_event > on ARM and turns on compilation. We define the required XSM functions. > > Signed-off-by: Tamas K Lengyel > --- > v2: Add CONFIG_MEM_PAGING and CONFIG_MEM_SHARING definitions and > use them instead of CONFIG_X86. > Split domctl copy-back and p2m type definitions into separate > patches and move this patch to the end of the series. > > Signed-off-by: Tamas K Lengyel Since you are moving hooks out of #ifdef CONFIG_X86, can you also move the implementations in xen/xsm/flask/hooks.c so they are wired up properly on ARM? It sounds like all this will be changing to HAS_MEM_ACCESS anyway, so I'll wait on that for an Ack.