On 21.05.2025 18:03, Oleksii Kurochko wrote: > Introduce intc_init() to initialize the interrupt controller using the > registered hardware ops. > Also add intc_route_irq_to_xen() to route IRQs to Xen, with support for > setting IRQ type and priority via new internal helpers intc_set_irq_type() > and intc_set_irq_priority(). > > Call intc_init() to do basic initialization steps for APLIC and IMSIC. > > Co-developed-by: Romain Caritey <romain.cari...@microchip.com> > Signed-off-by: Oleksii Kurochko <oleksii.kuroc...@gmail.com>
Acked-by: Jan Beulich <jbeul...@suse.com>