From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:42031) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qj6CH-0002o2-DW for qemu-devel@nongnu.org; Tue, 19 Jul 2011 05:02:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qj6CC-0007um-0h for qemu-devel@nongnu.org; Tue, 19 Jul 2011 05:02:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:9879) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qj6CB-0007uJ-GC for qemu-devel@nongnu.org; Tue, 19 Jul 2011 05:02:27 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p6J92PAU022848 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 19 Jul 2011 05:02:25 -0400 Message-ID: <4E254879.1040206@redhat.com> Date: Tue, 19 Jul 2011 11:03:53 +0200 From: Hans de Goede MIME-Version: 1.0 References: <1310973217-12242-1-git-send-email-hdegoede@redhat.com> <4E244447.7090807@redhat.com> In-Reply-To: <4E244447.7090807@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] USB: add usb network redirection support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org Hi, On 07/18/2011 04:33 PM, Gerd Hoffmann wrote: > On 07/18/11 09:13, Hans de Goede wrote: >> This patch adds support for a usb-redir device, which takes a chardev >> as a communication channel to an actual usbdevice using the usbredir protocol. >> >> Compiling the usb-redir device requires usbredir-0.3 to be installed for >> the usbredir protocol parser, usbredir-0.3 also contains a server for >> redirecting usb traffic from an actual usb device. You can get the 0.3 >> release of usbredir here: >> http://people.fedoraproject.org/~jwrdegoede/usbredir-0.3.tar.bz2 >> (getting a more formal site for it is a WIP) > > Looks good overall. scripts/checkpatch.pl has a bunch of codestyle complains which need to be fixed. Sorry, I should have though of running checkpatch before submitting myself, new version coming up. Regards, Hans