From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46757) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZBqV2-0007ZQ-9B for qemu-devel@nongnu.org; Sun, 05 Jul 2015 16:26:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZBqUy-0003xN-9g for qemu-devel@nongnu.org; Sun, 05 Jul 2015 16:26:52 -0400 Received: from mail-pa0-x22e.google.com ([2607:f8b0:400e:c03::22e]:36558) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZBqUy-0003wl-1w for qemu-devel@nongnu.org; Sun, 05 Jul 2015 16:26:48 -0400 Received: by pacgz10 with SMTP id gz10so10021502pac.3 for ; Sun, 05 Jul 2015 13:26:46 -0700 (PDT) From: Peter Crosthwaite Date: Sun, 5 Jul 2015 13:26:38 -0700 Message-Id: <1436128000-16262-1-git-send-email-crosthwaite.peter@gmail.com> Subject: [Qemu-devel] [RFC v1 0/2] ARM MPTimer fixes and refactoring List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, digetx@gmail.com, Peter Crosthwaite Hi Dmitry, Based on my comment earlier, this is what I came up with RE consolidation of those arm_mptimer code paths that were giving you problems. I have not done the interrupt mask fix, as that one from your series is reasonably independent. Regards, Peter Peter Crosthwaite (2): timer: arm_mp: Factor out timer value calculation timer: arm_mp: consolidate control and counter write logic hw/timer/arm_mptimer.c | 73 +++++++++++++++++++++++++++++--------------------- 1 file changed, 42 insertions(+), 31 deletions(-) -- 1.9.1