qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] tracing the guest physical address of tb->pc


From: Steven
Subject: [Qemu-devel] tracing the guest physical address of tb->pc
Date: Tue, 7 Aug 2012 18:57:12 -0400

Hi,
I have a question about obtaining the guest physical address of tb->pc
of a running VM.
I use "-d exec" to get the log file of tb->pc of each executed TB.

For example, in the log file I have
Trace 0x40ef8140  [000000007ffe8afd]
Trace 0x40e89fc0  [000000007ffe625c]
Trace 0x40e8a420 [000000007ffe5e98]
Trace 0x40e8b470 [000000007ffe627d]

My question is that are the numbers in the last column the guest
physical address of the executed instructions? If not, how can I
convert this virtual address to guest physical address?
Could anyone offer some help? Thanks.

- Steven



reply via email to

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