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

2022-09-25 Thread Laurent Vivier
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 tabl

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

2022-09-18 Thread Helge Deller
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.