All of lore.kernel.org
 help / color / mirror / Atom feed
* [XTF PATCH v2 0/2] xtf: integrate argo test
@ 2025-05-21 21:17 dmkhn
  2025-05-21 21:18 ` [XTF PATCH v2 1/2] tests/argo: Add argo test suite dmkhn
  2025-05-21 21:18 ` [XTF PATCH v2 2/2] tests/argo: use event channel to get own domain ID dmkhn
  0 siblings, 2 replies; 6+ messages in thread
From: dmkhn @ 2025-05-21 21:17 UTC (permalink / raw)
  To: xen-devel
  Cc: andrew.cooper3, christopher.w.clark, dpsmith, michal.orzel,
	persaur, dmukhin

The patch series integrates an XTF argo test available at [1].

Patch 1 is the original test.
Patch 2 adds fixups to run the test under QEMU environment in gitlab CI.

[1] https://github.com/dozylynx/meta-argo/blob/master/recipes-extended/xen/xtf/0001-Add-Argo-test.patch
[2] Link to v1: https://lore.kernel.org/xen-devel/20250416050443.919751-1-dmukhin@ford.com/
[3] Link to CI: https://gitlab.com/xen-project/people/dmukhin/xen/-/jobs/10110489477

Christopher Clark (1):
  tests/argo: Add argo test suite

Denis Mukhin (1):
  tests/argo: use event channel to get own domain ID

 common/lib.c                |  34 +++-
 docs/all-tests.dox          |   2 +
 include/xen/argo.h          | 259 ++++++++++++++++++++++++++
 include/xen/event_channel.h |  34 ++++
 include/xtf/hypercall.h     |   1 +
 include/xtf/numbers.h       |   5 +
 tests/argo/Makefile         |   9 +
 tests/argo/main.c           | 353 ++++++++++++++++++++++++++++++++++++
 8 files changed, 696 insertions(+), 1 deletion(-)
 create mode 100644 include/xen/argo.h
 create mode 100644 tests/argo/Makefile
 create mode 100644 tests/argo/main.c

-- 
2.34.1




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

end of thread, other threads:[~2025-05-29 21:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-21 21:17 [XTF PATCH v2 0/2] xtf: integrate argo test dmkhn
2025-05-21 21:18 ` [XTF PATCH v2 1/2] tests/argo: Add argo test suite dmkhn
2025-05-29 21:45   ` Christopher Clark
2025-05-21 21:18 ` [XTF PATCH v2 2/2] tests/argo: use event channel to get own domain ID dmkhn
2025-05-21 21:37   ` Andrew Cooper
2025-05-22 18:22     ` dmkhn

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.