From: "Daniel P. Berrangé" <berrange@redhat.com>
To: Stefan Hajnoczi <stefanha@gmail.com>
Cc: qemu-devel@nongnu.org, "Cleber Rosa" <crosa@redhat.com>,
"Pierrick Bouvier" <pierrick.bouvier@oss.qualcomm.com>,
"Hanna Reitz" <hreitz@redhat.com>,
"Alex Bennée" <alex.bennee@linaro.org>,
qemu-block@nongnu.org, "Paolo Bonzini" <pbonzini@redhat.com>,
"John Snow" <jsnow@redhat.com>, "Kevin Wolf" <kwolf@redhat.com>
Subject: Re: [PULL 00/28] Misc patchesfor python, iotests, qom, crypto & io
Date: Tue, 19 May 2026 19:09:46 +0100 [thread overview]
Message-ID: <agynaldlsdoWS1YP@redhat.com> (raw)
In-Reply-To: <CAJSP0QXQgmWB9bH_Bc2jYDk_=v0oF55crwQD-qV--8u_Uc8iUg@mail.gmail.com>
On Tue, May 19, 2026 at 01:19:27PM -0400, Stefan Hajnoczi wrote:
> On Tue, May 19, 2026 at 8:52 AM Daniel P. Berrangé <berrange@redhat.com> wrote:
> >
> > The following changes since commit ac6721b88df944ade0048822b2b74210f543d656:
> >
> > Merge tag 'vhost-user-rtc-pr-1' of https://gitlab.com/epilys/qemu into staging (2026-05-16 17:37:33 -0400)
> >
> > are available in the Git repository at:
> >
> > https://gitlab.com/berrange/qemu tags/misc-next-pull-request
> >
> > for you to fetch changes up to d92ae44c28906a219e4c8e4ee8929e5fcfb2d32c:
> >
> > qom: drop user_creatable_add_type method (2026-05-18 18:23:34 +0100)
> >
> > ----------------------------------------------------------------
> > Misc patches for python, iotests, qom, crypto & io
> >
> > * Bump python-qemu-qmp to 0.6.0
> > * Fix client side anoymous TLS credentials
> > * Fix return value semantics for qio_channel_flush
> > * Add ID validation of internal QOM constructor
> > * Fix ability to create internal QOM objects
> > without a parent
> > * Merge user creatable object constructor into
> > main QOM file
> > * Print reason for skipping I/O tests
> > * Remove redundant meson suits for I/O tests
> > * Add I/O tests in meson for NBD and LUKS
> > * Expose make targets for all block driver I/O tests
> > * Run I/O tests for 10 block drivers in GitLab CI
> > * Fix sudo check for LUKS I/O test
> > * Mark I/O test 185 as flaky
> > * Ensure stable sorting for mtest2make output
> >
> > ----------------------------------------------------------------
>
> The following vfio_user_client tests are failed:
> https://gitlab.com/qemu-project/qemu/-/jobs/14442956771
> https://gitlab.com/qemu-project/qemu/-/jobs/14442956762
> https://gitlab.com/qemu-project/qemu/-/jobs/14442956764
>
> Please take a look. The tests passed when I dropped your pull request
> from the staging tree, but I'm not sure what caused the failures.
Oh those are some jobs which don't run by default in forks.
Now I've manually run them I see the failures too, so I can
investigate.
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 :|
next prev parent reply other threads:[~2026-05-19 18:10 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-19 12:51 [PULL 00/28] Misc patchesfor python, iotests, qom, crypto & io Daniel P. Berrangé
2026-05-19 12:51 ` [PULL 01/28] io: invert the return semantics of qio_channel_flush Daniel P. Berrangé
2026-05-19 12:51 ` [PULL 02/28] crypto: fix client side anonymous TLS credentials Daniel P. Berrangé
2026-05-19 12:51 ` [PULL 03/28] python: bump qemu.qmp to v0.0.6 Daniel P. Berrangé
2026-05-19 12:51 ` [PULL 04/28] gitlab: ensure all meson jobs capture build/meson-logs by default Daniel P. Berrangé
2026-05-19 12:51 ` [PULL 05/28] iotests: print reason when I/O test is skipped in TAP mode Daniel P. Berrangé
2026-05-19 12:51 ` [PULL 06/28] iotests: remove redundant meson suite for iotests Daniel P. Berrangé
2026-05-19 12:51 ` [PULL 07/28] iotests: ensure all qcow2 I/O tests are able to be run via make Daniel P. Berrangé
2026-05-19 12:51 ` [PULL 08/28] scripts/mtest2make: ensure output has stable sorting Daniel P. Berrangé
2026-05-19 12:51 ` [PULL 09/28] scripts/mtest2make: support optional tests grouping Daniel P. Berrangé
2026-05-19 12:51 ` [PULL 10/28] iotests: add a meson suite / make target per block I/O tests format Daniel P. Berrangé
2026-05-19 12:51 ` [PULL 11/28] docs/devel/testing: expand documentation for 'make check-block' Daniel P. Berrangé
2026-05-19 12:51 ` [PULL 12/28] iotests: add nbd and luks to the I/O test suites Daniel P. Berrangé
2026-05-19 12:51 ` [PULL 13/28] iotests: use 'driver' as collective term for either format or protocol Daniel P. Berrangé
2026-05-19 12:51 ` [PULL 14/28] iotests: validate dmsetup result in test 128 Daniel P. Berrangé
2026-05-19 12:51 ` [PULL 15/28] iotests: fix check for sudo access in LUKS I/O test Daniel P. Berrangé
2026-05-19 12:51 ` [PULL 16/28] iotests: mark 185 as a flaky test Daniel P. Berrangé
2026-05-19 12:51 ` [PULL 17/28] gitlab: add jobs for thorough block tests Daniel P. Berrangé
2026-05-19 12:51 ` [PULL 18/28] gitlab: remove I/O tests from build-tcg-disabled job Daniel P. Berrangé
2026-05-19 12:51 ` [PULL 19/28] qom: add trace events for object/property lifecycle Daniel P. Berrangé
2026-05-19 12:51 ` [PULL 20/28] qom: validate ID format when creating objects Daniel P. Berrangé
2026-05-19 12:51 ` [PULL 21/28] qom: make errp last param in methods taking va_list Daniel P. Berrangé
2026-05-19 12:51 ` [PULL 22/28] qom: shorten name of object_set_properties_from_keyval Daniel P. Berrangé
2026-05-19 12:51 ` [PULL 23/28] qom: have object_set_props_keyval return bool Daniel P. Berrangé
2026-05-19 12:51 ` [PULL 24/28] qom: move object_set_prop_keyval into object.c Daniel P. Berrangé
2026-05-19 12:51 ` [PULL 25/28] qom: add object_new_with_props_from_qdict Daniel P. Berrangé
2026-05-19 12:51 ` [PULL 26/28] qom: fix ability to create objects without a parent Daniel P. Berrangé
2026-05-19 12:51 ` [PULL 27/28] qom: allow object_new_with_prop* to trigger module loading Daniel P. Berrangé
2026-05-19 12:51 ` [PULL 28/28] qom: drop user_creatable_add_type method Daniel P. Berrangé
2026-05-19 17:19 ` [PULL 00/28] Misc patchesfor python, iotests, qom, crypto & io Stefan Hajnoczi
2026-05-19 18:09 ` Daniel P. Berrangé [this message]
2026-05-20 8:36 ` Daniel P. Berrangé
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=agynaldlsdoWS1YP@redhat.com \
--to=berrange@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=crosa@redhat.com \
--cc=hreitz@redhat.com \
--cc=jsnow@redhat.com \
--cc=kwolf@redhat.com \
--cc=pbonzini@redhat.com \
--cc=pierrick.bouvier@oss.qualcomm.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@gmail.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 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.