From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MGV3S-0002Zb-J9 for qemu-devel@nongnu.org; Tue, 16 Jun 2009 05:34:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MGV3Q-0002Z7-E7 for qemu-devel@nongnu.org; Tue, 16 Jun 2009 05:34:09 -0400 Received: from [199.232.76.173] (port=53250 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MGV3Q-0002Yy-7i for qemu-devel@nongnu.org; Tue, 16 Jun 2009 05:34:08 -0400 Received: from mx20.gnu.org ([199.232.41.8]:27976) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MGV3P-0001Xj-Kf for qemu-devel@nongnu.org; Tue, 16 Jun 2009 05:34:07 -0400 Received: from naru.obs2.net ([84.20.150.76]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MGV3O-0003yi-Le for qemu-devel@nongnu.org; Tue, 16 Jun 2009 05:34:06 -0400 Date: Tue, 16 Jun 2009 12:34:03 +0300 From: Riku Voipio Subject: Re: [Qemu-devel] [PATCH 08/21] Fix struct termios host - target translation Message-ID: <20090616093403.GA8265@kos.to> References: <20090615153657.GH27535@kos.to> <87eitklgzo.fsf@lechat.rtp-net.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87eitklgzo.fsf@lechat.rtp-net.org> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Arnaud Patard Cc: Blue Swirl , qemu-devel@nongnu.org On Tue, Jun 16, 2009 at 10:28:43AM +0200, Arnaud Patard wrote: > Riku Voipio writes: > Hi, > > > 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? > Signed-off-by: Arnaud Patard > Also, do you want me to reply to all your mails with the patches I've > sent or adding my SOB here is enough for all ? If you say this Signed-off-by: is covers all the patches in the series, it is enough for me. If you want to be pedantic, you can reply to all of them.