On 05/18/2011 07:26 PM, Richard Henderson wrote:
On 05/18/2011 06:12 AM, Avi Kivity wrote:
>  struct MemoryRegionOps {
>      MemoryReadFunc readb, readw, readl;
>      MemoryWriteFunc writeb, writew, writel;
>  };

Look back to last May for a discussion between myself and Paul Brook
on this subject.  That started with me merely wanting to expand the
interface to support 8-byte reads/writes, and he wanting a fairly
substantial reorganization.

I wasn't able to find this conversation, sorry.

I'm not married to Paul's total reorg, but please include readq/writeq
support in any reorganization in this area.

Certainly. Since I'm going with Anthony's single callback plus size, it will come naturally.

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


Reply via email to