From: Avi Kivity <avi@redhat.com>
To: Marcelo Tosatti <mtosatti@redhat.com>, kvm@vger.kernel.org
Subject: [PATCH kvm-unit-tests 0/4] PMU tests
Date: Mon, 13 Jun 2011 15:28:43 +0300 [thread overview]
Message-ID: <1307968127-22440-1-git-send-email-avi@redhat.com> (raw)
Following is a simple unit test for the PMU emulation.
Avi Kivity (4):
Build tests with optimization enabled
startup: prepare CPU for floating point operation
Add rdpmc instruction accessor
Add PMU test
Makefile | 2 +-
config-x86-common.mak | 4 ++-
lib/x86/processor.h | 8 ++++++
lib/x86/smp.c | 9 +++++++
x86/cstart.S | 2 +
x86/cstart64.S | 2 +
x86/pmu.c | 63 +++++++++++++++++++++++++++++++++++++++++++++++++
7 files changed, 88 insertions(+), 2 deletions(-)
create mode 100644 x86/pmu.c
--
1.7.5.3
next reply other threads:[~2011-06-13 12:28 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-13 12:28 Avi Kivity [this message]
2011-06-13 12:28 ` [PATCH kvm-unit-tests 1/4] Build tests with optimization enabled Avi Kivity
2011-06-13 12:28 ` [PATCH kvm-unit-tests 2/4] startup: prepare CPU for floating point operation Avi Kivity
2011-06-13 12:28 ` [PATCH kvm-unit-tests 3/4] Add rdpmc instruction accessor Avi Kivity
2011-06-13 12:28 ` [PATCH kvm-unit-tests 4/4] Add PMU test Avi Kivity
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=1307968127-22440-1-git-send-email-avi@redhat.com \
--to=avi@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=mtosatti@redhat.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox