> Thanks for the suggestions, guys! I will take a look at libvmi.
> As an aside, can someone tell me where in the qemu source can I inspect
> each guest instruction?
> I want all guest instructions to first go through my code.

  For i386 guest, see disas_insn (target-i386/translate.c). It
disassembles i386 guest binary. QEMU provides "-d in_asm" option
to log every guest instruction it translates. You might want to
take a look on qemu_log.

Regards,
chenwj

-- 
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667

Reply via email to