From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KmqCV-0003pB-TG for qemu-devel@nongnu.org; Mon, 06 Oct 2008 09:32:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KmqCU-0003oP-Hf for qemu-devel@nongnu.org; Mon, 06 Oct 2008 09:32:39 -0400 Received: from [199.232.76.173] (port=58117 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KmqCU-0003oG-8E for qemu-devel@nongnu.org; Mon, 06 Oct 2008 09:32:38 -0400 Received: from mail.codesourcery.com ([65.74.133.4]:55280) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KmqCT-0002m0-0B for qemu-devel@nongnu.org; Mon, 06 Oct 2008 09:32:37 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH] USB over network Date: Mon, 6 Oct 2008 14:32:33 +0100 References: <200810061309.10270.paul@codesourcery.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200810061432.33726.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 Cc: Gal Hammer > > It looks like you have to start qemu with magic options on the remote > > machine? > > No, qemu should be started with "-usbremote host:port" command line > option. This will start a listener which wait for incoming remote > connections. The remote connection is established with the qemu-usbd > application. The qemu-usbd is executed on the local machine, the one > that the USB device is attached to. I don't see any code for building qemu-usbd. > At the moment, the protocol is a simple > what-usb-linux-want-usb-linux-get approach The wire protocol (and the qemu end of the code) should not be linux specific. Was this code really written by Fabrice Bellard? Paul