From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53548) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwsOJ-00043t-Bh for qemu-devel@nongnu.org; Fri, 26 Aug 2011 05:07:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QwsOI-0006yb-8U for qemu-devel@nongnu.org; Fri, 26 Aug 2011 05:07:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:20403) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwsOI-0006yP-0q for qemu-devel@nongnu.org; Fri, 26 Aug 2011 05:07:54 -0400 Message-ID: <4E576264.2050200@redhat.com> Date: Fri, 26 Aug 2011 11:07:48 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1314308722-14495-1-git-send-email-rth@twiddle.net> <1314308722-14495-7-git-send-email-rth@twiddle.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 6/6] target-alpha: Add high-resolution access to wall clock and an alarm. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org, Richard Henderson On 08/26/2011 05:51 AM, Peter Maydell wrote: > Don't you need some magic around helper calls that read/write > the time to keep -icount working? I don't understand this but > Paolo does... Let's say I understand the theory (how icount relies on it) more than the practice (how the targets should do it). :) Paolo