From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Covington Subject: [kvm-unit-tests PATCHv6] ARM PMU tests Date: Wed, 28 Oct 2015 15:12:52 -0400 Message-ID: <1446059575-23903-1-git-send-email-cov@codeaurora.org> References: <1444662470-13045-1-git-send-email-cov@codeaurora.org> Cc: shannon.zhao@linaro.org, alistair.francis@xilinx.com, croberts@codeaurora.org, alindsay@codeaurora.org To: drjones@redhat.com, qemu-devel@nongnu.org, kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu, wei@redhat.com Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:43426 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755598AbbJ1TPt (ORCPT ); Wed, 28 Oct 2015 15:15:49 -0400 In-Reply-To: <1444662470-13045-1-git-send-email-cov@codeaurora.org> Sender: kvm-owner@vger.kernel.org List-ID: 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