mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-17 19:27:28 +00:00
1. it need delete intr delay timer when its ptdev entry is deactivated to avoid the timer still active; 2. if the dequeued entry will be added by delay timer, it need reset current variable "entry" to find next one, or it could be returned and handled (if it is the last one) , then the entry's IRQ can come again, and it'll cause its timer added twice. Tracked-On: #1476 Signed-off-by: Minggui Cao <minggui.cao@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com> |
||
---|---|---|
.. | ||
hv_main.c | ||
hypercall.c | ||
io_request.c | ||
ptdev.c | ||
schedule.c | ||
softirq.c | ||
stack_protector.c | ||
static_checks.c | ||
trusty_hypercall.c | ||
vm_load.c |