Re: [Qemu-devel] [PATCH v2 04/19] linux-user: Factor out uses of do_sigprocmask() from sigreturn code

2016-06-06 Thread Laurent Vivier
Le 27/05/2016 à 16:51, Peter Maydell a écrit : > All the architecture specific handlers for sigreturn include calls > to do_sigprocmask(SIGSETMASK, &set, NULL) to set the signal mask > from the uc_sigmask in the context being restored. Factor these > out into calls to a set_sigmask() function. Th

[Qemu-devel] [PATCH v2 04/19] linux-user: Factor out uses of do_sigprocmask() from sigreturn code

2016-05-27 Thread Peter Maydell
All the architecture specific handlers for sigreturn include calls to do_sigprocmask(SIGSETMASK, &set, NULL) to set the signal mask from the uc_sigmask in the context being restored. Factor these out into calls to a set_sigmask() function. The next patch will want to add code which is not run when