From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NmySQ-0006vM-SD for qemu-devel@nongnu.org; Wed, 03 Mar 2010 18:58:26 -0500 Received: from [199.232.76.173] (port=49838 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NmySQ-0006vE-Ec for qemu-devel@nongnu.org; Wed, 03 Mar 2010 18:58:26 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NmySP-0001CC-Fw for qemu-devel@nongnu.org; Wed, 03 Mar 2010 18:58:26 -0500 Received: from sj-iport-1.cisco.com ([171.71.176.70]:46746) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1NmySP-0001C4-1x for qemu-devel@nongnu.org; Wed, 03 Mar 2010 18:58:25 -0500 Message-ID: <4B8EF79E.1000201@cisco.com> Date: Wed, 03 Mar 2010 16:58:22 -0700 From: "David S. Ahern" MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: EHCI support in QEMU References: <4B7915B4.6040305@siemens.com> <1b51b6f81003011230pc6e5238odc48948a617e261f@mail.gmail.com> <4B8C2EFF.3030106@web.de> <4B8CED08.2030705@redhat.com> <1b51b6f81003030321g6a3eb47ak6a59267cae50b7f2@mail.gmail.com> <4B8EE632.7090303@cisco.com> <4B8EF509.4030409@web.de> In-Reply-To: <4B8EF509.4030409@web.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Taimoor Mirza , Kevin Wolf , Niels de Vos , qemu-devel@nongnu.org On 03/03/2010 04:47 PM, Jan Kiszka wrote: > > Thanks for your work, David and Niels! I assume that David based this on > Niels' patch, so there is nothing to be merged? David's version built > for me, so I pushed > > git://git.kiszka.org/qemu.git ehci > > So far it's supposed to be a reference for anyone interested in this > topic, willing to test or even to hack on it. I will collect and merge > improvements as they are sent to the list. > > Jan > Yes, I took Niels post as a start. Addressed a few white space issues, made some of the initializations parallel the uhci code and removed the mem_base from the read/write functions (causing segfaults due to outbounds referencing -- addr > MMIO_SIZE -- and do not appear to be needed). David