From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34683) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3icU-0005E2-QA for qemu-devel@nongnu.org; Thu, 16 Jan 2014 03:48:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W3icM-0004gu-DJ for qemu-devel@nongnu.org; Thu, 16 Jan 2014 03:48:10 -0500 Sender: Paolo Bonzini Message-ID: <52D79B00.2060400@redhat.com> Date: Thu, 16 Jan 2014 09:40:32 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1389806638-3114-1-git-send-email-peter.maydell@linaro.org> <20140115213719.GC13802@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] block/curl: Implement the libcurl timer callback interface List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Kevin Wolf , "Richard W.M. Jones" , Patch Tracking , QEMU Developers , qemu-stable , Stefan Hajnoczi Il 15/01/2014 22:56, Peter Maydell ha scritto: > > We have had endless problems with it, including upstream discussions > > with curl people, summarised in this bug: > > > > https://bugzilla.redhat.com/show_bug.cgi?id=971790 > > Looking through the thread from upstream, I see they basically > said "you need to implement the timer callback" :-) Which was hard to do only 6 months ago. But now that Alex Bligh implemented all the infrastructure for aio_timer_init, it is fairly easy as Peter's patch and mine show. Paolo