Re: [Qemu-devel] Accessing a linux guest's data structures

2011-11-08 Thread 陳韋任
> 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

Re: [Qemu-devel] Accessing a linux guest's data structures

2011-11-08 Thread Ankur Dahiya
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/

Re: [Qemu-devel] Accessing a linux guest's data structures

2011-11-08 Thread Vasiliy Tolstov
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

Re: [Qemu-devel] Accessing a linux guest's data structures

2011-11-08 Thread 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's source. > ^^

Re: [Qemu-devel] Accessing a linux guest's data structures

2011-11-07 Thread 陳韋任
> > 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. ^^^

Re: [Qemu-devel] Accessing a linux guest's data structures

2011-11-06 Thread Mulyadi Santosa
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

Re: [Qemu-devel] Accessing a linux guest's data structures

2011-11-06 Thread Mulyadi Santosa
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

[Qemu-devel] Accessing a linux guest's data structures

2011-11-06 Thread Ankur Dahiya
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