Re: [Xen-devel] [PATCH] IOMMU/PCI: make a few functions static

2017-07-17 Thread Roger Pau Monné
On Fri, Jul 14, 2017 at 08:05:05AM -0600, Jan Beulich wrote: > Add forward declarations in order to not move things around. > > Signed-off-by: Jan Beulich Reviewed-by: Roger Pau Monné ___ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.x

Re: [Xen-devel] [PATCH] IOMMU/PCI: make a few functions static

2017-07-14 Thread Wei Liu
On Fri, Jul 14, 2017 at 08:05:05AM -0600, Jan Beulich wrote: > Add forward declarations in order to not move things around. > > Signed-off-by: Jan Beulich Reviewed-by: Wei Liu ___ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/x

[Xen-devel] [PATCH] IOMMU/PCI: make a few functions static

2017-07-14 Thread Jan Beulich
Add forward declarations in order to not move things around. Signed-off-by: Jan Beulich --- a/xen/drivers/passthrough/pci.c +++ b/xen/drivers/passthrough/pci.c @@ -587,6 +587,10 @@ static void pci_enable_acs(struct pci_de pci_conf_write16(seg, bus, dev, func, pos + PCI_ACS_CTRL, ctrl); }