From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JV63B-0006ZA-Ry for qemu-devel@nongnu.org; Fri, 29 Feb 2008 09:17:25 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JV63A-0006Yg-65 for qemu-devel@nongnu.org; Fri, 29 Feb 2008 09:17:25 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JV639-0006Yb-Tx for qemu-devel@nongnu.org; Fri, 29 Feb 2008 09:17:23 -0500 Received: from py-out-1112.google.com ([64.233.166.177]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JV639-0008EN-Jw for qemu-devel@nongnu.org; Fri, 29 Feb 2008 09:17:23 -0500 Received: by py-out-1112.google.com with SMTP id u52so6463759pyb.10 for ; Fri, 29 Feb 2008 06:17:22 -0800 (PST) Message-ID: <75b57c110802290617y60fdd40qa47b1b3732681150@mail.gmail.com> Date: Fri, 29 Feb 2008 09:17:22 -0500 From: "Gerb Stralko" Subject: Re: [kvm-devel] [Qemu-devel] [PATCH] USB 2.0 EHCI emulation In-Reply-To: <64F9B87B6B770947A9F8391472E03216117588D1@ehost011-8.exch011.intermedia.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <75b57c110802281146w258e1af0hc1578db98128d887@mail.gmail.com> <64F9B87B6B770947A9F8391472E03216117588D1@ehost011-8.exch011.intermedia.net> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Arnon Gilboa Cc: kvm-devel@lists.sourceforge.net, qemu-devel@nongnu.org On Fri, Feb 29, 2008 at 2:33 AM, Arnon Gilboa wrote: > In hw/pc.c, replace usb_uhci_piix3_init(pci_bus, piix3_devfn + 2); > With usb_ehci_init(pci_bus, piix3_devfn + 2); With these changes.. I can't add the usb devices anymore to a Windows XP (32 bit). This is the command i use to start kvm: /usr/local/bin/kvm/qemu-system-x86_64 -localtime -m 512 -usb -hda win32xp.img To add usb device i normally go to the qemu console and type: info usbhost usb_add host:03f0:01cda But with your patch, when i try to add a usb device i get: Could not add 'USB device host:03f0:01cda' Since i'm using EHCI emulation, do i need to add usb devices in a different way? Or should it work exactly the same way? Thanks, Jerry > Note my comments on the original post: > -tested on XP guest > -does not support ISO transfers > -timing issues > > > > -----Original Message----- > From: Gerb Stralko [mailto:gerb.stralko@gmail.com] > Sent: Thursday, February 28, 2008 9:46 PM > To: Arnon Gilboa > Cc: qemu-devel@nongnu.org; kvm-devel@lists.sourceforge.net > Subject: Re: [kvm-devel] [Qemu-devel] [PATCH] USB 2.0 EHCI emulation > > > Attached is a repost of the preliminary patch implementing USB 2.0 > > EHCI emulation. > > I want to start testing your patches for the EHCI stuff. Do i need > to enable anything inorder to get EHCI emulation working after applying > your patch? > > Unfortunately, with this patch it doesn't work for me. My guest host > (windows vista) still became really slow when I add the a usb device. > > > > Waiting for your comments, > > Arnon > > > > Thanks, > > Jerry >