From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57738) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbYNG-0000Yc-Jz for qemu-devel@nongnu.org; Thu, 22 Nov 2012 10:07:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TbYNA-00046O-RE for qemu-devel@nongnu.org; Thu, 22 Nov 2012 10:07:30 -0500 Received: from mx1.redhat.com ([209.132.183.28]:14465) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbYNA-000468-JV for qemu-devel@nongnu.org; Thu, 22 Nov 2012 10:07:24 -0500 Date: Thu, 22 Nov 2012 13:07:20 -0200 From: Luiz Capitulino Message-ID: <20121122130720.1b2293df@doriath.home> In-Reply-To: <5092A274.8000503@web.de> References: <20121101152109.GD15210@hedwig.ini.cmu.edu> <5092A274.8000503@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Reorder alarm timer setup again List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Paolo Bonzini , Anthony Liguori , qemu-devel@nongnu.org, Dietmar Maurer , "Gabriel L. Somlo" On Thu, 01 Nov 2012 17:25:24 +0100 Jan Kiszka wrote: > From: Jan Kiszka > > ac4119c023 moved the alarm timer initialization to an earlier point but > failed to consider that it depends on qemu_init_main_loop. Instead of > moving the wrong things before os_daemonize, better push alarm timer > right after qemu_init_main_loop and move the chardev initialization > after this. Jan, it seems that you have to rebase this patch.