From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HaAQ3-0005Fc-Oa for qemu-devel@nongnu.org; Sat, 07 Apr 2007 08:53:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HaAQ2-0005DF-9Z for qemu-devel@nongnu.org; Sat, 07 Apr 2007 08:53:27 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HaAQ1-0005Cx-WE for qemu-devel@nongnu.org; Sat, 07 Apr 2007 08:53:26 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HaAMQ-0002kY-Ap for qemu-devel@nongnu.org; Sat, 07 Apr 2007 08:49:42 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Feature proposal: USB devices over TCP Date: Sat, 7 Apr 2007 13:49:34 +0100 References: <83a4d4ca0704061811ka631da0ufad5af1a63ba19c2@mail.gmail.com> <46171239.6090608@codemonkey.ws> <83a4d4ca0704070514v5e430de8h2eefd100e5ca274e@mail.gmail.com> In-Reply-To: <83a4d4ca0704070514v5e430de8h2eefd100e5ca274e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200704071349.35649.paul@codesourcery.com> 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 > I don't think that tunneling traffic through VNC is possible. In QEMU the > VNC implementation is asynchronous, while the USB layer expects an > immediate response to any request. Not entirely true. While some transfers (typically control transfers) are synchronous, bulk transfers can by asynchronous. Paul