From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53186) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrWCR-0007wb-V7 for qemu-devel@nongnu.org; Wed, 28 Oct 2015 15:15:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZrWCN-0006VK-PE for qemu-devel@nongnu.org; Wed, 28 Oct 2015 15:15:55 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:34101) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrWCN-0006VB-8V for qemu-devel@nongnu.org; Wed, 28 Oct 2015 15:15:51 -0400 From: Christopher Covington Date: Wed, 28 Oct 2015 15:12:52 -0400 Message-Id: <1446059575-23903-1-git-send-email-cov@codeaurora.org> In-Reply-To: <1444662470-13045-1-git-send-email-cov@codeaurora.org> References: <1444662470-13045-1-git-send-email-cov@codeaurora.org> Subject: [Qemu-devel] [kvm-unit-tests PATCHv6] 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 v5: 2/3 arm: pmu: Check cycle count increases * Use universal initializer {0} despite spurious compiler warnings. * Add Drew's Reviewed-by. 3/3 arm: pmu: Add CPI checking * Use numeric constant 0 directly with no intermediate variable. * More tabs in inline assembly. * Make A32/A64 inline assembly justification comments uniform. * Check argc properly. Thanks, Christopher Covington