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 67a7bfe560 Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull- [...] adds beb71c1c02 iotests/059: Fix reference output adds 985d7f150c iotests/259: Fix reference output adds 1dc4718d84 block/nbd: use non-blocking connect: fix vm hang on connect() adds 98c5d2e701 block: add missing socket_init() calls to tools adds 6e64dd572a nbd: skip SIGTERM handler if NBD device support is not built adds eb705985f4 nbd: disable signals and forking on Windows builds adds df8176274a Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-20 [...] new b119339610 linux-user: fix implicit conversion from enumeration type error new d6092e085d linux-user: Add support for a group of btrfs ioctls used for [...] new 527e8d8fe0 linux-user: Add support for a group of btrfs ioctls used for [...] new 9bbd60e7f7 linux-user: Add support for btrfs ioctls used to manipulate [...] new 49b422a8c5 linux-user: Add support for btrfs ioctls used to get/set features new 0ff496a05f linux-user: Add support for a group of btrfs inode ioctls new 784c08c8c4 linux-user: Add support for two btrfs ioctls used for subvolume new 53906f689d linux-user: Add support for btrfs ioctls used to manage quota new 9a5a5a0552 linux-user: Add support for btrfs ioctls used to scrub a filesystem new 1133ce5ec9 Merge remote-tracking branch 'remotes/vivier2/tags/linux-use [...] new 221db5daf6 qapi: enable use of g_autoptr with QAPI types new e947e9c801 qapi/block-core.json: Remove stale description of 'blockdev-add' new 67abc3ddea scripts/qmp/qom-fuse: Unbreak import of QEMUMonitorProtocol new f713ed4f7e scripts/qmp/qom-fuse: Port to current Python module fuse new 3a14019e82 scripts/qmp/qom-fuse: Fix getattr(), read() for files in / new a7742549ea docs/interop/qmp-spec: Point to the QEMU QMP reference manual new 382bd1cbbd qapi: Document event VSERPORT_CHANGE is rate-limited new 923fbd4cbd docs/qdev-device-use: Don't suggest -drive and -net can do USB new 8ca019b9c9 Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi- [...]
The 19 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: block/nbd.c | 266 ++++++++++++++++++++++++++++++++++++- 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 +++++++++++++++++++++++ meson.build | 7 +- qapi/block-core.json | 4 +- qapi/char.json | 2 + qemu-img.c | 2 + qemu-io.c | 2 + qemu-nbd.c | 11 +- scripts/qapi/types.py | 1 + scripts/qmp/qom-fuse | 107 ++++++++------- tests/qemu-iotests/059.out | 2 +- tests/qemu-iotests/259.out | 2 +- tests/test-qobject-input-visitor.c | 23 +--- 22 files changed, 728 insertions(+), 86 deletions(-)