qemu-devel
[Top][All Lists]
Advanced

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

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


From: Ankur Dahiya
Subject: Re: [Qemu-devel] Accessing a linux guest's data structures
Date: Tue, 8 Nov 2011 15:51:58 +0530

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 <address@hidden> wrote:
2011/11/8 Andreas Färber <address@hidden>:
> 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.
>>     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>>   I guess he want to know how to know which process is running in the
>> guest OS from QEMU's perspective.
>
> And QEMU doesn't know or care, as a processor emulator.
> Therefore in some way the guest's cooperation is needed.
>

Try to see on libvmi (successor of xenaccess). Tou need vm
introspection that can be possible via libvmi.


--
Vasiliy Tolstov,
Clodo.ru
e-mail: address@hidden
jabber: address@hidden


reply via email to

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