[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 02/15] xen/passthrough: vtd: Don't export iommu_domain_teardown
>>> On 24.02.14 at 13:10, Julien Grall <julien.grall@xxxxxxxxxx> wrote: > On 02/24/2014 11:34 AM, Jan Beulich wrote: >>>>> On 23.02.14 at 23:16, Julien Grall <julien.grall@xxxxxxxxxx> wrote: >>> iommu_domain_teardown is only used internally in >>> xen/drivers/passthrough/vtd/iommu.c >>> >>> Signed-off-by: Julien Grall <julien.grall@xxxxxxxxxx> >>> Acked-by: Ian Cambell <ian.campbell@xxxxxxxxxx> >>> Cc: Xiantao Zhang <xiantao.zhang@xxxxxxxxx> >>> --- >>> xen/drivers/passthrough/vtd/iommu.c | 2 +- >>> 1 file changed, 1 insertion(+), 1 deletion(-) >>> >>> diff --git a/xen/drivers/passthrough/vtd/iommu.c >>> b/xen/drivers/passthrough/vtd/iommu.c >>> index 5f10034..a8d33fc 100644 >>> --- a/xen/drivers/passthrough/vtd/iommu.c >>> +++ b/xen/drivers/passthrough/vtd/iommu.c >>> @@ -1701,7 +1701,7 @@ static int reassign_device_ownership( >>> return ret; >>> } >>> >>> -void iommu_domain_teardown(struct domain *d) >>> +static void iommu_domain_teardown(struct domain *d) >>> { >>> struct hvm_iommu *hd = domain_hvm_iommu(d); >>> >> >> Please build-test your changes - this was lacking the removal of >> the function's declaration from xen/iommu.h. > > Actually I did the build test on x86 ... By mistake I remove the > function's declaration in the wrong patch "xen/passthrough: iommu: Split > generic IOMMU code". So I suppose you build tested the whole series, but not each individual patch... > I will fix it in the next patch series. In the sense that you need to drop the change from the later patch then, as I applied the trivial three patches from the series already. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |