From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:60385) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rlbn7-0003Wx-S6 for qemu-devel@nongnu.org; Fri, 13 Jan 2012 02:43:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rlbn2-0007T9-AX for qemu-devel@nongnu.org; Fri, 13 Jan 2012 02:43:13 -0500 Received: from mx1.redhat.com ([209.132.183.28]:1028) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rlbn2-0007So-3y for qemu-devel@nongnu.org; Fri, 13 Jan 2012 02:43:08 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q0D7h6Dn002612 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 13 Jan 2012 02:43:06 -0500 Message-ID: <4F0FE087.1050204@redhat.com> Date: Fri, 13 Jan 2012 08:43:03 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1326385868-26538-1-git-send-email-hdegoede@redhat.com> In-Reply-To: <1326385868-26538-1-git-send-email-hdegoede@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] usb-redir: Add the posibility to filter out certain devices from redirecion List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hans de Goede Cc: qemu-devel@nongnu.org On 01/12/12 17:31, Hans de Goede wrote: > This patch adds the posibility to filter out certain devices from redirecion. > To use this pass the filter property to -device usb-redir. The filter > property takes a string consisting of filter rules, the format for a rule is: > :::: Hmm, what is the point of having this filter in qemu? I'd expect the other end of the network connection which talks to the actual usb device (i.e. the tcp standalone server or spice client) doing the filtering ... cheers, Gerd