From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57648) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScYqc-0003t6-Bi for qemu-devel@nongnu.org; Thu, 07 Jun 2012 05:17:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ScYqV-0001On-SD for qemu-devel@nongnu.org; Thu, 07 Jun 2012 05:17:41 -0400 Received: from e23smtp07.au.ibm.com ([202.81.31.140]:48242) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScYqV-0001O4-98 for qemu-devel@nongnu.org; Thu, 07 Jun 2012 05:17:35 -0400 Received: from /spool/local by e23smtp07.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 7 Jun 2012 09:08:59 +1000 Received: from d23av01.au.ibm.com (d23av01.au.ibm.com [9.190.234.96]) by d23relay04.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q579AHEb65208428 for ; Thu, 7 Jun 2012 19:10:17 +1000 Received: from d23av01.au.ibm.com (loopback [127.0.0.1]) by d23av01.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q579HTkr030662 for ; Thu, 7 Jun 2012 19:17:29 +1000 Message-ID: <1339060648.24838.20.camel@pasglop> From: Benjamin Herrenschmidt Date: Thu, 07 Jun 2012 19:17:28 +1000 In-Reply-To: <4FD06EDF.7070401@redhat.com> References: <1338953515.7150.150.camel@pasglop> <4FCEEDC5.7090807@us.ibm.com> <1339017219.7150.170.camel@pasglop> <4FD06725.70905@redhat.com> <1339058438.24838.15.camel@pasglop> <4FD06BE3.3070506@redhat.com> <4FD06EDF.7070401@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Subject: Re: [Qemu-devel] [qemu-devel][RFC] Enable usb with default options List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: Hans de Goede , Anthony Liguori , li zhang , qemu-devel@nongnu.org, zhlcindy@linux.vnet.ibm.com On Thu, 2012-06-07 at 11:05 +0200, Gerd Hoffmann wrote: > > We (me and Gerd Hoffmann) have investigated that, and experimented with it. > > It will work for simply devices, but isochronous devices break. The real > > solution at least for x86 vms is to get the XHCI emulation finished, as > > the XHCI controller has a much nicer hw interface from an emulation pov, > > and it can handle usb 1-3 devices. > > xhci emulation (in qemu-1.1) is good enougth to handle usb-tablet, so > feel free to play with it today :) I don't think we've tried it on big-endian yet :-) Li, is that something you team can have a look at (separately from these patches). Cheers, Ben.