Skip to content
Snippets Groups Projects
Commit a6c372de authored by Rusty Russell's avatar Rusty Russell
Browse files

lguest: fix lguest wake on guest clock tick, or fd activity


The Launcher could be inside the Guest on another CPU; wake_up_process
will do nothing because it is "running".  kick_process will knock it
back into our kernel in this case, otherwise we'll miss it until the
next guest exit.

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent b43e3521
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