On Fri, 18 Jun 2021 at 20:32, Richard Henderson <[email protected]> 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. > > Reviewed-by: Max Filippov <[email protected]> > Signed-off-by: Richard Henderson <[email protected]> > --- > linux-user/qemu.h | 7 +++++++ > linux-user/elfload.c | 17 +++++++++++++++++ > linux-user/signal.c | 3 +++ > 3 files changed, 27 insertions(+)
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
