> 
> Shouldn't it be possible to do something like:
> 
> typedef struct OldMemoryRegionOps {
> MemoryRegionOps parent_ops;
> CPUReadMemoryFunc *readfn[3];
> CPUWriteMemoryFunc *writefn[3];
> void *opaque;
> } OldMemoryRegionOps;
> 
> That should allow old-style implementations to be converted without
> introducing trampoline functions everywhere.
> 

I should, I'll give it a go.

Reply via email to