Re: [RFC XEN PATCH 2/2] automation: add xilinx test (linux argo)

2024-10-22 Thread Stefano Stabellini
On Tue, 22 Oct 2024, victorm.l...@amd.com wrote: > From: Victor Lira > > Add x86_64 hardware test that creates a Xen Argo communication > connection between two PVH domains. In the test, dom0 creates a domU and > listens for messages sent by the domU through Argo. > > To accomplish this, build X

[RFC XEN PATCH 2/2] automation: add xilinx test (linux argo)

2024-10-22 Thread victorm.lira
From: Victor Lira Add x86_64 hardware test that creates a Xen Argo communication connection between two PVH domains. In the test, dom0 creates a domU and listens for messages sent by the domU through Argo. To accomplish this, build Xen with CONFIG_ARGO=y. Update the xilinx x86_64 test script to