Re: [Xen-devel] [PATCH] IOMMU/PCI: properly annotate setup_one_hwdom_device()

2017-08-10 Thread Roger Pau Monné
On Thu, Aug 10, 2017 at 01:25:35AM -0600, Jan Beulich wrote: > Its sole caller is __hwdom_init, so it can be such itself, too. > > Signed-off-by: Jan Beulich Reviewed-by: Roger Pau Monné Had the same patch in my queue, but you beat it to me. Thanks,

Re: [Xen-devel] [PATCH] IOMMU/PCI: properly annotate setup_one_hwdom_device()

2017-08-10 Thread Andrew Cooper
On 10/08/2017 08:25, Jan Beulich wrote: > Its sole caller is __hwdom_init, so it can be such itself, too. > > Signed-off-by: Jan Beulich Acked-by: Andrew Cooper ___ Xen-devel mailing list

[Xen-devel] [PATCH] IOMMU/PCI: properly annotate setup_one_hwdom_device()

2017-08-10 Thread Jan Beulich
Its sole caller is __hwdom_init, so it can be such itself, too. Signed-off-by: Jan Beulich --- a/xen/drivers/passthrough/pci.c +++ b/xen/drivers/passthrough/pci.c @@ -1026,8 +1026,8 @@ struct setup_hwdom { int (*handler)(u8 devfn, struct pci_dev *); }; -static void