From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jsj1u-00089y-O0 for qemu-devel@nongnu.org; Sun, 04 May 2008 14:33:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jsj1s-000889-R3 for qemu-devel@nongnu.org; Sun, 04 May 2008 14:33:46 -0400 Received: from [199.232.76.173] (port=59308 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jsj1s-00087r-IV for qemu-devel@nongnu.org; Sun, 04 May 2008 14:33:44 -0400 Received: from mtaout03-winn.ispmail.ntl.com ([81.103.221.49]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jsj1s-0005DY-SY for qemu-devel@nongnu.org; Sun, 04 May 2008 14:33:45 -0400 Date: Sun, 4 May 2008 19:33:38 +0100 From: Samuel Thibault Subject: Re: [Qemu-devel] PATCH: Put Psuedo-TTY in rawmode for char devices Message-ID: <20080504183338.GL4774@implementation> References: <20080422005057.GD3649@redhat.com> <20080501171424.GF21335@redhat.com> <20080503230850.GA6745@volta.aurel32.net> <20080504182017.GA21786@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20080504182017.GA21786@redhat.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" , qemu-devel@nongnu.org Cc: Aurelien Jarno Daniel P. Berrange, le Sun 04 May 2008 19:20:17 +0100, a écrit : > The updated patch also closes the slave_fd file descriptor since only > the master_fd is needed on the QEMU end. That will pose problems. See the corresponding thread on the Xen devel mailing list `Fix xenconsole's "Could not read tty from store"' from 17 december 2007: « on linux it looks like that makes the master part stop working: I'm getting EIO on read()s ». Samuel