qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/5] Some small tests and s390x fixes
@ 2024-08-16  7:22 Thomas Huth
  2024-08-16  7:22 ` [PULL 1/5] target/s390x: fix build warning (gcc-12 -fsanitize=thread) Thomas Huth
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Thomas Huth @ 2024-08-16  7:22 UTC (permalink / raw)
  To: qemu-devel, Richard Henderson

 Hi Richard!

The following changes since commit b0d6c037ea0a825192285f149af72a73a1baaa04:

  Update version for v9.1.0-rc2 release (2024-08-15 20:32:37 +1000)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2024-08-16

for you to fetch changes up to b4be15a9f9e73fa2e7c46da559f10afc94018984:

  ci: refresh package lists with lcitool (2024-08-16 09:16:03 +0200)

----------------------------------------------------------------
* Fix a potential build warning in the s390x target code
* Check for the availability of __attribute__((gcc_struct)) on MSYS2
* Fix skipUnless decorators in Avocado tests
* Add missing gtk-vnc package to the CI jobs

----------------------------------------------------------------
Cleber Rosa (1):
      tests/avocado: apply proper skipUnless decorator

Daniel P. Berrangé (2):
      ci: add gtk-vnc to the deps
      ci: refresh package lists with lcitool

Pierrick Bouvier (1):
      target/s390x: fix build warning (gcc-12 -fsanitize=thread)

Thomas Huth (1):
      meson.build: Check for the availability of __attribute__((gcc_struct)) on MSYS2

 meson.build                                           | 5 +++++
 target/s390x/tcg/translate.c                          | 1 -
 .gitlab-ci.d/cirrus/freebsd-13.vars                   | 2 +-
 .gitlab-ci.d/cirrus/macos-13.vars                     | 2 +-
 .gitlab-ci.d/cirrus/macos-14.vars                     | 2 +-
 scripts/ci/setup/ubuntu/ubuntu-2204-aarch64.yaml      | 1 +
 scripts/ci/setup/ubuntu/ubuntu-2204-s390x.yaml        | 1 +
 tests/avocado/boot_linux_console.py                   | 1 -
 tests/avocado/intel_iommu.py                          | 1 -
 tests/avocado/linux_initrd.py                         | 1 -
 tests/avocado/machine_aspeed.py                       | 2 --
 tests/avocado/machine_mips_malta.py                   | 2 --
 tests/avocado/machine_rx_gdbsim.py                    | 1 -
 tests/avocado/reverse_debugging.py                    | 4 ----
 tests/avocado/smmu.py                                 | 1 -
 tests/docker/dockerfiles/alpine.docker                | 1 +
 tests/docker/dockerfiles/debian-amd64-cross.docker    | 1 +
 tests/docker/dockerfiles/debian-arm64-cross.docker    | 1 +
 tests/docker/dockerfiles/debian-armel-cross.docker    | 1 +
 tests/docker/dockerfiles/debian-armhf-cross.docker    | 1 +
 tests/docker/dockerfiles/debian-i686-cross.docker     | 1 +
 tests/docker/dockerfiles/debian-mips64el-cross.docker | 1 +
 tests/docker/dockerfiles/debian-mipsel-cross.docker   | 1 +
 tests/docker/dockerfiles/debian-ppc64el-cross.docker  | 1 +
 tests/docker/dockerfiles/debian-s390x-cross.docker    | 1 +
 tests/docker/dockerfiles/debian.docker                | 1 +
 tests/docker/dockerfiles/fedora-win64-cross.docker    | 1 +
 tests/docker/dockerfiles/fedora.docker                | 1 +
 tests/docker/dockerfiles/opensuse-leap.docker         | 1 +
 tests/docker/dockerfiles/ubuntu2204.docker            | 1 +
 tests/lcitool/projects/qemu.yml                       | 1 +
 tests/vm/generated/freebsd.json                       | 1 +
 32 files changed, 27 insertions(+), 17 deletions(-)



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

end of thread, other threads:[~2024-08-20  8:07 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-16  7:22 [PULL 0/5] Some small tests and s390x fixes Thomas Huth
2024-08-16  7:22 ` [PULL 1/5] target/s390x: fix build warning (gcc-12 -fsanitize=thread) Thomas Huth
2024-08-16  7:45   ` Philippe Mathieu-Daudé
2024-08-16  8:26     ` Thomas Huth
2024-08-16 17:55     ` Pierrick Bouvier
2024-08-16  7:22 ` [PULL 2/5] meson.build: Check for the availability of __attribute__((gcc_struct)) on MSYS2 Thomas Huth
2024-08-16  7:22 ` [PULL 3/5] tests/avocado: apply proper skipUnless decorator Thomas Huth
2024-08-19 22:31   ` Philippe Mathieu-Daudé
2024-08-20  8:03     ` Thomas Huth
2024-08-20  8:06       ` Thomas Huth
2024-08-16  7:22 ` [PULL 4/5] ci: add gtk-vnc to the deps Thomas Huth
2024-08-16  7:22 ` [PULL 5/5] ci: refresh package lists with lcitool Thomas Huth
2024-08-16 11:50 ` [PULL 0/5] Some small tests and s390x fixes Richard Henderson

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).