From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49096) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAdiW-0004Xy-7A for qemu-devel@nongnu.org; Mon, 12 Jan 2015 07:03:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YAdiR-000840-8N for qemu-devel@nongnu.org; Mon, 12 Jan 2015 07:03:32 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49247) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAdiQ-00082l-KZ for qemu-devel@nongnu.org; Mon, 12 Jan 2015 07:03:26 -0500 Message-ID: <54B3B7FF.1080003@redhat.com> Date: Mon, 12 Jan 2015 13:03:11 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <20150112115944.3504.66763.stgit@PASHA-ISP> <20150112120049.3504.9405.stgit@PASHA-ISP> In-Reply-To: <20150112120049.3504.9405.stgit@PASHA-ISP> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH v7 11/21] timer: fix usage of clock functions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pavel Dovgalyuk , qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, peter.crosthwaite@xilinx.com, alex.bennee@linaro.org, mark.burton@greensocs.com, real@ispras.ru, batuzovk@ispras.ru, maria.klimushenkova@ispras.ru, afaerber@suse.de, fred.konrad@greensocs.com On 12/01/2015 13:00, Pavel Dovgalyuk wrote: > This patch replaces calling of get_clock_realtime() everywhere > except the timer module. All calls are replaced with host clock requests. > Patch also replaces get_clock() calls with realtime clock requests. > Usage of this interface simplifies implementation of record/replay. > > Signed-off-by: Pavel Dovgalyuk This is firmware, not part of QEMU. Clock functions are not used directly anymore. Paolo