From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36988) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TStlF-0003mz-4t for qemu-devel@nongnu.org; Mon, 29 Oct 2012 14:08:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TStlD-0005lh-Ug for qemu-devel@nongnu.org; Mon, 29 Oct 2012 14:08:28 -0400 Received: from mail-da0-f45.google.com ([209.85.210.45]:48867) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TStlD-0005en-Gp for qemu-devel@nongnu.org; Mon, 29 Oct 2012 14:08:27 -0400 Received: by mail-da0-f45.google.com with SMTP id n15so2388289dad.4 for ; Mon, 29 Oct 2012 11:08:27 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Mon, 29 Oct 2012 19:07:17 +0100 Message-Id: <1351534038-15503-11-git-send-email-pbonzini@redhat.com> In-Reply-To: <1351534038-15503-1-git-send-email-pbonzini@redhat.com> References: <1351534038-15503-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 10/11] qemu-tool: do not depend on qemu-timer.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Signed-off-by: Paolo Bonzini --- qemu-tool.c | 2 +- 1 file modificato, 1 inserzione(+). 1 rimozione(-) diff --git a/qemu-tool.c b/qemu-tool.c index 28a4e8d..b46631e 100644 --- a/qemu-tool.c +++ b/qemu-tool.c @@ -70,7 +70,7 @@ void monitor_protocol_event(MonitorEvent event, QObject *data) int64_t cpu_get_clock(void) { - return qemu_get_clock_ns(rt_clock); + return get_clock_realtime(); } int64_t cpu_get_icount(void) -- 1.7.12.1