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-aarch64-build_cross in repository toolchain/ci/qemu.
from df8176274a Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-20 [...] adds b119339610 linux-user: fix implicit conversion from enumeration type error adds d6092e085d linux-user: Add support for a group of btrfs ioctls used for [...] adds 527e8d8fe0 linux-user: Add support for a group of btrfs ioctls used for [...] adds 9bbd60e7f7 linux-user: Add support for btrfs ioctls used to manipulate [...] adds 49b422a8c5 linux-user: Add support for btrfs ioctls used to get/set features adds 0ff496a05f linux-user: Add support for a group of btrfs inode ioctls adds 784c08c8c4 linux-user: Add support for two btrfs ioctls used for subvolume adds 53906f689d linux-user: Add support for btrfs ioctls used to manage quota adds 9a5a5a0552 linux-user: Add support for btrfs ioctls used to scrub a filesystem adds 1133ce5ec9 Merge remote-tracking branch 'remotes/vivier2/tags/linux-use [...] adds 221db5daf6 qapi: enable use of g_autoptr with QAPI types adds e947e9c801 qapi/block-core.json: Remove stale description of 'blockdev-add' adds 67abc3ddea scripts/qmp/qom-fuse: Unbreak import of QEMUMonitorProtocol adds f713ed4f7e scripts/qmp/qom-fuse: Port to current Python module fuse adds 3a14019e82 scripts/qmp/qom-fuse: Fix getattr(), read() for files in / adds a7742549ea docs/interop/qmp-spec: Point to the QEMU QMP reference manual adds 382bd1cbbd qapi: Document event VSERPORT_CHANGE is rate-limited adds 923fbd4cbd docs/qdev-device-use: Don't suggest -drive and -net can do USB adds 8ca019b9c9 Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi- [...] new 6b8b622e87 cputlb: Make store_helper less fragile to compiler optimizations new e7e8f33fb6 tcg: Fix tcg gen for vectorized absolute value new 4ca3d09cd9 softmmu/cpus: Only set parallel_cpus for SMP new 6a17646176 tcg: Eliminate one store for in-place 128-bit dup_mem new fe4b0b5bfa tcg: Implement 256-bit dup for tcg_gen_gvec_dup_mem new 227de21ed0 Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-2020 [...] new 2cd1e3f915 ui/gtk-gl-area: Plug memleak in gd_gl_area_create_context() new 7791acaf3d vnc-auth-sasl: Plug memleak in vnc_socket_ip_addr_string new 5b57a87e4e ui: Add more mouse buttons to SPICE new dc26435edb ui/gtk: Update refresh interval after widget is realized new 7c37270b3f Merge remote-tracking branch 'remotes/kraxel/tags/ui-2020090 [...]
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: accel/tcg/cputlb.c | 138 +++++++++++++++++-------------- configure | 9 ++ docs/devel/qapi-code-gen.txt | 2 + docs/interop/qmp-spec.txt | 9 +- docs/qdev-device-use.txt | 34 +++++++- include/crypto/block.h | 2 - include/exec/user/thunk.h | 2 +- linux-user/ioctls.h | 124 ++++++++++++++++++++++++++++ linux-user/syscall.c | 3 + linux-user/syscall_defs.h | 37 +++++++++ linux-user/syscall_types.h | 163 +++++++++++++++++++++++++++++++++++++ qapi/block-core.json | 4 +- qapi/char.json | 2 + scripts/qapi/types.py | 1 + scripts/qmp/qom-fuse | 107 ++++++++++++------------ softmmu/cpus.c | 11 ++- tcg/tcg-op-gvec.c | 61 ++++++++++++-- tests/test-qobject-input-visitor.c | 23 ++---- ui/gtk-gl-area.c | 11 +++ ui/gtk.c | 52 ++++++------ ui/spice-input.c | 2 + ui/vnc-auth-sasl.c | 1 + 22 files changed, 628 insertions(+), 170 deletions(-)