[Qemu-devel] [PATCH 09/12] linux-user: Put the stack guard page at the top.

2010-07-27 Thread Richard Henderson
There are no supported stack-grows-up targets. We were putting the guard page at the highest address, i.e. the bottom of the stack. Use the maximum of host and guest page size for the guard size. Signed-off-by: Richard Henderson --- linux-user/elfload.c | 31 +-- 1

[Qemu-devel] [PATCH 09/12] linux-user: Put the stack guard page at the top.

2010-05-05 Thread Richard Henderson
There are no supported stack-grows-up targets. We were putting the guard page at the highest address, i.e. the bottom of the stack. Use the maximum of host and guest page size for the guard size. Signed-off-by: Richard Henderson --- linux-user/elfload.c | 29 - 1 f