From: Thomas Huth <thuth@redhat.com>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>
Subject: [PULL 00/12] CI fixes and various clean-ups
Date: Mon, 7 Oct 2024 13:50:15 +0200 [thread overview]
Message-ID: <20241007115027.243425-1-thuth@redhat.com> (raw)
The following changes since commit b5ab62b3c0050612c7f9b0b4baeb44ebab42775a:
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2024-10-04 19:28:37 +0100)
are available in the Git repository at:
https://gitlab.com/thuth/qemu.git tags/pull-request-2024-10-07
for you to fetch changes up to d841f720c98475c0f67695d99f27794bde69ed6e:
tests/functional: Bump timeout of some tests (2024-10-07 13:21:41 +0200)
----------------------------------------------------------------
* Mark "gluster" support as deprecated
* Update CI to use macOS 14 instead of 13, and add a macOS 15 job
* Use gitlab mirror for advent calendar test images (seems more stable)
* Bump timeouts of some tests
* Remove CRIS disassembler
* Some m68k and s390x cleanups with regards to load and store APIs
----------------------------------------------------------------
Michael Tokarev (1):
gitlab-ci/build-oss-fuzz: print FAILED marker in case the test failed and run all tests
Philippe Mathieu-Daudé (8):
.gitlab-ci.d/cirrus: Drop support for macOS 13 (Ventura)
.gitlab-ci.d/cirrus: Add manual testing of macOS 15 (Sequoia)
disas: Remove CRIS disassembler
hw/m68k: Use explicit big-endian LD/ST API
target/m68k: Use explicit big-endian LD/ST API
hw/s390x: Use explicit big-endian LD/ST API
target/s390x: Replace ldtul_p() -> ldq_p()
target/s390x: Use explicit big-endian LD/ST API
Thomas Huth (3):
docs: Mark "gluster" support in QEMU as deprecated
tests/functional: Switch back to the gitlab URLs for the advent calendar tests
tests/functional: Bump timeout of some tests
MAINTAINERS | 5 -
docs/about/deprecated.rst | 9 +
meson.build | 1 -
qapi/block-core.json | 8 +-
hw/m68k/bootinfo.h | 28 +-
include/disas/dis-asm.h | 6 -
include/exec/poison.h | 1 -
block/gluster.c | 2 +
disas/cris.c | 2863 --------------------
hw/m68k/mcf5208.c | 2 +-
hw/m68k/next-cube.c | 2 +-
hw/m68k/q800.c | 4 +-
hw/s390x/ipl.c | 4 +-
hw/s390x/s390-pci-inst.c | 166 +-
target/m68k/gdbstub.c | 2 +-
target/m68k/helper.c | 10 +-
target/s390x/gdbstub.c | 34 +-
target/s390x/ioinst.c | 2 +-
.gitlab-ci.d/buildtest.yml | 5 +-
.gitlab-ci.d/cirrus.yml | 12 +-
.../cirrus/{macos-13.vars => macos-15.vars} | 2 +-
disas/meson.build | 1 -
tests/docker/dockerfiles/opensuse-leap.docker | 2 +-
tests/functional/meson.build | 9 +-
tests/functional/test_arm_vexpress.py | 2 +-
tests/functional/test_m68k_mcf5208evb.py | 2 +-
tests/functional/test_or1k_sim.py | 2 +-
tests/functional/test_ppc64_e500.py | 2 +-
tests/functional/test_ppc_mac.py | 2 +-
tests/functional/test_sh4_r2d.py | 2 +-
tests/functional/test_sparc_sun4m.py | 2 +-
tests/functional/test_xtensa_lx60.py | 2 +-
tests/lcitool/libvirt-ci | 2 +-
tests/lcitool/refresh | 2 +-
34 files changed, 173 insertions(+), 3027 deletions(-)
delete mode 100644 disas/cris.c
rename .gitlab-ci.d/cirrus/{macos-13.vars => macos-15.vars} (95%)
next reply other threads:[~2024-10-07 11:50 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-07 11:50 Thomas Huth [this message]
2024-10-07 11:50 ` [PULL 01/12] docs: Mark "gluster" support in QEMU as deprecated Thomas Huth
2024-10-07 11:50 ` [PULL 02/12] .gitlab-ci.d/cirrus: Drop support for macOS 13 (Ventura) Thomas Huth
2024-10-07 11:50 ` [PULL 03/12] .gitlab-ci.d/cirrus: Add manual testing of macOS 15 (Sequoia) Thomas Huth
2024-10-07 11:50 ` [PULL 04/12] disas: Remove CRIS disassembler Thomas Huth
2024-10-07 11:50 ` [PULL 05/12] gitlab-ci/build-oss-fuzz: print FAILED marker in case the test failed and run all tests Thomas Huth
2024-10-07 11:50 ` [PULL 06/12] hw/m68k: Use explicit big-endian LD/ST API Thomas Huth
2024-10-07 11:50 ` [PULL 07/12] target/m68k: " Thomas Huth
2024-10-07 11:50 ` [PULL 08/12] hw/s390x: " Thomas Huth
2024-10-07 11:50 ` [PULL 09/12] target/s390x: Replace ldtul_p() -> ldq_p() Thomas Huth
2024-10-07 11:50 ` [PULL 10/12] target/s390x: Use explicit big-endian LD/ST API Thomas Huth
2024-10-07 11:50 ` [PULL 11/12] tests/functional: Switch back to the gitlab URLs for the advent calendar tests Thomas Huth
2024-10-07 11:50 ` [PULL 12/12] tests/functional: Bump timeout of some tests Thomas Huth
2024-10-07 13:43 ` [PULL 00/12] CI fixes and various clean-ups Peter Maydell
2024-10-07 14:13 ` Peter Maydell
2024-10-07 16:41 ` Thomas Huth
2024-10-07 16:51 ` 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=20241007115027.243425-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).