From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47940) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xu24g-0008KH-Lu for qemu-devel@nongnu.org; Thu, 27 Nov 2014 11:37:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xu24Y-0001cw-7o for qemu-devel@nongnu.org; Thu, 27 Nov 2014 11:37:46 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33308) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xu24X-0001cr-WD for qemu-devel@nongnu.org; Thu, 27 Nov 2014 11:37:38 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sARGbaBJ029311 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 27 Nov 2014 11:37:37 -0500 Message-ID: <5477534C.5050905@redhat.com> Date: Thu, 27 Nov 2014 17:37:32 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1417010463-3527-2-git-send-email-pbonzini@redhat.com> <873895knke.fsf@blackfin.pond.sub.org> In-Reply-To: <873895knke.fsf@blackfin.pond.sub.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] block: do not use get_clock() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: kwolf@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com On 27/11/2014 10:19, Markus Armbruster wrote: > Paolo Bonzini writes: > >> Use the external qemu-timer API instead. > > Ignorant question: why? Because no one else calls it directly, it is an internal function. I want to keep it confined to qemu-timer.c (and possibly cpus.c in the icount implementation, but maybe not even that is necessary). Paolo