xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Testing vlapic timer
@ 2017-03-20 14:38 Anthony PERARD
  2017-03-20 14:38 ` [PATCH 1/2] Import apicdef.h from xen.git Anthony PERARD
  2017-03-20 14:38 ` [PATCH 2/2] Add vlapic timer checks Anthony PERARD
  0 siblings, 2 replies; 6+ messages in thread
From: Anthony PERARD @ 2017-03-20 14:38 UTC (permalink / raw)
  To: xen-devel; +Cc: Anthony PERARD, Andrew Cooper

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

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

end of thread, other threads:[~2017-03-29 13:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-20 14:38 [PATCH 0/2] Testing vlapic timer Anthony PERARD
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

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).