From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH v3 17/24] xen/passthrough: arm: release earlier the DT devices assigned to a guest Date: Tue, 20 Jan 2015 14:30:10 +0000 Message-ID: <54BE6672.7010709@linaro.org> References: <1421159133-31526-1-git-send-email-julien.grall@linaro.org> <1421159133-31526-18-git-send-email-julien.grall@linaro.org> <54BE2BB10200007800056D45@mail.emea.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" 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 1YDZpI-0003l1-Bm for xen-devel@lists.xenproject.org; Tue, 20 Jan 2015 14:30:40 +0000 Received: by mail-we0-f180.google.com with SMTP id m14so12538640wev.11 for ; Tue, 20 Jan 2015 06:30:38 -0800 (PST) In-Reply-To: <54BE2BB10200007800056D45@mail.emea.novell.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: Jan Beulich Cc: xen-devel@lists.xenproject.org, stefano.stabellini@citrix.com, ian.campbell@citrix.com, tim@xen.org List-Id: xen-devel@lists.xenproject.org Hi Jan, On 20/01/15 09:19, Jan Beulich wrote: >>>> On 13.01.15 at 15:25, wrote: >> --- a/xen/include/xen/iommu.h >> +++ b/xen/include/xen/iommu.h >> @@ -117,7 +117,7 @@ void iommu_read_msi_from_ire(struct msi_desc *msi_desc, struct msi_msg *msg); >> int iommu_assign_dt_device(struct domain *d, struct dt_device_node *dev); >> int iommu_deassign_dt_device(struct domain *d, struct dt_device_node *dev); >> int iommu_dt_domain_init(struct domain *d); >> -void iommu_dt_domain_destroy(struct domain *d); >> +int iommu_release_dt_devices(struct domain *d); > > I don't think you really need an ack from me on this trivial change, > but in case you feel otherwise, don't hesitate to add it. I wasn't sure if I add to cc you. You were in the list of maintainers with scripts/get_maintainers.pl because the include is part of the "IOMMU VENDOR INDEPENDENT CODE". Regards, -- Julien Grall