mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-06 09:06:30 +00:00
This patch adds IR enable/disable APIs. Upon boot, enabling IR is deferred until the first interrupt source is programmed. This is done for UEFI platforms as UEFI bootloader depends on timer interrupt and the programming of timer interrupt source is done before ACRN gets a chance to run during boot. Tracked-On: #2426 Signed-off-by: Sainath Grandhi <sainath.grandhi@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com>