From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [PATCH] usb: Support for removing device by host addr, improved auto filter syntax Date: Sat, 13 Sep 2008 20:11:05 -0500 Message-ID: <48CC64A9.7080900@codemonkey.ws> References: <1221343282-25632-1-git-send-email-maxk@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: aurelien@aurel32.net, qemu-devel@nongnu.org, kvm@vger.kernel.org To: Max Krasnyansky Return-path: Received: from wx-out-0506.google.com ([66.249.82.238]:42134 "EHLO wx-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753196AbYINBMA (ORCPT ); Sat, 13 Sep 2008 21:12:00 -0400 Received: by wx-out-0506.google.com with SMTP id h27so646931wxd.4 for ; Sat, 13 Sep 2008 18:11:57 -0700 (PDT) In-Reply-To: <1221343282-25632-1-git-send-email-maxk@kernel.org> Sender: kvm-owner@vger.kernel.org List-ID: 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