From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52052) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqQ1H-0001RH-J2 for qemu-devel@nongnu.org; Thu, 26 Jan 2012 09:09:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RqQ1B-0006LH-Vx for qemu-devel@nongnu.org; Thu, 26 Jan 2012 09:09:43 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39225) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqQ1B-0006LB-O2 for qemu-devel@nongnu.org; Thu, 26 Jan 2012 09:09:37 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q0QE9afN000783 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 26 Jan 2012 09:09:37 -0500 Message-ID: <4F215E9E.4010305@redhat.com> Date: Thu, 26 Jan 2012 15:09:34 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1327481439-6107-1-git-send-email-hdegoede@redhat.com> In-Reply-To: <1327481439-6107-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/25/12 09:50, 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: > :::: > Patch added to usb patch queue. thanks, Gerd