From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37237) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAnLV-0001t1-CY for qemu-devel@nongnu.org; Thu, 02 Jul 2015 18:52:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZAnLS-0001gE-1E for qemu-devel@nongnu.org; Thu, 02 Jul 2015 18:52:41 -0400 Received: from mail-lb0-x231.google.com ([2a00:1450:4010:c04::231]:33551) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAnLR-0001fA-PW for qemu-devel@nongnu.org; Thu, 02 Jul 2015 18:52:37 -0400 Received: by lbcui10 with SMTP id ui10so40261019lbc.0 for ; Thu, 02 Jul 2015 15:52:35 -0700 (PDT) From: Dmitry Osipenko Date: Fri, 3 Jul 2015 01:52:08 +0300 Message-Id: <1435877531-24983-1-git-send-email-digetx@gmail.com> Subject: [Qemu-devel] arm_mptimer fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Paolo Bonzini , Peter Crosthwaite , QEMU Developers Hello, this series fixes 3 arm_mptimer issues. All 3 patches were successfully tested on ARM Cortex-A9 QEMU machine booting Linux kernel and behavior was compared to real hw by running couple handcrafted mptimer tests. arm_mptimer: Fix timer shutdown arm_mptimer: Fix ONE-SHOT -> PERIODIC mode change arm_mptimer: Respect IT bit state