From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH v10 06/12] xen/x86: factor out map and unmap from the memory_mapping DOMCTL Date: Tue, 29 Jul 2014 13:02:28 +0100 Message-ID: <53D78D54.6080002@linaro.org> References: <1406585529-32193-1-git-send-email-avanzini.arianna@gmail.com> <1406585529-32193-7-git-send-email-avanzini.arianna@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1406585529-32193-7-git-send-email-avanzini.arianna@gmail.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: Arianna Avanzini , xen-devel@lists.xen.org Cc: julien.grall@citrix.com, paolo.valente@unimore.it, keir@xen.org, stefano.stabellini@eu.citrix.com, tim@xen.org, dario.faggioli@citrix.com, Ian.Jackson@eu.citrix.com, Ian.Campbell@eu.citrix.com, etrudeau@broadcom.com, JBeulich@suse.com, andrew.cooper3@citrix.com, viktor.kleinik@globallogic.com List-Id: xen-devel@lists.xenproject.org Hi Arianna, On 07/28/2014 11:12 PM, Arianna Avanzini wrote: > This commit factors out from the XEN_DOMCTL_memory_mapping hypercall > implementation, currently available only for x86, the operations > related to memory ranges map and unmap. The code is factored out > into two {map|unmap}_mmio_regions() functions for x86, that will match > the corresponding pair of ARM functions when the DOMCTL will be moved > to common code in the following commit. This commit also adds an > unmap_mmio_regions() function for ARM so that the following transition > to common code is cleaner. > > Signed-off-by: Arianna Avanzini > Acked-by: Ian Campbell Acked-by: Julien Grall Regards, -- Julien Grall