Re: [Qemu-devel] micro-instruction size

2007-05-14 Thread Sorav Bansal
I want to instrument call instruction so that my tracking function is called on each call instruction. >From what I understand, I should a) change target-i386/translate.c case 0xe8 to generate my own microinstruction, say gen_op_mycall() b) Add functionality of op_mycall() to target-i386/op.c c)

[Qemu-devel] micro-instruction size

2007-05-14 Thread divya arora
Hi, I want to instrument call instruction so that my tracking function is called on each call instruction. >From what I understand, I should a) change target-i386/translate.c case 0xe8 to generate my own microinstruction, say gen_op_mycall() b) Add functionality of op_mycall() to target-i386/op.c

Re: [Qemu-devel] sh4: further updates

2007-05-14 Thread Magnus Damm
Hi Thiemo! Thanks for testing and applying! On 5/14/07, Thiemo Seufer <[EMAIL PROTECTED]> wrote: The sh4-fpu-new patch fails to build (on ppc/Linux) with: gcc-3.4 -Wall -O2 -g -fno-strict-aliasing -I. -I.. -I/home/ths/qemu/qemu-write/target-sh4 -I/home/ths/qemu/qemu-write -D__powerpc__ -D_GN