From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KngTz-0001cy-CT for qemu-devel@nongnu.org; Wed, 08 Oct 2008 17:22:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KngTy-0001c3-Nc for qemu-devel@nongnu.org; Wed, 08 Oct 2008 17:22:10 -0400 Received: from [199.232.76.173] (port=58958 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KngTy-0001by-Dk for qemu-devel@nongnu.org; Wed, 08 Oct 2008 17:22:10 -0400 Received: from an-out-0708.google.com ([209.85.132.241]:25245) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KngTy-0006s9-20 for qemu-devel@nongnu.org; Wed, 08 Oct 2008 17:22:10 -0400 Received: by an-out-0708.google.com with SMTP id d18so237665and.130 for ; Wed, 08 Oct 2008 14:22:07 -0700 (PDT) Message-ID: <48ED247B.6070107@codemonkey.ws> Date: Wed, 08 Oct 2008 16:22:03 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] USB serial device support References: <48EBC691.2010803@windriver.com> In-Reply-To: <48EBC691.2010803@windriver.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 Jason Wessel wrote: > Add in usb serial pass through support, based on the current usb-linux.c. > Can you explain why this allows usb serial pass through support? It is not at all obvious from the patch. Regards, Anthony Liguori > Jason. >