Re: [PATCH v2 1/2] linux-user: Map low priority rt signals

2024-02-12 Thread Philippe Mathieu-Daudé
Cc'ing Brian & Taylor On 12/2/24 21:45, 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 signals, and chooses to sacrifice the end of the target realtime signal range. Change this

[PATCH v2 1/2] linux-user: Map low priority rt signals

2024-02-12 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 signals, and chooses to sacrifice the end of the target realtime signal range. Change this to the middle of that range, hoping that fewer applications will