[PATCH 0/4] Remove deprecated qemu-system-microblazeel from the build

Thomas Huth posted 4 patches 1 month, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260225161823.1438850-1-thuth@redhat.com
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, Pierrick Bouvier <pierrick.bouvier@linaro.org>, Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Yanan Wang <wangyanan55@huawei.com>, Zhao Liu <zhao1.liu@intel.com>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, Fabiano Rosas <farosas@suse.de>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Alexandre Iooss <erdnaxe@crans.org>, Mahmoud Mandour <ma.mandourr@gmail.com>
There is a newer version of this series
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
[PATCH 0/4] Remove deprecated qemu-system-microblazeel from the build
Posted by Thomas Huth 1 month, 2 weeks ago
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