> In the old version there is a file ops_mem.h that has proto types for memory
> functions. In the new version this file does not exist anymore which is due to
> the inclusion of tcg instead of dyngen.
I'm not very familiar with the old dyngen system, but I believe the tcg
equivalent to ops_mem.h
Hello,
We have code that was based on verison 0.9 of qemu. I know its old. My issue
is that I have to bring this code up to date with the latest version of
qemu(v0.12.4) In the old version there is a file ops_mem.h that has proto types
for memory functions. In the new version this file does no