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

KVM: Add guest mode signal mask


Allow a special signal mask to be used while executing in guest mode.  This
allows signals to be used to interrupt a vcpu without requiring signal
delivery to a userspace handler, which is quite expensive.  Userspace still
receives -EINTR and can get the signal via sigwait().

Signed-off-by: default avatarAvi Kivity <avi@qumranet.com>
parent 6722c51c
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