qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 01/12] linux-user: Add missing signals in strace output


From: Laurent Vivier
Subject: Re: [PATCH v3 01/12] linux-user: Add missing signals in strace output
Date: Sun, 25 Sep 2022 17:00:38 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.1

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 <deller@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 <laurent@vivier.eu>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]