From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=46848 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PN2Fh-0000WM-65 for qemu-devel@nongnu.org; Mon, 29 Nov 2010 06:50:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PN2Fg-0000EK-64 for qemu-devel@nongnu.org; Mon, 29 Nov 2010 06:50:37 -0500 Received: from mx1.redhat.com ([209.132.183.28]:3273) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PN2Ff-0000Dy-V6 for qemu-devel@nongnu.org; Mon, 29 Nov 2010 06:50:36 -0500 Message-ID: <4CF39387.2060402@redhat.com> Date: Mon, 29 Nov 2010 12:50:31 +0100 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] RFC: usb redirection over the network, interesting outside of spice? References: <4CF37C6A.9080409@redhat.com> In-Reply-To: <4CF37C6A.9080409@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hans de Goede Cc: spice-devel@lists.freedesktop.org, qemu-devel@nongnu.org Hi, > The idea here is that a usb device connected to machine a, will be > available for use by the guest os running on host b (machine b). > > I'm working on this because it is something which we want / need > for spice. I'm wondering if there is interest in this outside > of spice ? Sure. The idea to support usb forwarding over vnc comes up now and then. Also having a standalone app is probably useful for testing and development and maybe logging the communication between guest OS and device. > I'm asking because at this moment in time the redirection support > can probably be written in a way which abstracts the transport channel > quite easily, allowing use outside of spice. Yes, I think we certainly want to do that. I think on the qemu side we want plumbing into chardev and spice, maybe also vnc. On the client side a library (building on top of libusb?), a standalone app and support in spice client and maybe gtk-vnc would be good I think. cheers, Gerd