You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since there is no guarantee that we dequeue the same interrupt we have enqueued, I wonder if this should dequeue in a loop while there are interrupts in the queue and there are list registers available?
The text was updated successfully, but these errors were encountered:
In
vgic_dist_set_pending_irq()
we enque an interrupt and then dequeue oneseL4_projects_libs/libsel4vm/src/arch/arm/vgic/vgic.c
Lines 581 to 602 in 9de0630
Since there is no guarantee that we dequeue the same interrupt we have enqueued, I wonder if this should dequeue in a loop while there are interrupts in the queue and there are list registers available?
The text was updated successfully, but these errors were encountered: