Skip to content
Commit 9f155a9b authored by Rusty Russell's avatar Rusty Russell
Browse files

lguest: allow any process to send interrupts



We currently only allow the Launcher process to send interrupts, but it
as we already send interrupts from the hrtimer, it's a simple matter of
extracting that code into a common set_interrupt routine.

As we switch to a thread per virtqueue, this avoids a bottleneck through the
main Launcher process.

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 92b4d8df
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment