[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 7/7] tests/avocado: add boot_xen tests
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH v2 7/7] tests/avocado: add boot_xen tests |
Date: |
Wed, 17 Feb 2021 15:31:51 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 |
On 2/11/21 6:19 PM, Alex Bennée wrote:
> These tests make sure we can boot the Xen hypervisor with a Dom0
> kernel using the guest-loader. We currently have to use a kernel I
> built myself because there are issues using the Debian kernel images.
>
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
> MAINTAINERS | 1 +
> tests/acceptance/boot_xen.py | 117 +++++++++++++++++++++++++++++++++++
> 2 files changed, 118 insertions(+)
> create mode 100644 tests/acceptance/boot_xen.py
> diff --git a/tests/acceptance/boot_xen.py b/tests/acceptance/boot_xen.py
> new file mode 100644
> index 0000000000..8c7e091d40
> --- /dev/null
> +++ b/tests/acceptance/boot_xen.py
> @@ -0,0 +1,117 @@
> +# Functional test that boots a Xen hypervisor with a domU kernel and
> +# checks the console output is vaguely sane .
> +#
> +# Copyright (c) 2020 Linaro
2021?
Otherwise:
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
- [PATCH v2 0/7] Xen guest loader (to boot Xen+Kernel under TCG), Alex Bennée, 2021/02/11
- [PATCH v2 1/7] hw/board: promote fdt from ARM VirtMachineState to MachineState, Alex Bennée, 2021/02/11
- [PATCH v2 2/7] hw/riscv: migrate fdt field to generic MachineState, Alex Bennée, 2021/02/11
- [PATCH v2 4/7] hw/core: implement a guest-loader to support static hypervisor guests, Alex Bennée, 2021/02/11
- [PATCH v2 6/7] docs: add some documentation for the guest-loader, Alex Bennée, 2021/02/11
- [PATCH v2 5/7] docs: move generic-loader documentation into the main manual, Alex Bennée, 2021/02/11
- [PATCH v2 7/7] tests/avocado: add boot_xen tests, Alex Bennée, 2021/02/11
[PATCH v2 3/7] device_tree: add qemu_fdt_setprop_string_array helper, Alex Bennée, 2021/02/11
Re: [PATCH v2 0/7] Xen guest loader (to boot Xen+Kernel under TCG), Alex Bennée, 2021/02/25