[Qemu-devel] Qemu breakpoints

2011-11-19 Thread Ankur Dahiya
. Thanks. Ankur Dahiya

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 v.tols

[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