Re: [patch 09/39] powerpc/pseries/msi: Use msi_domain_ops::msi_post_free()

2022-11-16 Thread Jason Gunthorpe
On Fri, Nov 11, 2022 at 02:54:28PM +0100, Thomas Gleixner wrote: > Use the new msi_post_free() callback which is invoked after the interrupts > have been freed to tell the hypervisor about the shutdown. > > This allows to remove the exposure of __msi_domain_free_irqs(). > > Signed-off-by: Thomas

[patch 09/39] powerpc/pseries/msi: Use msi_domain_ops::msi_post_free()

2022-11-11 Thread Thomas Gleixner
Use the new msi_post_free() callback which is invoked after the interrupts have been freed to tell the hypervisor about the shutdown. This allows to remove the exposure of __msi_domain_free_irqs(). Signed-off-by: Thomas Gleixner Cc: Michael Ellerman Cc: Christophe Leroy Cc: