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
x86/hyperv: Register the handler of redirected proxy interrupts
Implement the hv_{setup, remove}__redirected_proxy_intr_handler() function.
Store a pointer to the handler that the Hyper-V VTL driver provides. It
will be needed when dispatching hardware interrupt vectors that have been
mapped to proxy interrupts.
Signed-off-by: Ricardo Neri <[email protected]>
---
Changes since v1:
* None
0 commit comments