Re: [PATCH 01/21] linux-user: Add infrastructure for a signal trampoline page

2021-06-16 Thread Max Filippov
On Tue, Jun 15, 2021 at 6:20 PM Richard Henderson wrote: > > Allocate a page to hold the signal trampoline(s). > Invoke a guest-specific hook to fill in the contents > of the page before marking it read-execute again. > > Signed-off-by: Richard Henderson > --- > linux-user/qemu.h| 7 +++

[PATCH 01/21] linux-user: Add infrastructure for a signal trampoline page

2021-06-15 Thread Richard Henderson
Allocate a page to hold the signal trampoline(s). Invoke a guest-specific hook to fill in the contents of the page before marking it read-execute again. Signed-off-by: Richard Henderson --- linux-user/qemu.h| 7 +++ linux-user/elfload.c | 17 + linux-user/signal.c | 3