mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-29 12:35:48 +00:00
ACRN uses CONFIG_PARTITION_MODE macro to compile out CPU_IRQ_ENABLE/DISABLE APIs. With vector remapping enabled for pre-launched VMs, this is of no use. And for VMs with LAPIC pass-thru, interrupts stay disabled in vmexit loop with the help of is_lapic_pt() API. Tracked-On: #2903 Signed-off-by: Sainath Grandhi <sainath.grandhi@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>