Hi. I have a question about TCG_AREG0 register. TCG_AREG0 register is used to point CPUArchState *env. Is is correct?
When host architecture is x64, all memory operations to 0x**(r14) that actually qemu execute equivalent to access to env->register? Thanks Ren