From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N2NtY-0002eL-F5 for qemu-devel@nongnu.org; Mon, 26 Oct 2009 07:37:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N2NtU-0002cs-VX for qemu-devel@nongnu.org; Mon, 26 Oct 2009 07:37:52 -0400 Received: from [199.232.76.173] (port=50792 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N2NtU-0002cp-Pq for qemu-devel@nongnu.org; Mon, 26 Oct 2009 07:37:48 -0400 Received: from mail.gmx.net ([213.165.64.20]:45300) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1N2NtU-0005dI-7Y for qemu-devel@nongnu.org; Mon, 26 Oct 2009 07:37:48 -0400 From: "Jan-Simon =?utf-8?q?M=C3=B6ller?=" Subject: Re: [Qemu-devel] Re: [Patch] Make usermode stacksize (-s) configurable at compile-time Date: Mon, 26 Oct 2009 12:37:42 +0100 References: <200910251622.07800.dl9pf@gmx.de> <200910251849.44301.dl9pf@gmx.de> In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <200910261237.42824.dl9pf@gmx.de> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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? >=20 > 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 version. Signed-off-by: Jan-Simon M=C3=B6ller >=20 > >From 0dc910f5d1b2e1dd7120abf32d25db190cd394e5 Mon Sep 17 00:00:00 2001 > From: Juan Quintela > Date: Sun, 25 Oct 2009 22:06:52 +0100 > Subject: [PATCH] User mode stacksize implementation >=20 Best, Jan-Simon