From: Anthony PERARD <anthony.perard@citrix.com>
To: xen-devel@lists.xenproject.org
Cc: Anthony PERARD <anthony.perard@citrix.com>,
Andrew Cooper <andrew.cooper3@citrix.com>
Subject: [PATCH 0/2] Testing vlapic timer
Date: Mon, 20 Mar 2017 14:38:44 +0000 [thread overview]
Message-ID: <20170320143846.21234-1-anthony.perard@citrix.com> (raw)
Hi,
This list of check should work on baremetal, but Xen emulation vlapic does
not behave like baremetal, so this XTF tests would fail at first, until a fix
for Xen that I'm working on is pushed.
I don't check TSC deadline yet, but I will give a look as well. For now, it's
only one-shot and periodic timer.
Thanks,
Anthony PERARD (2):
Import apicdef.h from xen.git
Add vlapic timer checks
arch/x86/include/arch/apicdef.h | 392 ++++++++++++++++++++++++++++++++++++++++
tests/vlapic-timer/Makefile | 9 +
tests/vlapic-timer/main.c | 131 ++++++++++++++
3 files changed, 532 insertions(+)
create mode 100644 arch/x86/include/arch/apicdef.h
create mode 100644 tests/vlapic-timer/Makefile
create mode 100644 tests/vlapic-timer/main.c
--
Anthony PERARD
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
next reply other threads:[~2017-03-20 14:38 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-20 14:38 Anthony PERARD [this message]
2017-03-20 14:38 ` [PATCH 1/2] Import apicdef.h from xen.git Anthony PERARD
2017-03-20 14:51 ` Roger Pau Monné
2017-03-29 12:43 ` Andrew Cooper
2017-03-20 14:38 ` [PATCH 2/2] Add vlapic timer checks Anthony PERARD
2017-03-29 13:18 ` Andrew Cooper
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=20170320143846.21234-1-anthony.perard@citrix.com \
--to=anthony.perard@citrix.com \
--cc=andrew.cooper3@citrix.com \
--cc=xen-devel@lists.xenproject.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 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).