This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-check_cross in repository toolchain/ci/qemu.
from 8ca019b9c9 Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi- [...] adds 6b8b622e87 cputlb: Make store_helper less fragile to compiler optimizations adds e7e8f33fb6 tcg: Fix tcg gen for vectorized absolute value adds 4ca3d09cd9 softmmu/cpus: Only set parallel_cpus for SMP adds 6a17646176 tcg: Eliminate one store for in-place 128-bit dup_mem adds fe4b0b5bfa tcg: Implement 256-bit dup for tcg_gen_gvec_dup_mem adds 227de21ed0 Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-2020 [...] adds 2cd1e3f915 ui/gtk-gl-area: Plug memleak in gd_gl_area_create_context() adds 7791acaf3d vnc-auth-sasl: Plug memleak in vnc_socket_ip_addr_string adds 5b57a87e4e ui: Add more mouse buttons to SPICE adds dc26435edb ui/gtk: Update refresh interval after widget is realized adds 7c37270b3f Merge remote-tracking branch 'remotes/kraxel/tags/ui-2020090 [...] adds eb398a54e3 virtio-gpu: fix unmap the already mapped items adds 5fcf787582 cirrus: handle wraparound in cirrus_invalidate_region adds 62f9256052 Merge remote-tracking branch 'remotes/kraxel/tags/vga-202009 [...] adds e5ce9688b4 linux-user: Add support for ppoll_time64() and pselect6_time64() adds 8a04518868 linux-user: Correctly start brk after executable adds a7b4c9b1b4 linux-user: Map signal numbers in fcntl adds 4d6e318af0 linux-user: fix ppc/termbits.h adds 5d5d17522f linux-user: Protect btrfs ioctl target definitions adds 9d5589bb3f Merge remote-tracking branch 'remotes/vivier2/tags/linux-use [...] adds 90843750e3 tests/docker: add python3-setuptools the docker images adds fec7bcf16b tests: handling signal on win32 properly adds 85c93c57f1 tests: fixes test-vmstate.c compile error on msys2 adds 0fdc1f2f5e tests: Fixes building test-util-filemonitor.c on msys2/mingw adds ce4e510ac7 tests/Makefile: test-image-locking needs CONFIG_POSIX adds d3dd34a1e5 dockerfiles/debian-win64-cross: Download WHPX MinGW headers adds e7a222aeb8 configure: Allow automatic WHPX detection adds b0476d6602 stubs: Move qemu_timer_notify_cb() and remove qemu_notify_ev [...] adds 8c2787629e stubs: Move qemu_fd_register stub to util/main-loop.c adds 6bcb5fc0f7 gitlab-ci: Add cross-compiling build tests adds 46859d9398 crypto: fix build with gcrypt enabled adds affcc09c2d gitlab: expand test coverage for crypto builds adds cc9962d8ea tests/qtest: do not list ahci-test twice adds 88e74b6122 target/microblaze: Collected fixes for env->iflags adds e11bd71f89 Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull- [...]
No new revisions were added by this update.
Summary of changes: .gitlab-ci.d/crossbuilds.yml | 113 +++++ .gitlab-ci.yml | 69 +++ MAINTAINERS | 1 + accel/tcg/cputlb.c | 138 +++--- configure | 3 + crypto/meson.build | 42 +- hw/display/cirrus_vga.c | 12 +- hw/display/virtio-gpu.c | 5 +- linux-user/elfload.c | 7 +- linux-user/ppc/termbits.h | 2 +- linux-user/syscall.c | 470 +++++++++++---------- linux-user/syscall_defs.h | 2 + meson.build | 5 + softmmu/cpus.c | 11 +- stubs/cpu-get-icount.c | 5 - stubs/fd-register.c | 6 - stubs/meson.build | 3 +- stubs/notify-event.c | 6 - stubs/{cpu-get-icount.c => qemu-timer-notify-cb.c} | 13 - target/microblaze/cpu.c | 11 + target/microblaze/cpu.h | 3 +- target/microblaze/helper.c | 17 +- target/microblaze/translate.c | 4 +- tcg/tcg-op-gvec.c | 61 ++- tests/Makefile.include | 2 + tests/docker/dockerfiles/centos7.docker | 2 + tests/docker/dockerfiles/centos8.docker | 1 + tests/docker/dockerfiles/debian-win64-cross.docker | 9 +- tests/docker/dockerfiles/debian10.docker | 1 + tests/docker/dockerfiles/debian9.docker | 1 + tests/qtest/meson.build | 1 - tests/test-replication.c | 4 + tests/test-util-filemonitor.c | 4 +- tests/test-vmstate.c | 4 +- ui/gtk-gl-area.c | 11 + ui/gtk.c | 52 +-- ui/spice-input.c | 2 + ui/vnc-auth-sasl.c | 1 + util/main-loop.c | 4 + 39 files changed, 737 insertions(+), 371 deletions(-) create mode 100644 .gitlab-ci.d/crossbuilds.yml delete mode 100644 stubs/fd-register.c delete mode 100644 stubs/notify-event.c copy stubs/{cpu-get-icount.c => qemu-timer-notify-cb.c} (54%)