From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43565) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJnrq-0004rl-Dy for qemu-devel@nongnu.org; Tue, 10 May 2011 10:24:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QJnrp-00056l-Hk for qemu-devel@nongnu.org; Tue, 10 May 2011 10:24:54 -0400 Received: from cp1.nerdvana.net.au ([113.212.99.50]:49545) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJnrp-000562-94 for qemu-devel@nongnu.org; Tue, 10 May 2011 10:24:53 -0400 From: Brad Hards Date: Tue, 10 May 2011 16:24:07 +0200 References: <1305023443-8722-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1305023443-8722-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201105101624.08253.bradh@frogmouth.net> Subject: Re: [Qemu-devel] [PATCH 0/2] usb-linux: physical port handling. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann On Tuesday 10 May 2011 12:30:41 Gerd Hoffmann wrote: > Hi, > > These patches fix and improve the physical port handling in the usb host > driver. Passthrough of devices connected via usb hub should work better > now. Also you can specify usb devices for passthrough by physical port > (on the host) now. > > please review, > Gerd > > Gerd Hoffmann (2): > usb-linux: fix device path aka physical port handling > usb-linux: add hostport property > > usb-linux.c | 47 +++++++++++++++++++++++++++-------------------- > 1 files changed, 27 insertions(+), 20 deletions(-) Some additional docs (based on 2/2 hints) might be a useful addition. Possible candidates: - docs/qdev-device-use.txt - qemu-doc.texi Brad