I am working on an application which requires me to make some changes with the part of the QEMU source code which deals with RDTSC calls. However, I am not able to locate the same in the huge source code.
Where is the code for RDTSC handler in QEMU source code?
832 views Asked by hardcoder At
1
Key portion is here:
target-i386/translate.c
For general understanding of qemu code related to code translation, this answer is good:
Qemu code translation main execution loop