|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH v7 05/12] xen/arm: gicv3: implement handling of GICv3.1 eSPI
Hi Leonid, On 04/09/2025 21:01, Leonid Komarianskyi wrote: Style: nr_espi is unsigned. So it should be %u. Can be fixed on commit if there is nothing else major to change. Sorry I only spotted now.The goal of gicv3_dist_espi_common_init() is to make sure the GIC is in a sane state for Xen (the previous OS or firmware may have left some state). Now the firmware may decide to use eSPI but not Xen (e.g. because CONFIG_ESPI=n). This would means we may have eSPI interrupts that may be enabled and pending. So as soon as we re-enable the GIC we may receive interrupts we can't handle. So I think we may need to initialize the eSPI part of the distributor unconditionally. What do you think? This could be handled as a follow-up but within the timeframe of Xen 4.21. So for this patch: Acked-by: Julien Grall <jgrall@xxxxxxxxxx> Cheers, -- Julien Grall
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |