Re: [PATCH v2 2/4] linux-user: cleanup signal.c

2020-02-11 Thread Peter Maydell
On Tue, 4 Feb 2020 at 17:11, Laurent Vivier wrote: > > No functional changes. Prepare the field for future fixes. > > Remove memset(.., 0, ...) that is useless on a static array > > Signed-off-by: Laurent Vivier > --- > > Notes: > v2: replace i, j by target_sig, host_sig > Reviewed-by: Peter

Re: [PATCH v2 2/4] linux-user: cleanup signal.c

2020-02-04 Thread Philippe Mathieu-Daudé
On 2/4/20 6:10 PM, Laurent Vivier wrote: No functional changes. Prepare the field for future fixes. Remove memset(.., 0, ...) that is useless on a static array Signed-off-by: Laurent Vivier --- Notes: v2: replace i, j by target_sig, host_sig linux-user/signal.c | 48 ++

[PATCH v2 2/4] linux-user: cleanup signal.c

2020-02-04 Thread Laurent Vivier
No functional changes. Prepare the field for future fixes. Remove memset(.., 0, ...) that is useless on a static array Signed-off-by: Laurent Vivier --- Notes: v2: replace i, j by target_sig, host_sig linux-user/signal.c | 48 ++--- 1 file changed,