OSDN Git Service

linux-user: Add infrastructure for a signal trampoline page
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 29 Sep 2021 13:05:28 +0000 (09:05 -0400)
committerLaurent Vivier <laurent@vivier.eu>
Fri, 1 Oct 2021 10:03:47 +0000 (12:03 +0200)
commitdb2af69d6ba836a264878dbf2cf676d3c1fc46b4
tree0d3b0e93b1f68702bfebd68c8cc5cf7cb79ea744
parentbb4aa8f59e18412cff0d69f14aee7abba153161a
linux-user: Add infrastructure for a signal trampoline page

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 <jcmvbkbc@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210929130553.121567-2-richard.henderson@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/elfload.c
linux-user/signal-common.h
linux-user/signal.c