qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: Paolo Bonzini <pbonzini@redhat.com>, qemu-devel@nongnu.org
Cc: qemu-stable@nongnu.org, John Snow <jsnow@redhat.com>
Subject: Re: [PATCH] python: mkvenv: fix messages printed by mkvenv
Date: Fri, 22 Aug 2025 16:56:57 +0200	[thread overview]
Message-ID: <0aee80e7-d18e-483f-8621-12c51f350515@linaro.org> (raw)
In-Reply-To: <20250822134652.1366100-1-pbonzini@redhat.com>

On 22/8/25 15:46, Paolo Bonzini wrote:
> The new Matcher class does not have a __str__ implementation, and therefore
> it prints the debugging representation of the internal object:
> 
>    $ ../configure --enable-rust && make qemu-system-arm --enable-download
>    python determined to be '/usr/bin/python3'
>    python version: Python 3.13.6
>    mkvenv: Creating non-isolated virtual environment at 'pyvenv'
>    mkvenv: checking for LegacyMatcher('meson>=1.5.0')
>    mkvenv: checking for LegacyMatcher('pycotap>=1.1.0')
> 
> Add the method to print the nicer
> 
>    mkvenv: checking for meson>=1.5.0
>    mkvenv: checking for pycotap>=1.1.0
> 
> Cc: qemu-stable@nongnu.org
> Cc: John Snow <jsnow@redhat.com>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>   python/scripts/mkvenv.py | 4 ++++
>   1 file changed, 4 insertions(+)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>



      parent reply	other threads:[~2025-08-22 14:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-22 13:46 [PATCH] python: mkvenv: fix messages printed by mkvenv Paolo Bonzini
2025-08-22 14:17 ` Manos Pitsidianakis
2025-08-22 14:56 ` Philippe Mathieu-Daudé [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=0aee80e7-d18e-483f-8621-12c51f350515@linaro.org \
    --to=philmd@linaro.org \
    --cc=jsnow@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-stable@nongnu.org \
    /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).