qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Monitoring memory access


From: malc
Subject: Re: [Qemu-devel] Monitoring memory access
Date: Fri, 9 Jul 2010 14:41:48 +0400 (MSD)
User-agent: Alpine 2.00 (LNX 1167 2008-08-23)

On Fri, 9 Jul 2010, Jun Koi wrote:

> Hi,
> 
> I want to monitor memory reading access in Qemu. According to function
> tcg/i386/tcg-target.c::tcg_out_qemu_ld(), all the memory access must
> call qemu_ld_helpers[] functions, which in turn calls __ldX_mmu
> functions.
> 
> These __ldX_mmu() functions are declared in softmmu_template.c, with
> macro glue(glue(__ld, SUFFIX), MMUSUFFIX).
> 
> To monitor memory reading access, I simply put my monitored code at
> the top of the above macro. But apparently I still miss something,
> because I dont see the memory access I am looking for.
> 
> Any hint where I am wrong? Perhaps some memory access do not call the
> qemu_ld_helpers[] functions?

Haven't we been through this already?
http://www.mail-archive.com/address@hidden/msg29788.html

-- 
mailto:address@hidden



reply via email to

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