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-sta...@nongnu.org
Cc: John Snow <js...@redhat.com>
Signed-off-by: Paolo Bonzini <pbonz...@redhat.com>
---
  python/scripts/mkvenv.py | 4 ++++
  1 file changed, 4 insertions(+)

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


Reply via email to