Hi Henry, On Mon, Aug 28, 2023 at 01:53:15AM +0000, Henry Wang wrote: > Hi Vikram, > > > On Aug 25, 2023, at 16:02, Vikram Garhwal <vikram.garh...@amd.com> wrote: > > > > + > > +/* > > + * handle_device_interrupts retrieves the interrupts configuration from > > + * a device tree node and maps those interrupts to the target domain. > > + * > > + * Returns: > > + * < 0 error > > + * 0 success > > + */ > > +int handle_device_interrupts(struct domain *d, > > + struct dt_device_node *dev, > > + bool need_mapping) > > I think you missed one of Julien’s comment in v9 that this function is > suggested to be renamed to "map_device_irqs_to_domain" [1]. > I sent v10 bit early. I will do the renaming in v11.
Thanks, Vikram > [1] > https://lore.kernel.org/xen-devel/5908b638-f436-4060-a426-9839fc563...@xen.org/ > > Kind regards, > Henry >