Skip to content
Snippets Groups Projects
Commit f496f7a7 authored by Avi Kivity's avatar Avi Kivity
Browse files

interrupt: add separate pre- and post-eoi interrupt handler

kvm's pv_eoi functionality fails if any vmexits are taken before the EOI
(likely due to a bug).  Work around this by deferring the handler until after
the interrupt has been EOIed.  Since level-triggered interrupts must be acked
at the device level prior to the EOI, add an additional handler to be called
prior to the EOI.
parent 38b6390a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment