[Qemu-devel] Qemu breakpoints

2011-11-19 Thread Ankur Dahiya
ction keeps getting called over and over again. So, how should I resume the vm? I know this is possible because gdbstub does this. But I have stepped through the whole code and still can't figure out how are they doing it! P.S. I am working on qemu-0.13 and am not using kvm. 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 wrote: > 2

[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