Re: [Qemu-devel] Re: [Patch] Make usermode stacksize (-s) configurable at compile-time

2009-10-26 Thread Jan-Simon Möller
Am Sonntag 25 Oktober 2009 22:09:10 schrieb Juan Quintela: If we are changing the code in configure anyways, why don't add the default there? Something like this (I tested that it compiled, but didn't tested usermode). I am assuming that you only want it for linux-user. I like this

[Qemu-devel] Re: [Patch] Make usermode stacksize (-s) configurable at compile-time

2009-10-25 Thread Juan Quintela
Jan-Simon Möller dl...@gmx.de wrote: @@ -2481,6 +2485,16 @@ if test $target_user_only = yes -a $static = no -a \ ldflags=-pie $ldflags fi +# change default stacksize in usermode +# +if test $target_user_only = yes -a $user_mode_stacksize != ; then +