On Fri, 28 Feb 2025 17:27:29 +0800
Bibo Mao <maob...@loongson.cn> wrote:

> Enable bios-tables-test for LoongArch virt machine, it passes to run
> with command "make check-qtest-loongarch64".
> 
> Signed-off-by: Bibo Mao <maob...@loongson.cn>

I suggest merging it into of 3/6

> ---
>  tests/qtest/meson.build | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build
> index 8a6243382a..8628eebfbc 100644
> --- a/tests/qtest/meson.build
> +++ b/tests/qtest/meson.build
> @@ -149,7 +149,8 @@ qtests_hppa = \
>  
>  qtests_loongarch64 = qtests_filter + \
>    (config_all_devices.has_key('CONFIG_LOONGARCH_VIRT') ? ['numa-test'] : []) 
> + \
> -  ['boot-serial-test']
> +  ['boot-serial-test'] + \
> +  (unpack_edk2_blobs ? ['bios-tables-test'] : [])
>  
>  qtests_m68k = ['boot-serial-test'] + \
>    qtests_filter


Reply via email to