From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pasi =?iso-8859-1?Q?K=E4rkk=E4inen?= Subject: Re: Bug: USB Bridge Will Not PassThru Date: Wed, 18 Jun 2014 18:47:20 +0300 Message-ID: <20140618154720.GD18930@reaktio.net> References: <1403071231.18741.130039173.1102B089@webmail.messagingengine.com> <20140618064857.GY18930@reaktio.net> <1403099135.28919.130179277.1700E6D0@webmail.messagingengine.com> <20140618141053.GA18930@reaktio.net> <1403105326.24953.130218681.5D1F239F@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1403105326.24953.130218681.5D1F239F@webmail.messagingengine.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: merc1984@f-m.fm Cc: Xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Wed, Jun 18, 2014 at 08:28:46AM -0700, merc1984@f-m.fm wrote: > > USB2 is not possible with qemu-traditional. > > You've have to use PVUSB, which has USB2 support, if you have the > drivers. > > > So a USB2 hardware device is still emulated in the domU, even when > passed-thru? It's not passing through the hardware? (like it seems it > should) > USB passthru to an HVM guest Qemu emulated USB controller means Qemu emulation, yes. And like said qemu-traditional only emulates USB 1.1 controllers/devices. PVUSB is another option, it supports passthru of USB2 devices, but it requires special drivers in both dom0 and guest kernel. -- Pasi