mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-07 09:41:30 +00:00
GPIO IRQ controller emulation is used to handle level trigger and edge trigger interrupts. Use GPIO IRQ virtqueue to handle IRQ chip operations and GPIO event virtqueue to indicate IRQ source to UOS. Tracked-On: #2512 Signed-off-by: Yuan Liu <yuan1.liu@intel.com> Acked-by: Yu Wang <yu1.wang@intel.com>