From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LAqe9-0002h3-Bx for qemu-devel@nongnu.org; Thu, 11 Dec 2008 13:52:25 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LAqe7-0002fb-Q6 for qemu-devel@nongnu.org; Thu, 11 Dec 2008 13:52:25 -0500 Received: from [199.232.76.173] (port=48626 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAqe7-0002fU-Kj for qemu-devel@nongnu.org; Thu, 11 Dec 2008 13:52:23 -0500 Received: from hera.kernel.org ([140.211.167.34]:54797) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LAqe7-0001qr-4J for qemu-devel@nongnu.org; Thu, 11 Dec 2008 13:52:23 -0500 Message-ID: <4941615A.7030800@kernel.org> Date: Thu, 11 Dec 2008 10:52:10 -0800 From: Max Krasnyansky MIME-Version: 1.0 References: <1295ed070811220528m3fb93b5evb19de8a855aad62c@mail.gmail.com> <492B531F.3030200@qualcomm.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: Qemu/KVM ehci support Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mark Burkley Cc: Pantelis Koukousoulas , "qemu-devel@nongnu.org" , "Krasnyanskiy, Maksim (Max)" Hi Mark, Mark Burkley wrote: > On Mon, 24 Nov 2008 17:21:35 -0800, MaxK wrote: >> Mark, I'm planning on playing with it some more later today. If you have >> an updated version please send me a patch or a GIT tree to pull from. >> My first attempt as you remember was not very successful (ie XP was just >> crashing). > > I never did find out why that was happening but I will update the > patch against trunk and retest today to see if I can duplicate the > problem. Do you have an updated patch ? btw I noticed a FIXME in the code that said that host device handoff is not supported yet (or something along those lines). Does that mean that we cannot yet use Linux host devices with EHCI ? Also how did you test EHCI in general ? 'info ehci' monitor command is commented out and if I try to un-comment/call it qemu dies. Max