Skip to content
Commit 58efbc6f authored by Luca Fancellu's avatar Luca Fancellu Committed by Carles Cufí
Browse files

drivers: xen: keep track of missed events on event channels



The current implementation for events channel is using an empty
callback for every unbind channel and the interrupt is clearing
every event and calling the callback.
However in a scenario where a domain fires a notification when
another has not yet bind the channel, the event will be missed.

To address this limitation, this commit is keeping track of
missed event channel notification when the empty callback is
used, a function to retrieve and clear the missed event is
introduced.

Signed-off-by: default avatarLuca Fancellu <luca.fancellu@arm.com>
parent 847f68ae
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment