From: Thomas Huth <thuth@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-devel@nongnu.org
Subject: [PULL 00/10] microblazeel removal, improved docker detection, etc.
Date: Mon, 2 Mar 2026 13:34:03 +0100 [thread overview]
Message-ID: <20260302123413.274700-1-thuth@redhat.com> (raw)
Hi Peter!
The following changes since commit ffcf1a7981793973ffbd8100a7c3c6042d02ae23:
Merge tag 'pull-11.0-testing-updates-270226-2' of https://gitlab.com/stsquad/qemu into staging (2026-02-28 14:30:23 +0000)
are available in the Git repository at:
https://gitlab.com/thuth/qemu.git tags/pull-request-2026-03-02
for you to fetch changes up to 424b4b82d53ac26ca3e991b1f85de225cda707ba:
gitlab: ensure docker output is always displayed in CI (2026-03-02 09:48:10 +0100)
----------------------------------------------------------------
* Remove qemu-system-microblazeel (qemu-system-microblaze can be used instead)
* Improve detection of the docker/podman binary
* Prevent a null pointer dereference during zpci hot unplug
----------------------------------------------------------------
Aby Sam Ross (1):
s390x/pci: prevent null pointer dereference during zpci hot unplug
Daniel P. Berrangé (4):
tests/docker: improve handling of docker probes
tests/docker: add support for podman remote access
tests/docker: allow display of docker output
gitlab: ensure docker output is always displayed in CI
Peter Maydell (1):
tests/functional: Make sure test case .py files are executable
Thomas Huth (4):
tests/functional: Remove the microblazeel test
tests/qtest: Remove the microblazeel target from the qtests
gitlab-ci: Remove the microblazeel target from the CI jobs
Remove the qemu-system-microblazeel target from the build
MAINTAINERS | 4 ++--
docs/about/deprecated.rst | 13 ------------
docs/about/removed-features.rst | 14 +++++++++++++
configure | 19 +++++++----------
configs/devices/microblazeel-softmmu/default.mak | 6 ------
configs/targets/microblazeel-softmmu.mak | 6 ------
qapi/machine.json | 2 +-
system/arch_init.h | 3 +--
hw/s390x/s390-pci-bus.c | 2 +-
tests/qtest/boot-serial-test.c | 2 +-
tests/qtest/machine-none-test.c | 1 -
.gitlab-ci.d/base.yml | 3 +++
.gitlab-ci.d/buildtest.yml | 6 +++---
.gitlab-ci.d/cirrus.yml | 4 ++--
.gitlab-ci.d/crossbuilds.yml | 2 +-
tests/docker/Makefile.include | 25 +++++++++++++++--------
tests/docker/docker.py | 17 +++++++---------
tests/functional/meson.build | 1 -
tests/functional/microblaze/test_s3adsp1800.py | 23 +++------------------
tests/functional/microblazeel/meson.build | 5 -----
tests/functional/microblazeel/test_s3adsp1800.py | 26 ------------------------
tests/qtest/meson.build | 2 --
22 files changed, 62 insertions(+), 124 deletions(-)
delete mode 100644 configs/devices/microblazeel-softmmu/default.mak
delete mode 100644 configs/targets/microblazeel-softmmu.mak
delete mode 100644 tests/functional/microblazeel/meson.build
delete mode 100755 tests/functional/microblazeel/test_s3adsp1800.py
next reply other threads:[~2026-03-02 12:36 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-02 12:34 Thomas Huth [this message]
2026-03-02 12:34 ` [PULL 01/10] s390x/pci: prevent null pointer dereference during zpci hot unplug Thomas Huth
2026-03-02 12:34 ` [PULL 02/10] tests/functional: Make sure test case .py files are executable Thomas Huth
2026-03-02 12:34 ` [PULL 03/10] tests/functional: Remove the microblazeel test Thomas Huth
2026-03-02 12:34 ` [PULL 04/10] tests/qtest: Remove the microblazeel target from the qtests Thomas Huth
2026-03-02 12:34 ` [PULL 05/10] gitlab-ci: Remove the microblazeel target from the CI jobs Thomas Huth
2026-03-02 12:34 ` [PULL 06/10] Remove the qemu-system-microblazeel target from the build Thomas Huth
2026-03-02 12:34 ` [PULL 07/10] tests/docker: improve handling of docker probes Thomas Huth
2026-03-02 12:34 ` [PULL 08/10] tests/docker: add support for podman remote access Thomas Huth
2026-03-02 12:34 ` [PULL 09/10] tests/docker: allow display of docker output Thomas Huth
2026-03-02 12:34 ` [PULL 10/10] gitlab: ensure docker output is always displayed in CI Thomas Huth
2026-03-03 9:43 ` [PULL 00/10] microblazeel removal, improved docker detection, etc Peter Maydell
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=20260302123413.274700-1-thuth@redhat.com \
--to=thuth@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@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 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.