On 02/08/2012 05:27 PM, Avi Kivity wrote:
> This patchset makes the memory core (memory.c) talk to the backend (in exec.c)
> via a MemoryListener instead of named functions.
>
> While the motivation for this is to simplify the memory core, it also enables
> optimizing accelerators some more (by having a tcg MemoryListener to do tcg
> specific core) and allows unit testing of memory.c (by adding a testing
> MemoryListener and seeing what it outputs as various inputs are fed into the
> core).
>

Something that is very visible here is that MemoryListeners switch quite
a lot on the address space.  This suggests that we need to allow
observing a specific address space.  I'll address that in a future patch.

-- 
error compiling committee.c: too many arguments to function


Reply via email to