qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [kvm-unit-tests PATCH v8 0/3] ARM PMU tests
@ 2016-11-08 18:17 Wei Huang
  2016-11-08 18:17 ` [Qemu-devel] [kvm-unit-tests PATCH v8 1/3] arm: Add PMU test Wei Huang
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Wei Huang @ 2016-11-08 18:17 UTC (permalink / raw)
  To: cov
  Cc: qemu-devel, kvm, kvmarm, shannon.zhao, alistair.francis, croberts,
	alindsay, drjones

Changes from v7:
* Standardize PMU register accessor names and remove unused ones
* Use bit defines instead of bit fields
* Change the testing configure for pmu.flat
* Commit comments were updated

Note:
1) Current KVM code has bugs in handling PMCCFILTR write. A fix (see
below) is required for this unit testing code to work correctly under
KVM mode.
https://lists.cs.columbia.edu/pipermail/kvmarm/2016-November/022134.html.
2) Because the code was changed, Drew's original reviewed-by needs to
be acknowledged by him again.

-Wei

Wei Huang (3):
  arm: Add PMU test
  arm: pmu: Check cycle count increases
  arm: pmu: Add CPI checking

 arm/Makefile.common |   3 +-
 arm/pmu.c           | 270 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 arm/unittests.cfg   |  19 ++++
 3 files changed, 291 insertions(+), 1 deletion(-)
 create mode 100644 arm/pmu.c

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2016-11-16 16:41 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-08 18:17 [Qemu-devel] [kvm-unit-tests PATCH v8 0/3] ARM PMU tests Wei Huang
2016-11-08 18:17 ` [Qemu-devel] [kvm-unit-tests PATCH v8 1/3] arm: Add PMU test Wei Huang
2016-11-11  7:37   ` Andrew Jones
2016-11-08 18:17 ` [Qemu-devel] [kvm-unit-tests PATCH v8 2/3] arm: pmu: Check cycle count increases Wei Huang
2016-11-11  7:43   ` Andrew Jones
2016-11-11 19:55     ` Wei Huang
2016-11-14 10:05       ` Andrew Jones
2016-11-14 15:12         ` Christopher Covington
2016-11-15 22:50           ` Wei Huang
2016-11-16 13:01             ` Andrew Jones
2016-11-16 16:08               ` Christopher Covington
2016-11-16 16:25                 ` Andrew Jones
2016-11-16 16:41                   ` Christopher Covington
2016-11-16 15:40   ` Andrew Jones
2016-11-08 18:17 ` [Qemu-devel] [kvm-unit-tests PATCH v8 3/3] arm: pmu: Add CPI checking Wei Huang
2016-11-11  8:08   ` Andrew Jones
2016-11-11 16:10     ` Wei Huang
2016-11-16 15:45   ` Andrew Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).