From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39435) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2Tvs-0005KW-Dl for qemu-devel@nongnu.org; Thu, 25 Jul 2013 18:22:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V2Tvr-0000sd-GU for qemu-devel@nongnu.org; Thu, 25 Jul 2013 18:22:48 -0400 Received: from mail.avalus.com ([2001:41c8:10:1dd::10]:43562) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2Tvr-0000sU-Ag for qemu-devel@nongnu.org; Thu, 25 Jul 2013 18:22:47 -0400 Date: Thu, 25 Jul 2013 23:22:33 +0100 From: Alex Bligh Message-ID: <34B083D4DB6D2988A571E420@nimrod.local> In-Reply-To: <1374790608-7518-1-git-send-email-alex@alex.org.uk> References: <20130725093713.GG21033@stefanha-thinkpad.redhat.com> <1374790608-7518-1-git-send-email-alex@alex.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: [Qemu-devel] [RFC] [PATCHv3 00/12] aio / timers: Add AioContext timers and use ppoll Reply-To: Alex Bligh List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Bligh , qemu-devel@nongnu.org Cc: Kevin Wolf , Anthony Liguori , Stefan Hajnoczi , Paolo Bonzini , rth@twiddle.net --On 25 July 2013 23:16:36 +0100 Alex Bligh wrote: > * change comment in deprecation of clock options This got missed due to my own inadequacy. Delta is below. It will be in the next series. -- Alex Bligh commit 699c55b421822ad2d14b5520b04db8fa9f77c4e0 Author: Alex Bligh Date: Thu Jul 25 23:19:52 2013 +0100 aio / timers: fix comment in vl.c diff --git a/vl.c b/vl.c index 612c609..af04644 100644 --- a/vl.c +++ b/vl.c @@ -3714,9 +3714,8 @@ int main(int argc, char **argv, char **envp) old_param = 1; break; case QEMU_OPTION_clock: - /* Once upon a time we did: - * configure_alarms(optarg); - * here. This is stubbed out for compatibility. + /* Clock options no longer exist. Keep this option for + * backward compatibility. */ break; case QEMU_OPTION_startdate: