Re: [Qemu-devel] [kvm-unit-tests PATCHv7 1/3] arm: Add PMU test

2016-11-03 Thread cov
On 2016-11-03 09:04, Andrew Jones wrote: On Thu, Nov 03, 2016 at 08:29:57AM -0600, c...@codeaurora.org wrote: On 2016-11-03 04:14, Andrew Jones wrote: > On Wed, Nov 02, 2016 at 05:22:15PM -0500, Wei Huang wrote: > > Missing > From: Christopher Covington > > > > Beginning with a simple sanity c

Re: [Qemu-devel] [kvm-unit-tests PATCHv7 1/3] arm: Add PMU test

2016-11-03 Thread Andrew Jones
On Thu, Nov 03, 2016 at 08:29:57AM -0600, c...@codeaurora.org wrote: > On 2016-11-03 04:14, Andrew Jones wrote: > > On Wed, Nov 02, 2016 at 05:22:15PM -0500, Wei Huang wrote: > > > > Missing > > From: Christopher Covington > > > > > > > Beginning with a simple sanity check of the control regis

Re: [Qemu-devel] [kvm-unit-tests PATCHv7 1/3] arm: Add PMU test

2016-11-03 Thread cov
On 2016-11-03 04:14, Andrew Jones wrote: On Wed, Nov 02, 2016 at 05:22:15PM -0500, Wei Huang wrote: Missing From: Christopher Covington Beginning with a simple sanity check of the control register, add a unit test for the ARM Performance Monitors Unit (PMU). Signed-off-by: Christopher Covi

Re: [Qemu-devel] [kvm-unit-tests PATCHv7 1/3] arm: Add PMU test

2016-11-03 Thread Andrew Jones
On Wed, Nov 02, 2016 at 05:22:15PM -0500, Wei Huang wrote: Missing From: Christopher Covington > Beginning with a simple sanity check of the control register, add > a unit test for the ARM Performance Monitors Unit (PMU). > > Signed-off-by: Christopher Covington Missing Signed-off-by: Wei

[Qemu-devel] [kvm-unit-tests PATCHv7 1/3] arm: Add PMU test

2016-11-02 Thread Wei Huang
Beginning with a simple sanity check of the control register, add a unit test for the ARM Performance Monitors Unit (PMU). Signed-off-by: Christopher Covington --- arm/Makefile.common | 3 +- arm/pmu.c | 82 + arm/unittests.cfg | 2