Mailing List Archive

[PATCH v2 0/2] automation: arm64 dom0less smoke test
Hi all,

This short series introduces a very simple Xen Dom0less smoke test based
on qemu-system-aarch64 to be run as part of the gitlab CI-loop. It
currently passes on staging.

Cheers,

Stefano


Changes in v2:
- use the Debian kernel for testing instead of building your own
- fix x86_32 build


Stefano Stabellini (2):
automation: add a QEMU aarch64 smoke test
automation: add dom0less to the QEMU aarch64 smoke test

automation/gitlab-ci/test.yaml | 23 ++++++++
automation/scripts/build | 6 +--
automation/scripts/qemu-smoke-arm64.sh | 98 ++++++++++++++++++++++++++++++++++
3 files changed, 124 insertions(+), 3 deletions(-)
create mode 100755 automation/scripts/qemu-smoke-arm64.sh
Re: [PATCH v2 0/2] automation: arm64 dom0less smoke test [ In reply to ]
On Mon, Nov 16, 2020 at 08:21:18PM -0800, Stefano Stabellini wrote:
> Hi all,
>
> This short series introduces a very simple Xen Dom0less smoke test based
> on qemu-system-aarch64 to be run as part of the gitlab CI-loop. It
> currently passes on staging.
>
> Cheers,
>
> Stefano
>
>
> Changes in v2:
> - use the Debian kernel for testing instead of building your own
> - fix x86_32 build
>
>
> Stefano Stabellini (2):
> automation: add a QEMU aarch64 smoke test
> automation: add dom0less to the QEMU aarch64 smoke test

Acked-by: Wei Liu <wl@xen.org>