Re: [Qemu-devel] [PATCH] ehci: switch to new-style memory ops

2012-09-16 Thread Gerd Hoffmann
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. Ditc

Re: [Qemu-devel] [PATCH] ehci: switch to new-style memory ops

2012-09-16 Thread David Gibson
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

[Qemu-devel] [PATCH] ehci: switch to new-style memory ops

2012-09-06 Thread Gerd Hoffmann
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 acc