mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-06 17:21:22 +00:00
Interrupt Remapping hardware in x86 can hold 64K entries with each entry of size 16 bytes. So 256 entries occupy 4K. Adding a configuration for developer to choose number of IR entries, in multiples of 256. ACRN does not boot on platforms that does not support Interrupt Remapping and Extended Interrupt Mode Tracked-On: #2426 Signed-off-by: Sainath Grandhi <sainath.grandhi@intel.com> Reviewed-by: Binbin Wu <binbin.wu@intel.com>