Re: [PATCH v3 1/2] linux-user: Allow custom rt signal mappings

2024-10-31 Thread Richard Henderson
On 10/29/24 23:17, Ilya Leoshkevich wrote: Some applications want to use low priority realtime signals (e.g., SIGRTMAX). Currently QEMU cannot map all target realtime signals to host realtime signals, and chooses to sacrifice the end of the target realtime signal range. Allow users to choose how

[PATCH v3 1/2] linux-user: Allow custom rt signal mappings

2024-10-29 Thread Ilya Leoshkevich
Some applications want to use low priority realtime signals (e.g., SIGRTMAX). Currently QEMU cannot map all target realtime signals to host realtime signals, and chooses to sacrifice the end of the target realtime signal range. Allow users to choose how to map target realtime signals to host realt