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