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
Once a redirected proxy interrupt has been configured, the IOMMU at the
host will post it directly to a hardware vector in the VTL2 guest.
Calculate the index of the proxy interrupt based on the hardware interrupt
vector and indicate that it needs to be asserted.
We only read the redirected data structures during interrupts. Protect
access using the provided seqcount. This allows lockless access for
readers.
Signed-off-by: Ricardo Neri <[email protected]>
---
Changes since v1:
* Used a seqcount for serialization
0 commit comments