From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43309) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z3Mcp-0000oi-6i for qemu-devel@nongnu.org; Fri, 12 Jun 2015 06:55:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z3Mck-0001KG-25 for qemu-devel@nongnu.org; Fri, 12 Jun 2015 06:55:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57206) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z3Mcj-0001K7-TS for qemu-devel@nongnu.org; Fri, 12 Jun 2015 06:55:46 -0400 Message-ID: <1434106542.28479.45.camel@redhat.com> From: Gerd Hoffmann Date: Fri, 12 Jun 2015 12:55:42 +0200 In-Reply-To: <557AB843.3090006@ozlabs.ru> References: <557AB843.3090006@ozlabs.ru> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] USB pass through via usb-host List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Kardashevskiy Cc: "qemu-devel@nongnu.org" > The questions are: > 1. can we really pass a root hub to a guest? No. You can't pass-through hubs (no matter whenever root or other). > What is expected to happen > there? Nothing. Hubs are ignored by usb-host. > 2. can we tell if the root hubs in the guest are emulated or from usb-host? They are emulated. cheers, Gerd