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 Christopher Clark (1): tests/argo: Add argo test suite Denis Mukhin (1): tests/argo: fixup for recent xen docs/all-tests.dox | 2 + include/xen/argo.h | 259 +++++++++++++++++++++++++++++ include/xtf/hypercall.h | 1 + include/xtf/numbers.h | 5 + tests/argo/Makefile | 9 + tests/argo/main.c | 355 ++++++++++++++++++++++++++++++++++++++++ 6 files changed, 631 insertions(+) create mode 100644 include/xen/argo.h create mode 100644 tests/argo/Makefile create mode 100644 tests/argo/main.c -- 2.34.1