From: Wei Huang <wei@redhat.com>
To: cov@codeaurora.org
Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org,
kvmarm@lists.cs.columbia.edu, shannon.zhao@linaro.org,
alistair.francis@xilinx.com, croberts@codeaurora.org,
alindsay@codeaurora.org, drjones@redhat.com
Subject: [kvm-unit-tests PATCH v8 0/3] ARM PMU tests
Date: Tue, 8 Nov 2016 12:17:12 -0600 [thread overview]
Message-ID: <1478629035-12938-1-git-send-email-wei@redhat.com> (raw)
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
WARNING: multiple messages have this Message-ID (diff)
From: Wei Huang <wei@redhat.com>
To: cov@codeaurora.org
Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org,
kvmarm@lists.cs.columbia.edu, shannon.zhao@linaro.org,
alistair.francis@xilinx.com, croberts@codeaurora.org,
alindsay@codeaurora.org, drjones@redhat.com
Subject: [Qemu-devel] [kvm-unit-tests PATCH v8 0/3] ARM PMU tests
Date: Tue, 8 Nov 2016 12:17:12 -0600 [thread overview]
Message-ID: <1478629035-12938-1-git-send-email-wei@redhat.com> (raw)
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
next reply other threads:[~2016-11-08 18:17 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-08 18:17 Wei Huang [this message]
2016-11-08 18:17 ` [Qemu-devel] [kvm-unit-tests PATCH v8 0/3] ARM PMU tests Wei Huang
2016-11-08 18:17 ` [kvm-unit-tests PATCH v8 1/3] arm: Add PMU test Wei Huang
2016-11-08 18:17 ` [Qemu-devel] " Wei Huang
2016-11-11 7:37 ` Andrew Jones
2016-11-08 18:17 ` [kvm-unit-tests PATCH v8 2/3] arm: pmu: Check cycle count increases Wei Huang
2016-11-08 18:17 ` [Qemu-devel] " 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 16:41 ` Christopher Covington
2016-11-16 15:40 ` Andrew Jones
2016-11-08 18:17 ` [kvm-unit-tests PATCH v8 3/3] arm: pmu: Add CPI checking Wei Huang
2016-11-08 18:17 ` [Qemu-devel] " Wei Huang
2016-11-11 8:08 ` Andrew Jones
2016-11-11 16:10 ` Wei Huang
2016-11-16 15:45 ` Andrew Jones
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1478629035-12938-1-git-send-email-wei@redhat.com \
--to=wei@redhat.com \
--cc=alindsay@codeaurora.org \
--cc=alistair.francis@xilinx.com \
--cc=cov@codeaurora.org \
--cc=croberts@codeaurora.org \
--cc=drjones@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=kvmarm@lists.cs.columbia.edu \
--cc=qemu-devel@nongnu.org \
--cc=shannon.zhao@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.