Branch: refs/heads/staging
Home: https://github.com/qemu/qemu
Commit: b0d6c037ea0a825192285f149af72a73a1baaa04
https://github.com/qemu/qemu/commit/b0d6c037ea0a825192285f149af72a73a1baaa04
Author: Richard Henderson <[email protected]>
Date: 2024-08-15 (Thu, 15 Aug 2024)
Changed paths:
M VERSION
Log Message:
-----------
Update version for v9.1.0-rc2 release
Signed-off-by: Richard Henderson <[email protected]>
Commit: e4a4edc10ab6a621e1c18eb73fc3e6f5d3f7c2e1
https://github.com/qemu/qemu/commit/e4a4edc10ab6a621e1c18eb73fc3e6f5d3f7c2e1
Author: Pierrick Bouvier <[email protected]>
Date: 2024-08-15 (Thu, 15 Aug 2024)
Changed paths:
M target/s390x/tcg/translate.c
Log Message:
-----------
target/s390x: fix build warning (gcc-12 -fsanitize=thread)
Found on debian stable.
../target/s390x/tcg/translate.c: In function ‘get_mem_index’:
../target/s390x/tcg/translate.c:398:1: error: control reaches end of non-void
function [-Werror=return-type]
398 | }
Signed-off-by: Pierrick Bouvier <[email protected]>
Acked-by: Ilya Leoshkevich <[email protected]>
Message-ID: <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>
Commit: e25264fe7b0455b45a6eb519d8e9ba2a708228fb
https://github.com/qemu/qemu/commit/e25264fe7b0455b45a6eb519d8e9ba2a708228fb
Author: Thomas Huth <[email protected]>
Date: 2024-08-16 (Fri, 16 Aug 2024)
Changed paths:
M meson.build
Log Message:
-----------
meson.build: Check for the availability of __attribute__((gcc_struct)) on
MSYS2
Since quite a while MSYS2 now supports Clang as a compiler, too.
Unfortunately, this compiler is lacking the __attribute__((gcc_struct))
that we need for compiling on Windows. But since the compiler is
available now, some people started to use it to compile QEMU on MSYS2,
apparently ignoring the compiler warnings (see for example the ticket at
https://gitlab.com/qemu-project/qemu/-/issues/2476 ). These builds are
likely broken in a couple of spots, so let's make sure that we rather
bail out early in the configuration phase instead of allowing the build
to succeed with warnings.
Message-ID: <[email protected]>
Tested-by: Stefan Weil <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>
Commit: 3185e5a6f79b349934aebd955f3c1d6e29bc7bc2
https://github.com/qemu/qemu/commit/3185e5a6f79b349934aebd955f3c1d6e29bc7bc2
Author: Cleber Rosa <[email protected]>
Date: 2024-08-16 (Fri, 16 Aug 2024)
Changed paths:
M tests/avocado/boot_linux_console.py
M tests/avocado/intel_iommu.py
M tests/avocado/linux_initrd.py
M tests/avocado/machine_aspeed.py
M tests/avocado/machine_mips_malta.py
M tests/avocado/machine_rx_gdbsim.py
M tests/avocado/reverse_debugging.py
M tests/avocado/smmu.py
Log Message:
-----------
tests/avocado: apply proper skipUnless decorator
Commit 9b45cc993 added many cases of skipUnless for the sake of
organizing flaky tests. But, Python decorators *must* follow what
they decorate, so the newlines added should *not* exist there.
Signed-off-by: Cleber Rosa <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Tested-by: Marcin Juszkiewicz <[email protected]>
Message-ID: <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>
Commit: 6d67a65f10f3aba3fab8eb3e9a71132f23a5db84
https://github.com/qemu/qemu/commit/6d67a65f10f3aba3fab8eb3e9a71132f23a5db84
Author: Daniel P. Berrangé <[email protected]>
Date: 2024-08-16 (Fri, 16 Aug 2024)
Changed paths:
M tests/lcitool/projects/qemu.yml
Log Message:
-----------
ci: add gtk-vnc to the deps
The gtk-vnc package is used by the vnc-display-test qtest
program. Technically only gvnc is needed, but since we
already pull in the gtk3 dep, it is harmless to depend
on gtk-vnc.
Signed-off-by: Daniel P. Berrangé <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Message-ID: <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>
Commit: b4be15a9f9e73fa2e7c46da559f10afc94018984
https://github.com/qemu/qemu/commit/b4be15a9f9e73fa2e7c46da559f10afc94018984
Author: Daniel P. Berrangé <[email protected]>
Date: 2024-08-16 (Fri, 16 Aug 2024)
Changed paths:
M .gitlab-ci.d/cirrus/freebsd-13.vars
M .gitlab-ci.d/cirrus/macos-13.vars
M .gitlab-ci.d/cirrus/macos-14.vars
M scripts/ci/setup/ubuntu/ubuntu-2204-aarch64.yaml
M scripts/ci/setup/ubuntu/ubuntu-2204-s390x.yaml
M tests/docker/dockerfiles/alpine.docker
M tests/docker/dockerfiles/debian-amd64-cross.docker
M tests/docker/dockerfiles/debian-arm64-cross.docker
M tests/docker/dockerfiles/debian-armel-cross.docker
M tests/docker/dockerfiles/debian-armhf-cross.docker
M tests/docker/dockerfiles/debian-i686-cross.docker
M tests/docker/dockerfiles/debian-mips64el-cross.docker
M tests/docker/dockerfiles/debian-mipsel-cross.docker
M tests/docker/dockerfiles/debian-ppc64el-cross.docker
M tests/docker/dockerfiles/debian-s390x-cross.docker
M tests/docker/dockerfiles/debian.docker
M tests/docker/dockerfiles/fedora-win64-cross.docker
M tests/docker/dockerfiles/fedora.docker
M tests/docker/dockerfiles/opensuse-leap.docker
M tests/docker/dockerfiles/ubuntu2204.docker
M tests/vm/generated/freebsd.json
Log Message:
-----------
ci: refresh package lists with lcitool
Refresh with the newly added gtk-vnc package
Signed-off-by: Daniel P. Berrangé <[email protected]>
Message-ID: <[email protected]>
[thuth: fixed conflicts in .gitlab-ci.d/cirrus/*.vars]
Signed-off-by: Thomas Huth <[email protected]>
Commit: ecdfa31beb1f7616091bedba79dfdf9ee525ed9d
https://github.com/qemu/qemu/commit/ecdfa31beb1f7616091bedba79dfdf9ee525ed9d
Author: Richard Henderson <[email protected]>
Date: 2024-08-16 (Fri, 16 Aug 2024)
Changed paths:
M .gitlab-ci.d/cirrus/freebsd-13.vars
M .gitlab-ci.d/cirrus/macos-13.vars
M .gitlab-ci.d/cirrus/macos-14.vars
M meson.build
M scripts/ci/setup/ubuntu/ubuntu-2204-aarch64.yaml
M scripts/ci/setup/ubuntu/ubuntu-2204-s390x.yaml
M target/s390x/tcg/translate.c
M tests/avocado/boot_linux_console.py
M tests/avocado/intel_iommu.py
M tests/avocado/linux_initrd.py
M tests/avocado/machine_aspeed.py
M tests/avocado/machine_mips_malta.py
M tests/avocado/machine_rx_gdbsim.py
M tests/avocado/reverse_debugging.py
M tests/avocado/smmu.py
M tests/docker/dockerfiles/alpine.docker
M tests/docker/dockerfiles/debian-amd64-cross.docker
M tests/docker/dockerfiles/debian-arm64-cross.docker
M tests/docker/dockerfiles/debian-armel-cross.docker
M tests/docker/dockerfiles/debian-armhf-cross.docker
M tests/docker/dockerfiles/debian-i686-cross.docker
M tests/docker/dockerfiles/debian-mips64el-cross.docker
M tests/docker/dockerfiles/debian-mipsel-cross.docker
M tests/docker/dockerfiles/debian-ppc64el-cross.docker
M tests/docker/dockerfiles/debian-s390x-cross.docker
M tests/docker/dockerfiles/debian.docker
M tests/docker/dockerfiles/fedora-win64-cross.docker
M tests/docker/dockerfiles/fedora.docker
M tests/docker/dockerfiles/opensuse-leap.docker
M tests/docker/dockerfiles/ubuntu2204.docker
M tests/lcitool/projects/qemu.yml
M tests/vm/generated/freebsd.json
Log Message:
-----------
Merge tag 'pull-request-2024-08-16' of https://gitlab.com/thuth/qemu into
staging
* 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
# -----BEGIN PGP SIGNATURE-----
#
# iQJFBAABCAAvFiEEJ7iIR+7gJQEY8+q5LtnXdP5wLbUFAma+/YURHHRodXRoQHJl
# ZGhhdC5jb20ACgkQLtnXdP5wLbXdGhAAm5Dnm2y5WA3Cq4oFlFNvSbX41z9TKNoj
# PbxeQdw2y+zMZ2C1KQX032uA2lL047SjuEv6ONLchWkQk8Dv8xukWlUXZjMr0zWi
# HeVSpzGGJ2y8WzO+eN3sL1TDxs4Lhv3Wer/PZ8XFcIbZi3TWsYIJOxJ3sU7JLOOx
# t6BJiBh52UKVmQ0XruZ/YPBQJVHJMqcbRI+GTGCfVTsFXDAXnn4dOpA60q6/JA1i
# 1rUDSAjTY7y5rkon7PSP+JQindbD5i1IwUSG0b8jLFV5t9+DOX1Ot8l0DWSjOStP
# 0GigoVtOuohv0fv5dZjaaZlynbkWzZqSaUiaRcp6Ksl4RUzYFvk9ViWrOT2Dp3H1
# G4OEk8XDOI74VpzCoxWDjNHkRFCNf+EcbbKrq0UW7JeBbQo8cW7a6SpHA2HhRO0D
# ycg+BST3uEuIeU6oSZRwDfywJopWJawsqb3zEWLL3sn4ghCdYouNfVf5n24HaZpA
# 1K0zQpNtNR1lv6LDWRehheC3KzKHARgFfOHrvBnuyTwxDtxboI3NfrPEZOPwZsZS
# fkDWBG762ECbY6BLH1f/fqB3051qZnbau/i13f7WSl3nH/x52yz0UQFFHkVs2ljJ
# eRj2tOA7moxSkpXB0f+prIk7ewv5+6BOO2zdzUz+xmloHHOIDjwwfzWppSuD2bRq
# XVhd19De6Tg=
# =Z9dn
# -----END PGP SIGNATURE-----
# gpg: Signature made Fri 16 Aug 2024 05:19:33 PM AEST
# gpg: using RSA key 27B88847EEE0250118F3EAB92ED9D774FE702DB5
# gpg: issuer "[email protected]"
# gpg: Good signature from "Thomas Huth <[email protected]>" [full]
# gpg: aka "Thomas Huth <[email protected]>" [full]
# gpg: aka "Thomas Huth <[email protected]>" [unknown]
# gpg: aka "Thomas Huth <[email protected]>" [full]
* tag 'pull-request-2024-08-16' of https://gitlab.com/thuth/qemu:
ci: refresh package lists with lcitool
ci: add gtk-vnc to the deps
tests/avocado: apply proper skipUnless decorator
meson.build: Check for the availability of __attribute__((gcc_struct)) on
MSYS2
target/s390x: fix build warning (gcc-12 -fsanitize=thread)
Signed-off-by: Richard Henderson <[email protected]>
Compare: https://github.com/qemu/qemu/compare/1bbb991a276c...ecdfa31beb1f
To unsubscribe from these emails, change your notification settings at
https://github.com/qemu/qemu/settings/notifications