diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2025-08-22 10:46:05 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2025-08-22 17:11:33 +0200 |
commit | ab85146ac4c6527d6d975afbd3157488cb42147f (patch) | |
tree | e2e3f3ec933c95450b366d87bc8807d8a9105023 /rust/qemu-api | |
parent | d84082cc1a7a7cac361094fc9b3165df7c697a01 (diff) | |
download | qemu-ab85146ac4c6527d6d975afbd3157488cb42147f.zip qemu-ab85146ac4c6527d6d975afbd3157488cb42147f.tar.gz qemu-ab85146ac4c6527d6d975afbd3157488cb42147f.tar.bz2 |
python: mkvenv: fix messages printed by mkvenv
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>
Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'rust/qemu-api')
0 files changed, 0 insertions, 0 deletions