mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-29 12:35:48 +00:00
1. reset polarity of ptirq_remapping_info to zero. this help to set correct initial pin state, and fix the interrupt lost issue when assign a ptirq to uos. 2. since vioapic_generate_intr relys on rte, we should build rte before generating an interrput, this fix the redundant interrupt. Tracked-On: #3362 Signed-off-by: Cai Yulong <yulongc@hwtc.com.cn>