Re: [Qemu-devel] What is cpu_A0 in target-i386/translate.c

2012-08-15 Thread Andreas Färber
Hi, Am 15.08.2012 08:33, schrieb Steven: > I would like to trace the guest physical address of the load > instructions from the guest. I thought the cpu_A0 is the memory > address to be accessed. However, when I print out the value of cpu_A0, > like > > static inline void gen_op_ld_v(int idx, TCG

[Qemu-devel] What is cpu_A0 in target-i386/translate.c

2012-08-14 Thread Steven
Hi, I would like to trace the guest physical address of the load instructions from the guest. I thought the cpu_A0 is the memory address to be accessed. However, when I print out the value of cpu_A0, like static inline void gen_op_ld_v(int idx, TCGv t0, TCGv a0) { int mem_index = (idx >> 2) -