From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48857) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGjdj-00055v-99 for qemu-devel@nongnu.org; Fri, 21 Feb 2014 01:31:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WGjdY-0002Cu-MP for qemu-devel@nongnu.org; Fri, 21 Feb 2014 01:31:15 -0500 Received: from mail-ee0-x235.google.com ([2a00:1450:4013:c00::235]:36802) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGjdY-0002Co-Ew for qemu-devel@nongnu.org; Fri, 21 Feb 2014 01:31:04 -0500 Received: by mail-ee0-f53.google.com with SMTP id t10so1385994eei.12 for ; Thu, 20 Feb 2014 22:31:03 -0800 (PST) Sender: Paolo Bonzini Message-ID: <5306F2A2.1070107@redhat.com> Date: Fri, 21 Feb 2014 07:30:58 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <5306D74B.7070104@ddn.com> In-Reply-To: <5306D74B.7070104@ddn.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] CentOS 5.x intermittently fails to boot on QEMU 1.7.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Matt Lupfer , QEMU Developers Cc: alex@alex.org.uk Il 21/02/2014 05:34, Matt Lupfer ha scritto: > > This doesn't appear to be a solution, because with the timer rewrite, QEMU > moves its periodic (1 ms) qemu_notify_event() call to break out of > the main event loop from a SIGALRM handler to the rearm of a QEMU timer. > Presumably QEMU is counting on these generic callbacks. Thanks for the report, I'll try to reproduce. Paolo