From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KevCc-0005rr-4n for qemu-devel@nongnu.org; Sun, 14 Sep 2008 13:16:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KevCb-0005rZ-GD for qemu-devel@nongnu.org; Sun, 14 Sep 2008 13:16:01 -0400 Received: from [199.232.76.173] (port=48338 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KevCb-0005rK-B4 for qemu-devel@nongnu.org; Sun, 14 Sep 2008 13:16:01 -0400 Received: from hera.kernel.org ([140.211.167.34]:56727) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KevCa-0005HN-T2 for qemu-devel@nongnu.org; Sun, 14 Sep 2008 13:16:01 -0400 Message-ID: <48CD46B5.50004@kernel.org> Date: Sun, 14 Sep 2008 10:15:33 -0700 From: Max Krasnyansky MIME-Version: 1.0 References: <1221343282-25632-1-git-send-email-maxk@kernel.org> <48CC64A9.7080900@codemonkey.ws> In-Reply-To: <48CC64A9.7080900@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1 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: Anthony Liguori Cc: qemu-devel@nongnu.org, aurelien@aurel32.net, kvm@vger.kernel.org Anthony Liguori wrote: > 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 :-) Yeah most of the devices I have did not work before. Now it's exactly the opposite, I cannot seem to find a device that does not work :). Even those that require firmware download (they reset and remunerate after fw is loaded), with the right set of auto filters QEMU just grabs them after reset and things work just fine. And once we get EHCI going it'll be even better (BW wise that is). Thanx for commiting the patches. Max