qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH-for-9.2? 0/2] tests/functional: Fix tests failing when TCG is


From: Thomas Huth
Subject: Re: [PATCH-for-9.2? 0/2] tests/functional: Fix tests failing when TCG is not available on macOS
Date: Mon, 2 Dec 2024 21:56:37 +0100
User-agent: Mozilla Thunderbird

On 02/12/2024 21.40, Philippe Mathieu-Daudé wrote:
Explicit the QTest accelerator to have these 2 tests
pass on macOS when only HVF is built in.

Could we maybe rather add something like this at the top of tests/functional/meson.build :

if 'CONFIG_TCG' not in config_all and 'CONFIG_KVM' not in config_all
  subdir_done()
endif

?

 Thomas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]