This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/qemu.
from dea52c223b Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/tr [...] adds 70a54b0169 ui: avoid compiler warnings from unused clipboard info variable adds 9dcafa400e spice: Update QXLInterface for spice >= 0.15.0 adds a41b4fdc44 meson: require liburing >= 0.3 adds 021e3fa33b ui: avoid warnings about directdb on Alpine / musl libc adds f178c62afc ci: explicitly skip I/O tests on alpine adds 3f4a7a7cfb tests/docker: switch fedora image to release 35 adds 4ebb040f1f tests: integrate lcitool for generating build env manifests adds 21ea888fc2 tests/docker: auto-generate centos8.docker with lcitool adds 05e47b75cb tests/docker: auto-generate fedora.docker with lcitool adds e482191643 tests/docker: auto-generate ubuntu1804.docker with lcitool adds bb317c3258 tests/docker: auto-generate ubuntu2004.docker with lcitool adds 122198393d tests/docker: auto-generate opensuse-leap.docker with lcitool adds 6815e63f31 tests/docker: remove ubuntu.docker container adds c45a540f4b .gitlab-ci.d/cirrus: auto-generate variables with lcitool adds 8d55280160 tests/docker: updates to alpine package list adds 46b1c19bec tests/docker: fix sorting of alpine image package lists adds e630278008 tests/docker: fully expand the alpine package list adds e1cb5c7550 tests/docker: auto-generate alpine.docker with lcitool adds 91ad2244b7 tests/tcg: use CONFIG_LINUX_USER, not CONFIG_LINUX adds 7bef20d729 tests/docker: add libfuse3 development headers adds 33973e1e1f hw/arm: add control knob to disable kaslr_seed via DTB adds 92e28c03d6 monitor: move x-query-profile into accel/tcg to fix build adds a68e025bf5 docs/devel: update C standard to C11 adds 3918fe16b0 docs/devel: more documentation on the use of suffixes adds 11d3672788 linux-user: expand reserved brk space for 64bit guests adds e7588237ce linux-user/elfload: add extra logging for hole finding adds 190674f371 linux-user: don't adjust base of found hole adds 603bd9c25e tests/tcg/multiarch: Read fp flags before printf adds 3118bfbf07 test/tcg/ppc64le: Add float reference files adds e850897e67 FreeBSD: Upgrade to 12.3 release adds 3265d1fc77 docker: include bison in debian-tricore-cross adds 3d228a741a Merge remote-tracking branch 'remotes/stsquad/tags/pull-for- [...] new 2df59b73e0 s390x/css: fix PMCW invalid mask new 521130f267 target/s390x: Fix SLDA sign bit index new 57556b28af target/s390x: Fix SRDA CC calculation new df103c09bc target/s390x: Fix cc_calc_sla_64() missing overflows new 6da170beda target/s390x: Fix shifting 32-bit values for more than 31 bits new f7cff0738d tests/tcg/s390x: Test shift instructions new 56e3483402 MAINTAINERS: split out s390x sections new 6a6d3dfd6e MAINTAINERS: Add myself to s390 I/O areas new b2173046a6 s390x/ipl: support extended kernel command line size new 59b9b5186e s390x: sigp: Reorder the SIGP STOP code new 5e0214cdee Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull [...]
The 11 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .gitlab-ci.d/buildtest.yml | 2 +- .gitlab-ci.d/cirrus.yml | 5 +- .gitlab-ci.d/cirrus/freebsd-12.vars | 11 +- .gitlab-ci.d/cirrus/freebsd-13.vars | 11 +- .gitlab-ci.d/cirrus/macos-11.vars | 11 +- .gitlab-ci.d/containers.yml | 5 - .gitmodules | 3 + MAINTAINERS | 88 ++++++- Makefile | 2 + accel/tcg/cpu-exec.c | 31 +++ docs/devel/style.rst | 14 +- docs/devel/testing.rst | 104 +++++++- docs/system/arm/virt.rst | 8 + hmp-commands-info.hx | 2 + hw/arm/virt.c | 32 ++- hw/display/qxl.c | 14 +- hw/s390x/ipl.c | 27 ++- include/glib-compat.h | 6 +- include/hw/arm/virt.h | 1 + include/hw/s390x/ioinst.h | 2 +- include/ui/qemu-spice.h | 6 + include/ui/sdl2.h | 11 + linux-user/elfload.c | 35 ++- meson.build | 3 +- monitor/qmp-cmds.c | 31 --- qapi/machine.json | 1 + target/s390x/cpu-dump.c | 3 +- target/s390x/s390x-internal.h | 3 +- target/s390x/sigp.c | 12 +- target/s390x/tcg/cc_helper.c | 38 +-- target/s390x/tcg/insn-data.def | 36 +-- target/s390x/tcg/translate.c | 53 ++-- tests/docker/dockerfiles/alpine.docker | 176 +++++++++----- tests/docker/dockerfiles/centos8.docker | 244 ++++++++++--------- .../docker/dockerfiles/debian-tricore-cross.docker | 1 + tests/docker/dockerfiles/fedora.docker | 263 +++++++++++--------- tests/docker/dockerfiles/opensuse-leap.docker | 246 ++++++++++--------- tests/docker/dockerfiles/ubuntu.docker | 71 ------ tests/docker/dockerfiles/ubuntu1804.docker | 255 ++++++++++--------- tests/docker/dockerfiles/ubuntu2004.docker | 258 +++++++++++--------- tests/lcitool/Makefile.include | 17 ++ tests/lcitool/libvirt-ci | 1 + tests/lcitool/projects/qemu.yml | 116 +++++++++ tests/lcitool/refresh | 96 ++++++++ tests/tcg/configure.sh | 8 +- tests/tcg/hexagon/float_convs.ref | 152 ++++++------ tests/tcg/hexagon/float_madds.ref | 48 ++-- tests/tcg/multiarch/Makefile.target | 2 +- tests/tcg/multiarch/float_convs.c | 2 +- tests/tcg/multiarch/float_madds.c | 2 +- tests/tcg/{aarch64 => ppc64le}/float_convs.ref | 80 +++--- tests/tcg/{aarch64 => ppc64le}/float_madds.ref | 56 ++--- tests/tcg/s390x/Makefile.target | 1 + tests/tcg/s390x/shift.c | 270 +++++++++++++++++++++ tests/tcg/x86_64/Makefile.target | 2 +- tests/vm/freebsd | 8 +- ui/clipboard.c | 4 +- ui/spice-display.c | 11 + 58 files changed, 1952 insertions(+), 1049 deletions(-) delete mode 100644 tests/docker/dockerfiles/ubuntu.docker create mode 100644 tests/lcitool/Makefile.include create mode 160000 tests/lcitool/libvirt-ci create mode 100644 tests/lcitool/projects/qemu.yml create mode 100755 tests/lcitool/refresh copy tests/tcg/{aarch64 => ppc64le}/float_convs.ref (94%) mode change 100755 => 100644 copy tests/tcg/{aarch64 => ppc64le}/float_madds.ref (98%) create mode 100644 tests/tcg/s390x/shift.c