From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JGLCu-0007CQ-31 for qemu-devel@nongnu.org; Sat, 19 Jan 2008 16:26:28 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JGLCs-0007AL-4z for qemu-devel@nongnu.org; Sat, 19 Jan 2008 16:26:27 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JGLCr-0007AD-WD for qemu-devel@nongnu.org; Sat, 19 Jan 2008 16:26:26 -0500 Received: from mtaout03-winn.ispmail.ntl.com ([81.103.221.49]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JGLCr-00010j-9C for qemu-devel@nongnu.org; Sat, 19 Jan 2008 16:26:25 -0500 Received: from aamtaout02-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout03-winn.ispmail.ntl.com with ESMTP id <20080119212801.GNOW20647.mtaout03-winn.ispmail.ntl.com@aamtaout02-winn.ispmail.ntl.com> for ; Sat, 19 Jan 2008 21:28:01 +0000 Received: from implementation.famille.thibault.fr ([82.21.96.230]) by aamtaout02-winn.ispmail.ntl.com with ESMTP id <20080119212719.ZPBP17393.aamtaout02-winn.ispmail.ntl.com@implementation.famille.thibault.fr> for ; Sat, 19 Jan 2008 21:27:19 +0000 Received: from samy by implementation.famille.thibault.fr with local (Exim 4.68) (envelope-from ) id 1JGLCm-000223-BV for qemu-devel@nongnu.org; Sat, 19 Jan 2008 22:26:20 +0100 Date: Sat, 19 Jan 2008 21:26:20 +0000 From: Samuel Thibault Subject: Re: [Qemu-devel] Re: [PATCH] USB serial device Message-ID: <20080119212620.GB4334@implementation> References: <20080111002312.GE4304@implementation> <20080111110923.GB4223@implementation.uk.xensource.com> <20080113015556.GO4299@implementation> <20080113185930.GE4309@implementation> <20080117144706.GE4264@implementation.uk.xensource.com> <20080117224458.GD4300@implementation> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org andrzej zaborowski, le Sat 19 Jan 2008 14:05:20 +0100, a écrit : > I applied the patch even though the old values worked ok too. The old values weren't in linux 2.6.12 for instance, and it looks like the new ones are the default ones for the FTDI builderr, so it should be fine now. > I also added a chr_close callback for -serial stdio so that I can do > usb_add serial::stdio, then usb_del and usb_add serial::stdio again > without getting an error on opening "stdio". Good, thanks! Samuel