mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
GICv2M requires two additional properties to be exposed via FDT: 1) Base SPI number and 2) Total number of SPIs. SPIs in general starts from 32 and goes upto 1019. But currently we are limiting the range to 96 as that should be good enough for any normal Linux guest to function. Signed-off-by: Jinank Jain <jinankjain@microsoft.com>