Re: [Qemu-devel] Hooking memory access in TCG

2011-02-26 Thread James Greensky
You want to hook the tcg_gen_qemu_ functions such as tcg_gen_qemu_ld8s in tcg-op.h Jim On Sat, Feb 26, 2011 at 8:25 AM, felix.matenaar@rwth-aachen < felix.maten...@rwth-aachen.de> wrote: > Hi *, > > i am currently trying to trace guest memory access (i386-softmmu). tcg > README says tcg_gen_(st|

[Qemu-devel] Hooking memory access in TCG

2011-02-26 Thread felix.matenaar@rwth-aachen
Hi *, i am currently trying to trace guest memory access (i386-softmmu). tcg README says tcg_gen_(st|ld)X_Y functions are responsible for memory access. Now I've got the following code snippets in tcg-op.h: /* representing all tcg_gen_st and tcg_gen_ld functions in README*/ static inline void tcg