Hi,

Check the behavior of the vLAPIC timer emulation.

This list of check works on baremetal if one managed to runned it (I did manual
testing by coping this xtf tests into xen), 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 [1].

[1] https://lists.xenproject.org/archives/html/xen-devel/2017-07/msg01726.html

Thanks,

Anthony PERARD (3):
  vlapic-timer: Introduce vLAPIC Timer tests
  vlapic-timer: Test divide register configuration
  vlapic-timer: Testing TSC-deadline timer mode

 arch/x86/include/arch/apic.h      |  12 ++
 arch/x86/include/arch/cpuid.h     |   1 +
 arch/x86/include/arch/lib.h       |   9 ++
 arch/x86/include/arch/msr-index.h |   1 +
 tests/vlapic-timer/Makefile       |   9 ++
 tests/vlapic-timer/main.c         | 258 ++++++++++++++++++++++++++++++++++++++
 6 files changed, 290 insertions(+)
 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

Reply via email to