From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45603) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZgYVi-0000qB-1q for qemu-devel@nongnu.org; Mon, 28 Sep 2015 09:30:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZgYVc-0001iS-58 for qemu-devel@nongnu.org; Mon, 28 Sep 2015 09:30:29 -0400 Received: from jessie.kos.to ([212.47.231.226]:45071 helo=pilvi.kos.to) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZgYVb-0001iH-VB for qemu-devel@nongnu.org; Mon, 28 Sep 2015 09:30:24 -0400 Date: Mon, 28 Sep 2015 16:30:22 +0300 From: Riku Voipio Message-ID: <20150928133022.GC20506@kos.to> References: <6980c269-2e93-4089-b0de-d8165f6ac216@HUB2.rwth-ad.de> <24470922.XWLBjQXSYt@pebbles.site> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <24470922.XWLBjQXSYt@pebbles.site> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 2/2] linux-user: remove MAX_ARG_PAGES limit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Bruens Cc: Peter Maydell , QEMU Developers On Mon, Sep 14, 2015 at 09:37:10PM +0200, Stefan Bruens wrote: > On Thursday 03 September 2015 18:27:20 Peter Maydell wrote: > > On 2 September 2015 at 02:38, Stefan Br=C3=BCns =20 > wrote: > > > Instead of creating a temporary copy for the whole environment and > > > the arguments, directly copy everything to the target stack. > > >=20 > > > For this to work, we have to change the order of stack creation and > > > copying the arguments. > > >=20 > > > Signed-off-by: Stefan Br=C3=BCns > >=20 > > Reviewed-by: Peter Maydell > >=20 > > Thanks for working through the code review process. > >=20 > > thanks > > -- PMM >=20 > Hi Peter, >=20 > is there anything that needs to be done before picking up these two pat= ches? Hi, Both patches applied to linux-user tree, thanks Riku