From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47793) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1akX7Y-0001YE-5x for qemu-devel@nongnu.org; Mon, 28 Mar 2016 09:22:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1akX7X-0007s6-8Z for qemu-devel@nongnu.org; Mon, 28 Mar 2016 09:22:16 -0400 References: From: Dmitry Osipenko Message-ID: <56F92FFC.4020805@gmail.com> Date: Mon, 28 Mar 2016 16:22:04 +0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v12 0/9] PTimer fixes/features and ARM MPTimer conversion List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Peter Crosthwaite , qemu-arm , QEMU Developers Hello Peter, 16.03.2016 17:36, Peter Maydell пишет: > On 30 January 2016 at 16:43, Dmitry Osipenko wrote: >> Changelog for ARM MPTimer QEMUTimer to ptimer conversion: > > So, where are we with this series? It looked from the mailing list > threads as if there were still a few things Peter C hadn't got > closure on, but we're rapidly running out of time before hard > freeze :-( I'd really rather not have to push it out by yet > another release, especially since it got posted back in January.. > > thanks > -- PMM > It still pending for the review and the due date is tomorrow, maybe you would want to pick some of the PTimer patches for 2.6. PTimer fixes ready for submission: [PATCH v12 1/9] hw/ptimer: Fix issues caused by the adjusted timer limit value [PATCH v12 2/9] hw/ptimer: Perform counter wrap around if timer already expired [PATCH v12 3/9] hw/ptimer: Update .delta on period/freq change The rest of the patches are either prerequisites for the ARM MPtimer conversion or pending for the review, we will work them out once Peter Crosthwaite would get some spare time. -- Dmitry