qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 1/3] Revert "hvf: Actually set SIG_IPI mask"
@ 2020-12-02  4:44 Peter Collingbourne via
  2020-12-02  4:44 ` [PATCH v3 2/3] arm/hvf: Do some cleanups Peter Collingbourne via
  2020-12-02  4:44 ` [PATCH v3 3/3] arm/hvf: Add a WFI handler Peter Collingbourne via
  0 siblings, 2 replies; 5+ messages in thread
From: Peter Collingbourne via @ 2020-12-02  4:44 UTC (permalink / raw)
  To: Alexander Graf
  Cc: Frank Yang, Roman Bolshakov, Peter Maydell, Eduardo Habkost,
	Richard Henderson, qemu-devel, Cameron Esfahani, qemu-arm,
	Claudio Fontana, Paolo Bonzini

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



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-12-02 20:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-02  4:44 [PATCH v3 1/3] Revert "hvf: Actually set SIG_IPI mask" Peter Collingbourne via
2020-12-02  4:44 ` [PATCH v3 2/3] arm/hvf: Do some cleanups Peter Collingbourne via
2020-12-02  4:44 ` [PATCH v3 3/3] arm/hvf: Add a WFI handler Peter Collingbourne via
2020-12-02 18:49   ` Alexander Graf
2020-12-02 20:02     ` Peter Collingbourne

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).