From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HcJTT-0004GS-Oo for qemu-devel@nongnu.org; Fri, 13 Apr 2007 06:57:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HcJTS-0004EW-9H for qemu-devel@nongnu.org; Fri, 13 Apr 2007 06:57:51 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HcJTS-0004EK-2q for qemu-devel@nongnu.org; Fri, 13 Apr 2007 06:57:50 -0400 Received: from mx-out.forthnet.gr ([193.92.150.103] helo=mx-out-01.forthnet.gr) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HcJPA-0007Kg-ML for qemu-devel@nongnu.org; Fri, 13 Apr 2007 06:53:25 -0400 Received: from mx-av-04.forthnet.gr (mx-av.forthnet.gr [193.92.150.27]) by mx-out-01.forthnet.gr (8.13.8/8.13.8) with ESMTP id l3DArI5k022598 for ; Fri, 13 Apr 2007 13:53:18 +0300 Received: from MX-IN-02.forthnet.gr (mx-in-02.forthnet.gr [193.92.150.185]) by mx-av-04.forthnet.gr (8.14.1/8.14.1) with ESMTP id l3DArITN022949 for ; Fri, 13 Apr 2007 13:53:18 +0300 Received: from [192.168.1.2] (ppp135-4.adsl.forthnet.gr [62.1.126.4]) by MX-IN-02.forthnet.gr (8.14.1/8.14.1) with ESMTP id l3DAqMfH031770 for ; Fri, 13 Apr 2007 13:52:23 +0300 From: Alexandros Frantzis Content-Type: text/plain Date: Fri, 13 Apr 2007 13:52:38 +0300 Message-Id: <1176461558.3193.7.camel@ALF.home.net> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Full instruction tracing 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 Hello! I was wondering if there is a way to get a full trace dump of the original (not translated) executed instructions using qemu. Can someone give me some pointers on how this might be implemented in qemu (if it doesn't already exist)? Thank you, Alexandros