Re: [PATCH 3/3] automation: Add arm64 test for running Xen with GICv3

2024-04-24 Thread Stefano Stabellini
On Tue, 23 Apr 2024, Michal Orzel wrote: > At the moment, all the Arm64 Qemu tests use GICv2 which is the default > GIC version used by Qemu. Improve the coverage by adding a new test in > which Qemu will be configured to have GICv3. > > Rename host device tree name to "virt.dtb" to be GIC

[PATCH 3/3] automation: Add arm64 test for running Xen with GICv3

2024-04-23 Thread Michal Orzel
At the moment, all the Arm64 Qemu tests use GICv2 which is the default GIC version used by Qemu. Improve the coverage by adding a new test in which Qemu will be configured to have GICv3. Rename host device tree name to "virt.dtb" to be GIC version agnostic. Use "gic-version" Qemu option to select