From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:46446) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RW2je-0001j1-C9 for qemu-devel@nongnu.org; Thu, 01 Dec 2011 04:15:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RW2jd-0000Ni-2m for qemu-devel@nongnu.org; Thu, 01 Dec 2011 04:15:18 -0500 Received: from mail-gx0-f173.google.com ([209.85.161.173]:37182) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RW2jc-0000KS-VM for qemu-devel@nongnu.org; Thu, 01 Dec 2011 04:15:17 -0500 Received: by ggnk1 with SMTP id k1so15315ggn.4 for ; Thu, 01 Dec 2011 01:15:06 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20111201090313.GB12949@cs.nctu.edu.tw> References: <20111129070343.GA3585@cs.nctu.edu.tw> <20111201090313.GB12949@cs.nctu.edu.tw> Date: Thu, 1 Dec 2011 12:15:06 +0300 Message-ID: From: Max Filippov Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] Improve QEMU performance with LLVM codegen and other techniques List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?6Zmz6Z+L5Lu7?= Cc: Peter Maydell , qemu-devel@nongnu.org > =A0Misgenerated code might not be an issue now since we have tested our f= ramework > in LLVM-only mode. I think the problem still is about the link/unlink stu= ff. > The first problem I have while lowering the threshold is the broken one g= enerate > a few traces (2, actually) that a work one doesn't. When boot the linux i= mage > downloaded from the QEMU website, the system hangs on the booting process= (see > attach if you're interested). Simply put, the system hangs after printing There's no attachment in this mail. I can try to help you resolving it if you provide more information. > =A0..TIMER: vector=3D0x31 apic1=3D0 pin1=3D2 apic2=3D-1 pin2=3D-1 > > which turns out should be function check_timer (arch/i386/kernel/io_apic.= c). I If it hangs inside QEMU itself then you may try to backport commit 4f61927a41a098d06e642ffdea5fc285dc3a0e6b that fixes infinite loop caused by hpet interrupt probing. --=20 Thanks. -- Max