[Qemu-devel] Please help!

2011-05-26 Thread Guan, Qiang
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

[Qemu-devel] Can anybody help me figure out what has been done about floating point multiply in QEMU?

2011-05-23 Thread Guan, Qiang
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