From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51406) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WvLzZ-0004HK-FX for qemu-devel@nongnu.org; Fri, 13 Jun 2014 03:33:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WvLzT-0001kr-CX for qemu-devel@nongnu.org; Fri, 13 Jun 2014 03:33:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38745) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WvLzT-0001ki-4n for qemu-devel@nongnu.org; Fri, 13 Jun 2014 03:33:35 -0400 Message-ID: <1402644810.21444.16.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Fri, 13 Jun 2014 09:33:30 +0200 In-Reply-To: References: <1402564110.7148.3.camel@nilsson.home.kraxel.org> <1402568812.21444.1.camel@nilsson.home.kraxel.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] USB passthrough in qemu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michal Suchanek Cc: "qemu-devel@nongnu.org" Hi, > However, > -device nec-usb-xhci -usbdevice host:0b95:772b -usbdevice tablet > gives empy xhci bus and both devices attached to uhci bus which does not work. Either drop '-usb' so xhci is the only usb controller, or use -device usb-$device,bus=$name to explicitly say which controller you want your device attach to. cheers, Gerd