On 07/11/2016 02:07 AM, Peter Lieven wrote:
the allocated stack will be adjusted to the minimum supported stack size
by the OS and rounded up to be a multiple of the system pagesize.
Additionally an architecture dependent guard page is added to the stack
to catch stack overflows.
Signed-off-by: Peter Lieven <p...@kamp.de>
---
include/sysemu/os-posix.h | 23 +++++++++++++++++++++++
util/oslib-posix.c | 44 ++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 67 insertions(+)
Reviewed-by: Richard Henderson <r...@twiddle.net>
r~