All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Daniel P. Berrangé" <berrange@redhat.com>
To: Markus Armbruster <armbru@redhat.com>
Cc: "John Snow" <jsnow@redhat.com>,
	qemu-devel@nongnu.org, "Alex Bennée" <alex.bennee@linaro.org>,
	"Peter Maydell" <peter.maydell@linaro.org>,
	"Philippe Mathieu-Daudé" <philmd@mailo.com>,
	"Warner Losh" <imp@bsdimp.com>,
	"Kohei Tokunaga" <ktokunaga.mail@gmail.com>,
	"Pierrick Bouvier" <pierrick.bouvier@oss.qualcomm.com>,
	"Cleber Rosa" <crosa@redhat.com>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"Reinoud Zandijk" <reinoud@netbsd.org>,
	"Kyle Evans" <kevans@freebsd.org>,
	"Michael Roth" <michael.roth@amd.com>,
	"Marc-André Lureau" <marcandre.lureau@redhat.com>,
	"Mauro Carvalho Chehab" <mchehab+huawei@kernel.org>
Subject: Re: [PATCH v2 01/16] tests: update vm tests to prefer locally-built QEMU
Date: Tue, 25 Aug 2026 09:30:36 +0100	[thread overview]
Message-ID: <ao1SrKepKx9b4o0D@redhat.com> (raw)
In-Reply-To: <87v78ypuq6.fsf@pond.sub.org>

On Tue, Aug 25, 2026 at 08:41:53AM +0200, Markus Armbruster wrote:
> John Snow <jsnow@redhat.com> writes:
> 
> > In 05e4982, we updated our QMP tests to prefer `-object monitor-qmp`,
> > but this requires a sufficiently recent and modern version of QEMU to
> > run correctly.
> 
> So, some tests run incorrectly, and this patch fixes them.  Which ones
> and how?  What broke them?  Commit 05e4982?  Is it worth a Fixes: tag?

tests/vm/*  because they don't use QEMU from the build tree and so
can't be assumed to have 'monitor-qmp' available, unlike the iotests /
functional tests. Yes commit 05e4982, and yes add a Fixes.

> 
> > Update the "make vm-run-xxx" targets to use the runscript that will
> > naturally prefer the locally built version of QEMU so that these tests
> > launch successfully once more.
> >
> > Signed-off-by: John Snow <jsnow@redhat.com>
> > ---
> >  tests/vm/Makefile.include | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/tests/vm/Makefile.include b/tests/vm/Makefile.include
> > index 0a53dc9fdd6..0ec1b47e63e 100644
> > --- a/tests/vm/Makefile.include
> > +++ b/tests/vm/Makefile.include
> > @@ -5,7 +5,7 @@ ifeq ($(realpath $(SRC_PATH)),$(realpath .))
> >  VM_PYTHON = $(SRC_PATH)/vm-venv/bin/python3
> >  VM_VENV = vm-venv
> >  else
> > -VM_PYTHON = $(PYTHON)
> > +VM_PYTHON = $(BUILD_DIR)/run $(PYTHON)
> >  VM_VENV =
> >  endif
> 
> 

With regards,
Daniel
-- 
|: https://berrange.com       ~~        https://hachyderm.io/@berrange :|
|: https://libvirt.org          ~~          https://entangle-photo.org :|
|: https://pixelfed.art/berrange   ~~    https://fstop138.berrange.com :|



  reply	other threads:[~2026-08-25  8:31 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-25  5:14 [PATCH v2 00/16] python: require python3.12+ John Snow
2026-08-25  5:14 ` [PATCH v2 01/16] tests: update vm tests to prefer locally-built QEMU John Snow
2026-08-25  6:41   ` Markus Armbruster
2026-08-25  8:30     ` Daniel P. Berrangé [this message]
2026-08-25 15:15       ` John Snow
2026-08-25 11:26   ` Daniel P. Berrangé
2026-08-25  5:14 ` [PATCH v2 02/16] tests: update FreeBSD dependencies John Snow
2026-08-25 11:08   ` Daniel P. Berrangé
2026-08-25 15:07     ` John Snow
2026-08-25  5:14 ` [PATCH v2 03/16] tests: update netbsd dependencies John Snow
2026-08-25  6:26   ` Marc-André Lureau
2026-08-25 11:09   ` Daniel P. Berrangé
2026-08-25 15:11     ` John Snow
2026-08-25  5:14 ` [PATCH v2 04/16] tests: drop python3-devel mapping John Snow
2026-08-25  8:32   ` Daniel P. Berrangé
2026-08-25  5:14 ` [PATCH v2 05/16] tests: re-add opencv2 and numpy dependencies John Snow
2026-08-25  5:14 ` [PATCH v2 06/16] tests: add Python3.12 to centos9.docker John Snow
2026-08-25 11:12   ` Daniel P. Berrangé
2026-08-25  5:14 ` [PATCH v2 07/16] tests: update emsdk-wasm64-cross John Snow
2026-08-25  5:14 ` [PATCH v2 08/16] qapi: update type hint for objects_seen John Snow
2026-08-25  5:14 ` [PATCH v2 09/16] python: upgrade to Python3.12+ John Snow
2026-08-25 11:14   ` Daniel P. Berrangé
2026-08-25  5:14 ` [PATCH v2 10/16] python: fix license configuration John Snow
2026-08-25  5:14 ` [PATCH v2 11/16] python: allow mypy to run as the current python version John Snow
2026-08-25  5:14 ` [PATCH v2 12/16] python: remove distutils workarounds John Snow
2026-08-25  5:14 ` [PATCH v2 13/16] python: remove stale setup.cfg options John Snow
2026-08-25  5:14 ` [PATCH v2 14/16] sphinx: require sphinx 7.2.6 John Snow
2026-08-25  5:14 ` [PATCH v2 15/16] sphinx: drop fakedbusdoc John Snow
2026-08-25  5:14 ` [PATCH v2 16/16] sphinx: drop qapidoc back-compat overboiled spaghetti dinner John Snow
2026-08-25  6:54   ` Markus Armbruster

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=ao1SrKepKx9b4o0D@redhat.com \
    --to=berrange@redhat.com \
    --cc=alex.bennee@linaro.org \
    --cc=armbru@redhat.com \
    --cc=crosa@redhat.com \
    --cc=imp@bsdimp.com \
    --cc=jsnow@redhat.com \
    --cc=kevans@freebsd.org \
    --cc=ktokunaga.mail@gmail.com \
    --cc=marcandre.lureau@redhat.com \
    --cc=mchehab+huawei@kernel.org \
    --cc=michael.roth@amd.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=philmd@mailo.com \
    --cc=pierrick.bouvier@oss.qualcomm.com \
    --cc=qemu-devel@nongnu.org \
    --cc=reinoud@netbsd.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.