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-build_cross in repository toolchain/ci/qemu.
from de39a045bd Merge remote-tracking branch 'remotes/kraxel/tags/vga-202009 [...] adds 62777d825b 9pfs: log warning if msize <= 8192 adds c418f935ac 9pfs: disable msize warning for synth driver adds 8ee612722d Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull [...] new 60efffa41b monitor: simplify functions for getting a dup'd fdset entry new c2069ff624 util: split off a helper for dealing with O_CLOEXEC flag new 448058aa99 util: rename qemu_open() to qemu_open_old() new bf93d2ade9 util: refactor qemu_open_old to split off variadic args handling new ebb3d49cb2 util: add Error object for qemu_open_internal error reporting new c490af57cb util: introduce qemu_open and qemu_create with error reporting new 661b3e81a3 util: give a specific error message when O_DIRECT doesn't work new b18a24a9f8 block/file: switch to use qemu_open/qemu_create for improved errors new 525009d04f Merge remote-tracking branch 'remotes/berrange/tags/block-od [...] new 1f04fa3e00 iotests: Drop readlink -f new d287961f25 fuzz: Change the way we write qtest log to stderr new d97b4b0d0c tests/qtest/qmp-cmd-test: Use inclusive language new b822c05b81 tests/socket-helpers: Treat EAI_NONAME as EADDRNOTAVAIL new 0e72b7df4d Simplify the .gitignore file new 37d98abdc7 qga/commands-win32: Fix problem with redundant protype declaration new d816614ca4 rcu: Implement drain_call_rcu new 4ed79a1bfb tests: Convert g_free to g_autofree macro in test-logging.c new 760064efe1 rcu: fixes test-logging.c by call drain_call_rcu before rmdir_full new 2d89880003 meson: Disable test-char on msys2/mingw for fixing tests stuck new 00650e6e46 meson: disable crypto tests are empty under win32 new dce93184b5 tests: Fixes test-replication.c on msys2/mingw. new 09d631dbf8 tests: test-replication disable /replication/secondary/* on [...] new 6333da0f07 osdep: file locking functions are not available on Win32 new a84258e1f9 meson: Use -b to ignore CR vs. CR-LF issues on Windows new e0d3d8015f meson: remove empty else and duplicated gio deps new 96c64746bf vmstate: Fixes test-vmstate.c on msys2/mingw new dd65e4ad22 tests: Fixes test-io-channel-socket.c tests under msys2/mingw new da0652c043 tests: fixes aio-win32 about aio_remove_fd_handler, get it c [...] new a92a783d26 tests: Fixes test-io-channel-file by mask only owner file st [...] new 8330bd536c tests: fix test-util-sockets.c new 61d9282cdc tests: Fixes test-qdev-global-props.c new b1788880ba ci: Enable msys2 ci in cirrus new 114daec31d cirrus: Building freebsd in a single shot new 5e0a8fda65 Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull- [...] new fb730c8683 linux-user: test, don't assert addr != test in pgb_reserved_va new b8761cfdd6 iotests: Drop readlink -f new 94ce373aa4 configure: move deprecated feature processing to supported_target new 3a5ae4a936 configure: also skip deprecated targets with target-list-exclude new 98db9a0667 configure: clean-up the target-list-exclude logic new 44bf7a3464 configure: include tilegx-linux-user in the deprecation logic new 1c0c06b1ea gitlab: create a build-deprecated target new 3ffc7f0137 configure: add [lm32|unicore32]-softmmu to deprecation logic new 3af9847093 Merge remote-tracking branch 'remotes/stsquad/tags/pull-conf [...]
The 43 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: .cirrus.yml | 98 ++++++++++++++++++-------- .gitignore | 152 ----------------------------------------- .gitlab-ci.yml | 15 +++- .shippable.yml | 2 +- .travis.yml | 3 +- accel/kvm/kvm-all.c | 2 +- backends/rng-random.c | 2 +- backends/tpm/tpm_passthrough.c | 8 +-- block/file-posix.c | 16 ++--- block/file-win32.c | 5 +- block/vvfat.c | 5 +- chardev/char-fd.c | 2 +- chardev/char-pipe.c | 6 +- chardev/char.c | 2 +- configure | 33 +++++---- dump/dump.c | 2 +- fsdev/file-op-9p.h | 4 ++ hw/9pfs/9p-synth.c | 2 + hw/9pfs/9p.c | 9 +++ hw/s390x/s390-skeys.c | 2 +- hw/usb/host-libusb.c | 2 +- hw/usb/u2f-passthru.c | 4 +- hw/vfio/common.c | 4 +- include/monitor/monitor.h | 3 +- include/qemu/osdep.h | 11 ++- include/qemu/rcu.h | 1 + io/channel-file.c | 2 +- linux-user/elfload.c | 9 ++- meson.build | 6 -- monitor/misc.c | 58 +++++++--------- net/vhost-vdpa.c | 2 +- os-posix.c | 2 +- qga/channel-posix.c | 4 +- qga/commands-posix.c | 6 +- qga/commands-win32.c | 5 +- stubs/fdset.c | 8 +-- target/arm/kvm.c | 2 +- tests/meson.build | 10 ++- tests/qapi-schema/meson.build | 2 +- tests/qemu-iotests/check | 2 +- tests/qtest/fuzz/fuzz.c | 5 +- tests/qtest/qmp-cmd-test.c | 10 +-- tests/socket-helpers.c | 3 +- tests/test-io-channel-file.c | 12 +++- tests/test-io-channel-socket.c | 2 + tests/test-logging.c | 5 +- tests/test-qdev-global-props.c | 9 ++- tests/test-replication.c | 22 ++++-- tests/test-util-sockets.c | 6 +- tests/test-vmstate.c | 3 +- ui/console.c | 2 +- util/aio-win32.c | 12 +++- util/osdep.c | 104 ++++++++++++++++++++-------- util/oslib-posix.c | 2 +- util/rcu.c | 55 +++++++++++++++ 55 files changed, 409 insertions(+), 356 deletions(-)