From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49035) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZleiE-0001Uv-IQ for qemu-devel@nongnu.org; Mon, 12 Oct 2015 11:08:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZleiA-0001pZ-Gc for qemu-devel@nongnu.org; Mon, 12 Oct 2015 11:08:30 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:34806) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZleiA-0001pQ-B8 for qemu-devel@nongnu.org; Mon, 12 Oct 2015 11:08:26 -0400 From: Christopher Covington Date: Mon, 12 Oct 2015 11:07:47 -0400 Message-Id: <1444662470-13045-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 PATCHv4] 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 v3 in response to Drew's suggestions: * Improved pmu_data / PMCR fields and usage * Straightened out awkward conditionals * Added 32-bit support * Styling enhancements * Deferred -icount testing to later patch