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].

[1] 
https://lore.kernel.org/xen-devel/5908b638-f436-4060-a426-9839fc563...@xen.org/

Kind regards,
Henry

Reply via email to