Source Code Study - QEMU cpu_exec.c
Lately, I’ve been trying to record assembly execution trace of QEMU emulations. To grasp a better understanding of this process, I decided to take a look at the source code of QEMU, accel/tcg/cpu_exec.c
in particular. As I’m reading the source code, I write this blog post as a review of what I’ve learnt from it.