qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] memory access trace from qemu


From: Max Filippov
Subject: Re: [Qemu-devel] memory access trace from qemu
Date: Fri, 18 Apr 2014 13:00:07 +0400

On Fri, Apr 18, 2014 at 12:48 PM, Pavel Dovgaluk
<address@hidden> wrote:
> You can insert tracing code into the functions from the
> “include\exec\softmmu_template.h” file: like helper_le_ld_name,
> helper_le_st_name and so on.

It's not enough, you also need to disable memory access fast path so that
these functions are called every time. See e.g. this:
http://lists.gnu.org/archive/html/qemu-devel/2012-08/msg03226.html

-- 
Thanks.
-- Max



reply via email to

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