Re: [XEN PATCH v2] automation: add x86_64 test (linux argo)

2024-10-28 Thread Lira, Victor M
Hello in this patch I have removed CONFIG_UNSUPPORTED=y from Xen build but this now causes the test to fail. I guess all three are needed: CONFIG_EXPERT=y, CONFIG_UNSUPPORTED=y, CONFIG_ARGO=y I will send out a new patch with the issue fixed shortly. Victor

[XEN PATCH v2] automation: add x86_64 test (linux argo)

2024-10-28 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 and create a CI test job. Update the xil