From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49851) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDToE-0002JL-Hg for qemu-devel@nongnu.org; Mon, 17 Sep 2012 01:23:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TDToD-0007wV-6U for qemu-devel@nongnu.org; Mon, 17 Sep 2012 01:23:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38658) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDToC-0007wF-Uo for qemu-devel@nongnu.org; Mon, 17 Sep 2012 01:23:49 -0400 Message-ID: <5056B3DD.7050506@redhat.com> Date: Mon, 17 Sep 2012 07:23:41 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1346925231-6670-1-git-send-email-kraxel@redhat.com> <20120917005356.GA2023@truffula.fritz.box> In-Reply-To: <20120917005356.GA2023@truffula.fritz.box> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] ehci: switch to new-style memory ops List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: qemu-devel@nongnu.org On 09/17/12 02:53, David Gibson wrote: > On Thu, Sep 06, 2012 at 11:53:51AM +0200, Gerd Hoffmann wrote: >> Also register different memory regions for capabilities, >> operational registers and port status registers. Create >> separate tracepoints for operational regs and port status >> regs. Ditch a bunch of sanity checks because the memory >> core will do this for us now. >> >> Offloading the byte, word and dword access handling to the >> memory core also has the side effect of fixing ehci register >> access on bigendian hosts. >> >> Cc: David Gibson >> Signed-off-by: Gerd Hoffmann > > Looks good to me. Any specific reason this hasn't merged yet? It's lined up in the queue ;) It is part of the most recent usb pull request and I expect it go in the next time anthony walks the mailing list looking for outstanding pulls. cheers, Gerd