From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JpHgT-0001Ta-Bx for qemu-devel@nongnu.org; Fri, 25 Apr 2008 02:45:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JpHgR-0001TG-Jg for qemu-devel@nongnu.org; Fri, 25 Apr 2008 02:45:24 -0400 Received: from [199.232.76.173] (port=56318 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JpHgR-0001TD-DQ for qemu-devel@nongnu.org; Fri, 25 Apr 2008 02:45:23 -0400 Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JpHgR-0003j8-6O for qemu-devel@nongnu.org; Fri, 25 Apr 2008 02:45:23 -0400 Received: from py-out-1112.google.com ([64.233.166.180]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JpHgO-0007VC-Nj for qemu-devel@nongnu.org; Fri, 25 Apr 2008 02:45:21 -0400 Received: by py-out-1112.google.com with SMTP id u52so5535923pyb.10 for ; Thu, 24 Apr 2008 23:45:19 -0700 (PDT) Message-ID: Date: Fri, 25 Apr 2008 13:45:18 +0700 From: "Mulyadi Santosa" Subject: Re: [Qemu-devel] Trace target memory access In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: 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 Hi On Fri, Apr 25, 2008 at 12:40 PM, avadh patel wrote: > 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. Check http://www.few.vu.nl/argos/ it does what you're looking for..and more... regards, Mulyadi.