diff mbox series

[v3,1/3] Revert "hvf: Actually set SIG_IPI mask"

Message ID 27f51056925889c41b763b71c992f04d935157c4.1606884132.git.pcc@google.com (mailing list archive)
State New, archived
Headers show
Series [v3,1/3] Revert "hvf: Actually set SIG_IPI mask" | expand

Commit Message

Peter Collingbourne Dec. 2, 2020, 4:44 a.m. UTC
From: Alexander Graf <agraf@csgraf.de>

This reverts commit 926a35700f0c14d6b95cbf8c3c3cce55ec7ffc3e.

You can just drop patch 3 of your v2 instead of taking this commit.
---
 accel/hvf/hvf-cpus.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/accel/hvf/hvf-cpus.c b/accel/hvf/hvf-cpus.c
index 4360f64671..e613c22ad0 100644
--- a/accel/hvf/hvf-cpus.c
+++ b/accel/hvf/hvf-cpus.c
@@ -346,7 +346,6 @@  static int hvf_init_vcpu(CPUState *cpu)
 
     pthread_sigmask(SIG_BLOCK, NULL, &set);
     sigdelset(&set, SIG_IPI);
-    pthread_sigmask(SIG_SETMASK, &set, NULL);
 
 #ifdef __aarch64__
     r = hv_vcpu_create(&cpu->hvf->fd, (hv_vcpu_exit_t **)&cpu->hvf->exit, NULL);