mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-06 00:56:23 +00:00
apicv_advanced_inject_intr is used if APICv fully features are supported, it uses PIR to inject interrupt. otherwise, apicv_basic_inject_intr is used. it will use VMCS INTR INFO field to inject irq. Tracked-On: #1842 Signed-off-by: Li, Fei1 <fei1.li@intel.com>