From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCHv6 2/3] xen: unify foreign GFN map/unmap for auto-xlated physmap guests Date: Fri, 6 Mar 2015 17:37:33 +0000 Message-ID: <54F9E5DD.1030303@citrix.com> References: <1425646715-20834-1-git-send-email-david.vrabel@citrix.com> <1425646715-20834-3-git-send-email-david.vrabel@citrix.com> <20150306155136.GH4808@l.oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YTwBu-0001vV-U6 for xen-devel@lists.xenproject.org; Fri, 06 Mar 2015 17:37:39 +0000 In-Reply-To: <20150306155136.GH4808@l.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: Konrad Rzeszutek Wilk , David Vrabel Cc: xen-devel@lists.xenproject.org, Boris Ostrovsky , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On 06/03/15 15:51, Konrad Rzeszutek Wilk wrote: > On Fri, Mar 06, 2015 at 12:58:34PM +0000, David Vrabel wrote: >> >> --- /dev/null >> +++ b/drivers/xen/xlate_mmu.c >> @@ -0,0 +1,133 @@ >> +/* >> + * MMU operations common to all auto-translated physmap guests. >> + * >> + * Copyright (C) 2015 Citrix Systems R&D Ltd. > > > And others. You are moving some of the code from existing code to this > one. It was copied from the ARM implementation, arch/arm/xen/enlighten.c, which contains no copyright information. David