Le 18/09/2022 à 21:45, Helge Deller a écrit :
Some of the guest signal numbers are currently not converted to
their representative names in the strace output, e.g. SIGVTALRM.

This patch introduces a smart way to generate and keep in sync the
host-to-guest and guest-to-host signal conversion tables for usage in
the qemu signal and strace code. This ensures that any signals
will now show up in both tables.

There is no functional change in this patch - with the exception that yet
missing signal names now show up in the strace code too.

Signed-off-by: Helge Deller <del...@gmx.de>
---
  linux-user/signal-common.h | 46 ++++++++++++++++++++++++++++++++++++++
  linux-user/signal.c        | 37 +++---------------------------
  linux-user/strace.c        | 30 +++++++++----------------
  3 files changed, 60 insertions(+), 53 deletions(-)


Reviewed-by: Laurent Vivier <laur...@vivier.eu>


Reply via email to