Hi everybody
Where can I find the codes for monitor command "log in_asm". I want to know how
QEMU monitor capture the executed instruction in ASM in a simultaneous way
rather than a bunch of Logs.
Thank you very much for your time.
Best wishes
Hi, Everybody
I am a freshman in QEMU.
I want to figure out what is happening in emulating the floating point
calculation in QEMU. I checked the codes in target-i386/translate.c, but I
cannot find anything about floating point calculation, I can only find the
emulation about integer "mul" or