From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60396) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8zXT-00031h-Hs for qemu-devel@nongnu.org; Mon, 12 Aug 2013 17:20:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V8zXS-0005Gy-HZ for qemu-devel@nongnu.org; Mon, 12 Aug 2013 17:20:31 -0400 Received: from mail.avalus.com ([2001:41c8:10:1dd::10]:54421) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8zXS-0005Gd-3n for qemu-devel@nongnu.org; Mon, 12 Aug 2013 17:20:30 -0400 Date: Mon, 12 Aug 2013 22:20:15 +0100 From: Alex Bligh Message-ID: In-Reply-To: <20130812203133.GF5061@irqsave.net> References: <1376311769-29811-1-git-send-email-stefanha@redhat.com> <20130812203133.GF5061@irqsave.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Re: [Qemu-devel] [PATCH 0/2] qemu-timer: make qemu_timer_mod_ns() and qemu_timer_del() thread-safe Reply-To: Alex Bligh List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Beno=C3=AEt_Canet?= , Stefan Hajnoczi Cc: Paolo Bonzini , Ping Fan Liu , qemu-devel@nongnu.org, Alex Bligh Benoit, --On 12 August 2013 22:31:34 +0200 Beno=C3=AEt Canet = =20 wrote: > Is there a git tree on which I could rebase my throttling series on top = of > the new timers ? API wise, mine should do, at: https://github.com/abligh/qemu/tree/aio-timers10 That won't have Stefan's thread-safe stuff in but that's not needed yet. You should just be able to run scripts/switch-timer-api [list of files] and it should convert your source code to the new timer API. I would be interested to know whether this works. --=20 Alex Bligh