From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MGEF4-0002hn-AL for qemu-devel@nongnu.org; Mon, 15 Jun 2009 11:37:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MGEF2-0002h2-Cz for qemu-devel@nongnu.org; Mon, 15 Jun 2009 11:37:01 -0400 Received: from [199.232.76.173] (port=41811 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MGEF2-0002gu-8m for qemu-devel@nongnu.org; Mon, 15 Jun 2009 11:37:00 -0400 Received: from naru.obs2.net ([84.20.150.76]:54084) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MGEF1-000370-KA for qemu-devel@nongnu.org; Mon, 15 Jun 2009 11:37:00 -0400 Date: Mon, 15 Jun 2009 18:36:57 +0300 From: Riku Voipio Subject: Re: [Qemu-devel] [PATCH 08/21] Fix struct termios host - target translation Message-ID: <20090615153657.GH27535@kos.to> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel@nongnu.org, arnaud.patard@rtp-net.org On Sun, Jun 14, 2009 at 06:22:36PM +0300, Blue Swirl wrote: > On 6/12/09, riku.voipio@iki.fi wrote: > > From: Arnaud Patard > > When converting the termios structure between host and target in > > target_to_host_termios and host_to_target_termios, the c_cc[] array is > > never initialised. > > Calling memset() before using it allows to run successfully "stty echo / > > stty -echo" on arm-linux-user target (host being x86 and mips). > > > > From: Arnaud Patard > > Signed-off-by: Riku Voipio > >From != SOB. Arnaud, can you send your Signed-Off-By: for the patches you have sent?