All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 00/10] microblazeel removal, improved docker detection, etc.
@ 2026-03-02 12:34 Thomas Huth
  2026-03-02 12:34 ` [PULL 01/10] s390x/pci: prevent null pointer dereference during zpci hot unplug Thomas Huth
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Thomas Huth @ 2026-03-02 12:34 UTC (permalink / raw)
  To: Peter Maydell; +Cc: qemu-devel

 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



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2026-03-03  9:44 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-02 12:34 [PULL 00/10] microblazeel removal, improved docker detection, etc Thomas Huth
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

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.