qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 01/27] meson: use .allowed() method for features


From: Richard Henderson
Subject: Re: [PATCH 01/27] meson: use .allowed() method for features
Date: Fri, 4 Feb 2022 14:47:38 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

On 2/4/22 04:33, Paolo Bonzini wrote:
The method is now in 0.59, using it simplifies some boolean conditions.
The other new methods .require() and .disable_auto_if() can be used too,
but introducing them is not just a matter of search-and-replace.

Signed-off-by: Paolo Bonzini<pbonzini@redhat.com>
---
  meson.build       | 42 +++++++++++++++++++++---------------------
  tests/meson.build |  2 +-
  2 files changed, 22 insertions(+), 22 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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