From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kyszc-00007w-Jw for qemu-devel@nongnu.org; Sat, 08 Nov 2008 13:57:08 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kysza-00007R-Qk for qemu-devel@nongnu.org; Sat, 08 Nov 2008 13:57:08 -0500 Received: from [199.232.76.173] (port=34690 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kysza-00007N-Io for qemu-devel@nongnu.org; Sat, 08 Nov 2008 13:57:06 -0500 Received: from mtaout01-winn.ispmail.ntl.com ([81.103.221.47]:59310) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kysza-0000he-0A for qemu-devel@nongnu.org; Sat, 08 Nov 2008 13:57:06 -0500 Received: from aamtaout03-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout01-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20081108185658.OTBR1869.mtaout01-winn.ispmail.ntl.com@aamtaout03-winn.ispmail.ntl.com> for ; Sat, 8 Nov 2008 18:56:58 +0000 Received: from miranda.arrow ([213.107.23.205]) by aamtaout03-winn.ispmail.ntl.com (InterMail vG.2.02.00.01 201-2161-120-102-20060912) with ESMTP id <20081108185658.CEZT2093.aamtaout03-winn.ispmail.ntl.com@miranda.arrow> for ; Sat, 8 Nov 2008 18:56:58 +0000 Received: from sdb by miranda.arrow with local (Exim 4.63) (envelope-from ) id 1Kysze-0003fB-9S for qemu-devel@nongnu.org; Sat, 08 Nov 2008 18:57:10 +0000 Date: Sat, 8 Nov 2008 18:57:10 +0000 From: Stuart Brady Subject: Re: [Qemu-devel] how to monitor memery access upon QEMU Message-ID: <20081108185710.GA14050@miranda.arrow> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 On Sat, Nov 08, 2008 at 09:50:39PM +0700, Mulyadi Santosa wrote: > probably this doesn't directly answer your question, but you may check > http://www.few.vu.nl/argos/. In short, it's a project to capture every > register, memory and I/O access. The main goal is to analyze zero day > attack, but I believe it could serve another goal as well.. Hrm, I wonder if it'd be possible to use a modified QEMU to avoid problems such as the recent Linux ftrace bug (i.e. the bug that bricked a number of Intel e1000e cards). (Or perhaps that sort of testing is nothing new...) -- Stuart Brady