> 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
disassem
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.
Ankur Dahiya
On Tue, Nov 8, 2011 at 3:18 PM, Vasiliy Tolstov wrote:
> 2011/
2011/11/8 Andreas Färber :
> Am 08.11.2011 06:27, schrieb 陳韋任:
I am running a linux guest inside qemu and I need to determine what
process,
thread is currently running in the guest.
How should I do this? Any suggestions? Or can anyone point me to the
relevant areas in qemu
Am 08.11.2011 06:27, schrieb 陳韋任:
>>> I am running a linux guest inside qemu and I need to determine what process,
>>> thread is currently running in the guest.
>>> How should I do this? Any suggestions? Or can anyone point me to the
>>> relevant areas in qemu's source.
> ^^
> > Hi
> > I am a beginner qemu developer.
> > I am running a linux guest inside qemu and I need to determine what process,
> > thread is currently running in the guest.
> > How should I do this? Any suggestions? Or can anyone point me to the
> > relevant areas in qemu's source.
^^^
Hi :)
On Mon, Nov 7, 2011 at 00:46, Ankur Dahiya wrote:
> Hey, thanks for the reply.
> I dont want to ssh to the guest!
> What I basically want to do is monitor the guest state. Like I want to track
> what system calls are being called,
> what process and thread are currently running...Things tha
On Sun, Nov 6, 2011 at 23:01, Ankur Dahiya wrote:
> Hi
> I am a beginner qemu developer.
> I am running a linux guest inside qemu and I need to determine what process,
> thread is currently running in the guest.
> How should I do this? Any suggestions? Or can anyone point me to the
> relevant area
Hi
I am a beginner qemu developer.
I am running a linux guest inside qemu and I need to determine what
process, thread is currently running in the guest.
How should I do this? Any suggestions? Or can anyone point me to the
relevant areas in qemu's source.
Thanks.
Ankur Dahiya