From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Keg9f-00043n-T1 for qemu-devel@nongnu.org; Sat, 13 Sep 2008 21:11:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Keg9e-00043Z-LS for qemu-devel@nongnu.org; Sat, 13 Sep 2008 21:11:59 -0400 Received: from [199.232.76.173] (port=38700 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Keg9e-00043W-EQ for qemu-devel@nongnu.org; Sat, 13 Sep 2008 21:11:58 -0400 Received: from yx-out-1718.google.com ([74.125.44.156]:5117) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Keg9e-0001FX-5v for qemu-devel@nongnu.org; Sat, 13 Sep 2008 21:11:58 -0400 Received: by yx-out-1718.google.com with SMTP id 3so464500yxi.82 for ; Sat, 13 Sep 2008 18:11:57 -0700 (PDT) Message-ID: <48CC64A9.7080900@codemonkey.ws> Date: Sat, 13 Sep 2008 20:11:05 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1221343282-25632-1-git-send-email-maxk@kernel.org> In-Reply-To: <1221343282-25632-1-git-send-email-maxk@kernel.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] usb: Support for removing device by host addr, improved auto filter syntax Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Krasnyansky Cc: qemu-devel@nongnu.org, aurelien@aurel32.net, kvm@vger.kernel.org Max Krasnyansky wrote: > This patch adds support for removing USB devices by host address. > Which is usefull for things like libvirtd because there is no easy way to > find guest USB address of the host device. > In other words you can now do: > usb_add host:3.5 > ... > usb_del host:3.5 > Before the patch 'usb_del' did not support 'host:' notation. > Applied. Thanks. BTW, I was able to program my harmony remote with QEMU after your last patch series. This brought me great joy as I do not currently have access to a physical Windows system :-) Regards, Anthony Liguori