From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aravind Gopalakrishnan Subject: Re: [PATCH v4 07/21] xen/passthrough: amd: rename iommu_has_feature into amd_iommu_has_feature Date: Fri, 2 May 2014 11:35:09 -0500 Message-ID: <5363C93D.2010908@amd.com> References: <1398172475-27873-1-git-send-email-julien.grall@linaro.org> <1398172475-27873-8-git-send-email-julien.grall@linaro.org> <535E8417.8000907@linaro.org> <5363999E.6050905@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta4.messagelabs.com ([85.158.143.247]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1WgGQk-0004Ad-HV for xen-devel@lists.xenproject.org; Fri, 02 May 2014 16:35:22 +0000 In-Reply-To: <5363999E.6050905@linaro.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Julien Grall , Suravee Suthikulpanit , sherry.hurwitz@amd.com Cc: xen-devel@lists.xenproject.org, Jan Beulich , tim@xen.org, ian.campbell@citrix.com, stefano.stabellini@citrix.com List-Id: xen-devel@lists.xenproject.org On 5/2/2014 8:11 AM, Julien Grall wrote: > (Adding Aravind) > > Ping? > > On 04/28/2014 05:38 PM, Julien Grall wrote: >> Hello Sherry and Suravee, >> >> Can one of you ack this change in the AMD IOMMU drivers? >> >> Regards, >> >> On 04/22/2014 02:14 PM, Julien Grall wrote: >>> This function is AMD specific and the name will clash with a newly function >>> added in the IOMMU framework. >>> >>> Signed-off-by: Julien Grall >>> Cc: Suravee Suthikulpanit >>> Cc: Jan Beulich >>> --- >>> xen/drivers/passthrough/amd/iommu_detect.c | 2 +- >>> xen/drivers/passthrough/amd/iommu_init.c | 16 ++++++++-------- >>> xen/include/asm-x86/hvm/svm/amd-iommu-proto.h | 2 +- >>> 3 files changed, 10 insertions(+), 10 deletions(-) >>> >>> Acked-by: Aravind Gopalakrishnan Thanks, -Aravind.