All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Remove deprecated qemu-system-microblazeel from the build
@ 2026-02-25 16:18 Thomas Huth
  2026-02-25 16:18 ` [PATCH 1/4] tests/functional: Remove the microblazeel test Thomas Huth
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Thomas Huth @ 2026-02-25 16:18 UTC (permalink / raw)
  To: qemu-devel, Edgar E. Iglesias
  Cc: devel, Alex Bennée, Philippe Mathieu-Daudé, Eric Blake,
	Zhao Liu, Eduardo Habkost, Markus Armbruster, Fabiano Rosas,
	Paolo Bonzini, Alexandre Iooss, Mahmoud Mandour,
	Djordje Todorovic

The qemu-system-microblazeel binary has been marked as deprecated since
two releases, and there were no complaints (as far as I know), so it
should be fine to remove this now. Users can use the qemu-system-microblaze
binary (without the -el suffix) instead that can handle both endiannesses.

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 ++++++++++
 .../devices/microblazeel-softmmu/default.mak  |  6 -----
 configs/targets/microblazeel-softmmu.mak      |  6 -----
 qapi/machine.json                             |  2 +-
 tests/qtest/boot-serial-test.c                |  2 +-
 tests/qtest/machine-none-test.c               |  1 -
 tests/tcg/plugins/syscall.c                   |  1 -
 .gitlab-ci.d/buildtest.yml                    |  6 ++---
 .gitlab-ci.d/cirrus.yml                       |  4 +--
 .gitlab-ci.d/crossbuilds.yml                  |  2 +-
 tests/functional/meson.build                  |  1 -
 .../functional/microblaze/test_s3adsp1800.py  | 23 +++-------------
 tests/functional/microblazeel/meson.build     |  5 ----
 .../microblazeel/test_s3adsp1800.py           | 26 -------------------
 tests/qtest/meson.build                       |  2 --
 17 files changed, 27 insertions(+), 91 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

-- 
2.53.0



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

end of thread, other threads:[~2026-02-25 18:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-25 16:18 [PATCH 0/4] Remove deprecated qemu-system-microblazeel from the build Thomas Huth
2026-02-25 16:18 ` [PATCH 1/4] tests/functional: Remove the microblazeel test Thomas Huth
2026-02-25 16:18 ` [PATCH 2/4] tests/qtest: Remove the microblazeel target from the qtests Thomas Huth
2026-02-25 18:37   ` Fabiano Rosas
2026-02-25 16:18 ` [PATCH 3/4] gitlab-ci: Remove the microblazeel target from the CI jobs Thomas Huth
2026-02-25 16:18 ` [PATCH 4/4] Remove the qemu-system-microblazeel target from the build Thomas Huth
2026-02-25 16:33   ` Philippe Mathieu-Daudé
2026-02-25 18:12     ` Thomas Huth

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.