Signed-off-by: Asias He <[email protected]>
---
tools/kvm/ioeventfd.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/tools/kvm/ioeventfd.c b/tools/kvm/ioeventfd.c
index 3a240e4..0683868 100644
--- a/tools/kvm/ioeventfd.c
+++ b/tools/kvm/ioeventfd.c
@@ -99,6 +99,9 @@ void ioeventfd__del_event(u64 addr, u64 datamatch)
static void *ioeventfd__thread(void *param)
{
+
+ sig_block(SIGALRM);
+
for (;;) {
int nfds, i;
--
1.7.5.4
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html