Xin Tong Sun, 22 Jan 2012 08:18:56 -0800
There is a setjmp outside the cpu loop in qemu cpu-exec.c. it is used by longjmp later when a cpu exit request is given. I am wondering that can a cpu_loop_exit() be called when the tcg is doing the translation ?
Thanks Xin