From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H0LlB-0000Lt-O7 for qemu-devel@nongnu.org; Fri, 29 Dec 2006 12:43:13 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H0Ll9-0000KE-Tl for qemu-devel@nongnu.org; Fri, 29 Dec 2006 12:43:13 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H0Ll9-0000Jv-LC for qemu-devel@nongnu.org; Fri, 29 Dec 2006 12:43:11 -0500 Received: from [65.74.133.4] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1H0Ll8-0006GD-VX for qemu-devel@nongnu.org; Fri, 29 Dec 2006 12:43:11 -0500 From: Paul Brook Subject: Re: [Qemu-devel] time inside qemu Date: Fri, 29 Dec 2006 17:43:05 +0000 References: <459540A8.8020209@uab.cat> In-Reply-To: <459540A8.8020209@uab.cat> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200612291743.05983.paul@codesourcery.com> 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 Cc: =?iso-8859-1?q?M=E0rius_Mont=F3n?= On Friday 29 December 2006 16:22, M=E0rius Mont=F3n wrote: > Hi, > > For my work on QEMU-SC, I need to stop time inside qemu. > I need it in order to simulate HW modules with SystemC simulator, and > meanwhile stop qemu time. > In this way, applications running on qem should see its time freeze, and > measurements of total time spent by application + specific HW be more > realistic (now, total time is the sum of SW + HW simulation ) qemu is not cycle accurate or even deterministic. =46abrice was working on some code to make it deterministic, but he never p= osted=20 the code. Paul