From: Paolo Bonzini <pbonzini@redhat.com>
To: Thomas Huth <thuth@redhat.com>, qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>, qemu-block@nongnu.org
Subject: Re: [PATCH for-7.0?] meson: Update to version 0.61.3
Date: Tue, 15 Mar 2022 10:19:20 +0100 [thread overview]
Message-ID: <921d2ca3-7f90-9c7a-bb10-27a5c06a4c4e@redhat.com> (raw)
In-Reply-To: <20220315083521.280024-1-thuth@redhat.com>
On 3/15/22 09:35, Thomas Huth wrote:
> Meson 0.61.3 contains an important fix which helps to see the
> output of failed qemu-iotests on the console again:
> https://gitlab.com/qemu-project/meson/-/commit/7534cf34f83b9c43
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> meson | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meson b/meson
> index 12f9f04ba0..5cf5575a7c 160000
> --- a/meson
> +++ b/meson
> @@ -1 +1 @@
> -Subproject commit 12f9f04ba0decfda425dbbf9a501084c153a2d18
> +Subproject commit 5cf5575a7c76746935dcd9a9e380803c85023c04
Please update configure as well:
- if test "$explicit_python" = no && has meson && version_ge "$(meson --version)" 0.59.3; then
+ if test "$explicit_python" = no && has meson && version_ge "$(meson --version)" 0.61.3; then
The bump would only apply if --python is specified or if --meson is not
specified; therefore, it wouldn't change the minimum supported version.
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Paolo
prev parent reply other threads:[~2022-03-15 10:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-15 8:35 [PATCH for-7.0?] meson: Update to version 0.61.3 Thomas Huth
2022-03-15 9:19 ` Paolo Bonzini [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=921d2ca3-7f90-9c7a-bb10-27a5c06a4c4e@redhat.com \
--to=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=thuth@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).