From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40236) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjWNn-0005Uz-RP for qemu-devel@nongnu.org; Tue, 06 Oct 2015 13:51:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZjWN8-0006FJ-5K for qemu-devel@nongnu.org; Tue, 06 Oct 2015 13:50:35 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:55938) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjWN7-0006Aw-Mg for qemu-devel@nongnu.org; Tue, 06 Oct 2015 13:49:53 -0400 From: Christopher Covington Date: Tue, 6 Oct 2015 13:49:23 -0400 Message-Id: <1444153766-12532-1-git-send-email-cov@codeaurora.org> In-Reply-To: <5612EDA5.9010506@redhat.com> References: <5612EDA5.9010506@redhat.com> Subject: [Qemu-devel] [kvm-unit-tests PATCHv3] ARM PMU tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: drjones@redhat.com, qemu-devel@nongnu.org, kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu, wei@redhat.com Cc: alindsay@codeaurora.org, croberts@codeaurora.org, shannon.zhao@linaro.org, alistair.francis@xilinx.com Changes from v2: * Explicit test for monotonically increasing cycle count * Tests now pass or fail * Tests broken into functions * Tests/functions broken into separate patches in series * Style improvements as suggested by Wei Huang and Linux checkpatch.pl * Spelling and comment improvements