From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53816) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJkDG-0003h8-Jh for qemu-devel@nongnu.org; Tue, 10 May 2011 06:30:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QJkDF-000550-QM for qemu-devel@nongnu.org; Tue, 10 May 2011 06:30:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:29061) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJkDF-00054p-Fh for qemu-devel@nongnu.org; Tue, 10 May 2011 06:30:45 -0400 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 p4AAUijh028906 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 10 May 2011 06:30:45 -0400 From: Gerd Hoffmann Date: Tue, 10 May 2011 12:30:41 +0200 Message-Id: <1305023443-8722-1-git-send-email-kraxel@redhat.com> Subject: [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 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(-)