From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LcjKd-0003Zd-M1 for qemu-devel@nongnu.org; Thu, 26 Feb 2009 11:43:31 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LcjKY-0003Xp-Sl for qemu-devel@nongnu.org; Thu, 26 Feb 2009 11:43:31 -0500 Received: from [199.232.76.173] (port=44018 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LcjKY-0003Xa-HX for qemu-devel@nongnu.org; Thu, 26 Feb 2009 11:43:26 -0500 Received: from mta-2.ms.rz.rwth-aachen.de ([134.130.7.73]:50217) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_MD5:16) (Exim 4.60) (envelope-from ) id 1LcjKY-0007Rg-6k for qemu-devel@nongnu.org; Thu, 26 Feb 2009 11:43:26 -0500 MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-disposition: inline Content-type: text/plain; charset=iso-8859-15 Received: from ironport-out-1.rz.rwth-aachen.de ([134.130.5.40]) by mta-2.ms.rz.RWTH-Aachen.de (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008)) with ESMTP id <0KFO006Z1MGBJED0@mta-2.ms.rz.RWTH-Aachen.de> for qemu-devel@nongnu.org; Thu, 26 Feb 2009 17:43:23 +0100 (CET) Received: from pc42.xtal.RWTH-Aachen.DE (kristall.xtal.RWTH-Aachen.DE [137.226.40.123]) by relay.rwth-aachen.de (8.13.8+Sun/8.13.8/1) with ESMTP id n1QGhMRj014932 for ; Thu, 26 Feb 2009 17:43:23 +0100 (CET) From: Jan Marten Simons Subject: Re: [Qemu-devel] Attempt for reproducible behavior Date: Thu, 26 Feb 2009 17:43:22 +0100 References: <49A68E9F.7030300@rbg.informatik.tu-darmstadt.de> In-reply-to: <49A68E9F.7030300@rbg.informatik.tu-darmstadt.de> Message-id: <200902261743.22610.marten@xtal.rwth-aachen.de> 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 Am Donnerstag, 26. Februar 2009 13:44:15 schrieb Alex-Uni: > I am trying to modify Qemu, so it offers reproducible behavior. I'm > using the icounts for the time measurement. qemu is not cycle accurate. Its using code translation with some quite cleveer caching. Perhapps Bochs is the better alternative to work on for your problem. With regards, Jan