qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: Detecting an assembly instruction in QEMU


From: Atif Hashmi
Subject: [Qemu-devel] Re: Detecting an assembly instruction in QEMU
Date: Thu, 5 Apr 2007 12:37:48 -0500

Hi All,

Adding another note to my previous email. Is this even possible to do what I am mentioned in my last email? (See Below)

Regards,
Atif

On 4/3/07, Atif Hashmi <address@hidden> wrote:
Hi All,

I am inserting

movl %eax, %eax

instruction within the assembly code of a program and I am running the code on QEMU which is configured for i386 and is running linux-0.2.img.

I want to detect this assembly instruction within the QEMU code in order to perform a specific operation e.g. when ever QEMU finds this instruction a specific function is called. Could anyone please tell me which QEMU files should I modify in order to add this functionality. I looked through almost all the C files but was unable to figure it out.

I will really appreciate any help.

Thanks,
Atif


reply via email to

[Prev in Thread] Current Thread [Next in Thread]