[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 1/3] Revert "hvf: Actually set SIG_IPI mask"
From: |
Peter Collingbourne |
Subject: |
[PATCH v3 1/3] Revert "hvf: Actually set SIG_IPI mask" |
Date: |
Tue, 1 Dec 2020 20:44:05 -0800 |
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 --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);
--
2.29.2.454.gaff20da3a2-goog
- [PATCH v3 1/3] Revert "hvf: Actually set SIG_IPI mask",
Peter Collingbourne <=