The following changes since commit 718780d20470c66a3a36d036b29148d5809dc855:
Merge tag 'pull-nvme-20241001' of https://gitlab.com/birkelund/qemu into staging (2024-10-01 11:34:07 +0100) are available in the Git repository at: https://gitlab.com/thuth/qemu.git tags/pull-request-2024-10-02 for you to fetch changes up to e5a007001824f9cde0db58cc960d4efcf1b93f27: tests/tcg/s390x: Test modifying an EXECUTE target (2024-10-02 13:01:26 +0200) ---------------------------------------------------------------- * Fix mips64el in the CI * Remove unused sh4eb target * Add an additional EXECUTE TCG test for s390x ---------------------------------------------------------------- Alex Bennée (1): testing: bump mips64el cross to bookworm and fix package list Dr. David Alan Gilbert (1): qemu-timer: Remove unused timer functions Ilya Leoshkevich (1): tests/tcg/s390x: Test modifying an EXECUTE target Thomas Huth (2): configs: Fix typo in the sh4-softmmu devices config file Remove the unused sh4eb target configs/devices/sh4-softmmu/default.mak | 2 +- configs/devices/sh4eb-softmmu/default.mak | 3 -- configs/targets/sh4eb-softmmu.mak | 2 - qapi/machine.json | 2 +- include/qemu/timer.h | 21 -------- tests/qtest/endianness-test.c | 1 - tests/qtest/machine-none-test.c | 1 - tests/tcg/s390x/ex-smc.c | 57 ++++++++++++++++++++++ util/qemu-timer.c | 10 ---- .gitlab-ci.d/buildtest.yml | 2 +- .gitlab-ci.d/cirrus.yml | 2 +- .gitlab-ci.d/crossbuilds.yml | 2 +- .travis.yml | 2 +- .../dockerfiles/debian-mips64el-cross.docker | 18 ++----- tests/lcitool/mappings.yml | 26 ++++++++++ tests/lcitool/refresh | 2 +- tests/qemu-iotests/testenv.py | 1 - tests/qtest/meson.build | 1 - tests/tcg/s390x/Makefile.target | 1 + 19 files changed, 95 insertions(+), 61 deletions(-) delete mode 100644 configs/devices/sh4eb-softmmu/default.mak delete mode 100644 configs/targets/sh4eb-softmmu.mak create mode 100644 tests/tcg/s390x/ex-smc.c