From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46963) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6gPn-000259-SZ for qemu-devel@nongnu.org; Tue, 06 Aug 2013 08:31:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V6gPf-0000nZ-G4 for qemu-devel@nongnu.org; Tue, 06 Aug 2013 08:31:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:26311) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6gPf-0000nQ-9B for qemu-devel@nongnu.org; Tue, 06 Aug 2013 08:30:55 -0400 Date: Tue, 6 Aug 2013 14:30:43 +0200 From: Stefan Hajnoczi Message-ID: <20130806123043.GD30812@stefanha-thinkpad.redhat.com> References: <1375639805-1943-1-git-send-email-alex@alex.org.uk> <1375780592-22842-1-git-send-email-alex@alex.org.uk> <1375780592-22842-9-git-send-email-alex@alex.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1375780592-22842-9-git-send-email-alex@alex.org.uk> Subject: Re: [Qemu-devel] [RFC] [PATCHv6 08/16] aio / timers: Add QEMUTimerListGroup to AioContext List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Bligh Cc: Kevin Wolf , Anthony Liguori , qemu-devel@nongnu.org, liu ping fan , Paolo Bonzini , MORITA Kazutaka , rth@twiddle.net On Tue, Aug 06, 2013 at 10:16:24AM +0100, Alex Bligh wrote: > @@ -628,6 +629,8 @@ int main(int argc, char **argv) > { > GSource *src; > > + init_clocks(); > + Why add this call now? Are there any other programs where this should be added too?