From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JpGfm-000282-H4 for qemu-devel@nongnu.org; Fri, 25 Apr 2008 01:40:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JpGfk-00026e-KB for qemu-devel@nongnu.org; Fri, 25 Apr 2008 01:40:37 -0400 Received: from [199.232.76.173] (port=44737 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JpGfk-00026S-8Q for qemu-devel@nongnu.org; Fri, 25 Apr 2008 01:40:36 -0400 Received: from an-out-0708.google.com ([209.85.132.246]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JpGfk-0005i5-0q for qemu-devel@nongnu.org; Fri, 25 Apr 2008 01:40:36 -0400 Received: by an-out-0708.google.com with SMTP id d26so1173006and.130 for ; Thu, 24 Apr 2008 22:40:34 -0700 (PDT) Message-ID: Date: Fri, 25 Apr 2008 01:40:34 -0400 From: "avadh patel" MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_4025_5206016.1209102034774" Subject: [Qemu-devel] Trace target memory access Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org ------=_Part_4025_5206016.1209102034774 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi All, I am looking to use qemu to generate the physical memory access trace of target machine. For me the host and target are both x86_64. I have looked into the documentation, it says that for full system emulation, you use soft-mmu and for that every memory access is checked for the protection. But in the code I couldnt find perfect place for that. It would be great if some one can point me where to look for it. Thanks in advance. -Avadh ------=_Part_4025_5206016.1209102034774 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi All,

I am looking to use qemu to generate the physical memory access trace of target machine.
For me the host and target are both x86_64.
I have looked into the documentation, it says that for full system emulation, you use soft-mmu and for that every memory access is checked for the protection.
But in the code I couldnt find perfect place for that.

It would be great if some one can point me where to look for it.

Thanks in advance.

-Avadh
------=_Part_4025_5206016.1209102034774--