From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51628) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S1wA6-000848-UW for qemu-devel@nongnu.org; Mon, 27 Feb 2012 03:42:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S1w9y-0004Fh-37 for qemu-devel@nongnu.org; Mon, 27 Feb 2012 03:42:26 -0500 Received: from mail-pz0-f45.google.com ([209.85.210.45]:58697) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S1w9x-0004Fd-Sq for qemu-devel@nongnu.org; Mon, 27 Feb 2012 03:42:18 -0500 Received: by dadp14 with SMTP id p14so5955897dad.4 for ; Mon, 27 Feb 2012 00:42:16 -0800 (PST) Sender: Paolo Bonzini Message-ID: <4F4B41E1.3080006@redhat.com> Date: Mon, 27 Feb 2012 09:42:09 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1330268124-10725-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] qed: replace vm_clock with rt_clock for qemu-tool compatibility List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Zhi Yong Wu Cc: Kevin Wolf , Zhi Yong Wu , Stefan Hajnoczi , qemu-devel@nongnu.org On 02/27/2012 08:35 AM, Zhi Yong Wu wrote: > Since vm_clock is created via qemu_init_main_loop(), when QED read > vm_clock, why will this call abort()? > Can you elaborate this? what is its call path? > It will crash in cpu_get_clock() (in qemu-tool.c). Paolo