Re: [PATCH 2/5] linux-user: Introduce host_signal_mask

2022-02-08 Thread Peter Maydell
On Tue, 8 Feb 2022 at 11:17, Richard Henderson wrote: > > On 2/8/22 21:59, Peter Maydell wrote: > > On Tue, 8 Feb 2022 at 08:03, Richard Henderson > > wrote: > >> > >> Do not directly access the uc_sigmask member. > >> This is preparation for a sparc64 fix. > >> > >> Signed-off-by: Richard Hender

Re: [PATCH 2/5] linux-user: Introduce host_signal_mask

2022-02-08 Thread Richard Henderson
On 2/8/22 21:59, Peter Maydell wrote: On Tue, 8 Feb 2022 at 08:03, Richard Henderson wrote: Do not directly access the uc_sigmask member. This is preparation for a sparc64 fix. Signed-off-by: Richard Henderson --- linux-user/include/host/aarch64/host-signal.h | 5 + linux-user/inclu

Re: [PATCH 2/5] linux-user: Introduce host_signal_mask

2022-02-08 Thread Peter Maydell
On Tue, 8 Feb 2022 at 08:03, Richard Henderson wrote: > > Do not directly access the uc_sigmask member. > This is preparation for a sparc64 fix. > > Signed-off-by: Richard Henderson > --- > linux-user/include/host/aarch64/host-signal.h | 5 + > linux-user/include/host/alpha/host-signal.h

Re: [PATCH 2/5] linux-user: Introduce host_signal_mask

2022-02-08 Thread Philippe Mathieu-Daudé via
On 8/2/22 08:12, Richard Henderson wrote: Do not directly access the uc_sigmask member. This is preparation for a sparc64 fix. Signed-off-by: Richard Henderson --- linux-user/include/host/aarch64/host-signal.h | 5 + linux-user/include/host/alpha/host-signal.h| 5 + linux-use

[PATCH 2/5] linux-user: Introduce host_signal_mask

2022-02-07 Thread Richard Henderson
Do not directly access the uc_sigmask member. This is preparation for a sparc64 fix. Signed-off-by: Richard Henderson --- linux-user/include/host/aarch64/host-signal.h | 5 + linux-user/include/host/alpha/host-signal.h| 5 + linux-user/include/host/arm/host-signal.h | 5