From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34340) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2Hjw-0005k2-3s for qemu-devel@nongnu.org; Thu, 25 Jul 2013 05:21:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V2Hju-0008Kz-BS for qemu-devel@nongnu.org; Thu, 25 Jul 2013 05:21:40 -0400 Received: from mail-ea0-x229.google.com ([2a00:1450:4013:c01::229]:39545) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2Hju-0008Kl-4V for qemu-devel@nongnu.org; Thu, 25 Jul 2013 05:21:38 -0400 Received: by mail-ea0-f169.google.com with SMTP id h15so802120eak.28 for ; Thu, 25 Jul 2013 02:21:36 -0700 (PDT) Date: Thu, 25 Jul 2013 11:21:33 +0200 From: Stefan Hajnoczi Message-ID: <20130725092133.GE21033@stefanha-thinkpad.redhat.com> References: <1E8E204.8000201@redhat.com> <1374343603-29183-1-git-send-email-alex@alex.org.uk> <1374343603-29183-3-git-send-email-alex@alex.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1374343603-29183-3-git-send-email-alex@alex.org.uk> Subject: Re: [Qemu-devel] [PATCHv2] [RFC 2/7] aio / timers: qemu-timer.c utility functions and add list of clocks List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Bligh Cc: Kevin Wolf , Anthony Liguori , qemu-devel@nongnu.org, Stefan Hajnoczi , Paolo Bonzini , rth@twiddle.net On Sat, Jul 20, 2013 at 07:06:38PM +0100, Alex Bligh wrote: > +gint qemu_g_poll_ns(GPollFD *fds, guint nfds, int64_t timeout); You didn't define the function in this patch.