This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-allyesconfig in repository toolchain/ci/qemu.
from c5b2f55981 Merge remote-tracking branch 'remotes/vivier/tags/trivial-br [...] adds 5afc8df46c virtiofsd: xattr mapping add a new type "unsupported" adds a88abc6f84 virtiofsd: Remove unused virtio_fs_config definition adds c68276556a virtiofsd: Add a helper to send element on virtqueue adds 50cf6d6cb7 virtiofsd: Add a helper to stop all queues adds 555a76e5e5 virtiofsd: Error on bad socket group name adds 931ce30859 Merge remote-tracking branch 'remotes/dagrh/tags/pull-virtio [...] adds ea29331ba6 qapi: Improve input_type_enum()'s error message adds 75ecee7262 qapi: Enable enum member introspection to show more than name adds b6c18755e4 qapi: Add feature flags to enum members adds ed29bb28f8 qapi: Move compat policy from QObject to generic visitor adds aa2370444b qapi: Implement deprecated-input={reject,crash} for enum values adds 5c49c6c241 Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi- [...] adds 669ced09b3 9pfs: fix wrong I/O block size in Rgetattr adds b565bccb00 9pfs: deduplicate iounit code adds 04a7f9e55e 9pfs: simplify blksize_to_iounit() adds 30e702abf6 9pfs: introduce P9Array adds c0451f0bc4 fsdev/p9array.h: check scalar type in P9ARRAY_NEW() adds 42bdeb04b6 9pfs: make V9fsString usable via P9Array API adds cc82fde9c7 9pfs: make V9fsPath usable via P9Array API adds 7e985780aa 9pfs: use P9Array in v9fs_walk() adds c52d69e7db Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull [...]
No new revisions were added by this update.
Summary of changes: docs/about/deprecated.rst | 6 + docs/devel/qapi-code-gen.rst | 29 +++-- docs/tools/virtiofsd.rst | 6 + fsdev/9p-marshal.c | 2 + fsdev/9p-marshal.h | 3 + fsdev/file-op-9p.h | 2 + fsdev/p9array.h | 160 +++++++++++++++++++++++++ hw/9pfs/9p.c | 70 ++++++----- include/qapi/qobject-input-visitor.h | 4 - include/qapi/qobject-output-visitor.h | 4 - include/qapi/util.h | 6 +- include/qapi/visitor-impl.h | 3 + include/qapi/visitor.h | 9 ++ qapi/compat.json | 3 + qapi/introspect.json | 28 ++++- qapi/qapi-visit-core.c | 30 ++++- qapi/qmp-dispatch.c | 4 +- qapi/qobject-input-visitor.c | 14 +-- qapi/qobject-output-visitor.c | 14 +-- scripts/qapi/expr.py | 3 +- scripts/qapi/introspect.py | 19 ++- scripts/qapi/schema.py | 22 +++- scripts/qapi/types.py | 17 ++- tests/qapi-schema/doc-good.json | 5 +- tests/qapi-schema/doc-good.out | 3 + tests/qapi-schema/doc-good.txt | 3 + tests/qapi-schema/enum-dict-member-unknown.err | 2 +- tests/qapi-schema/qapi-schema-test.json | 3 +- tests/qapi-schema/qapi-schema-test.out | 1 + tests/qapi-schema/test-qapi.py | 1 + tests/qemu-iotests/049.out | 6 +- tests/qemu-iotests/206.out | 2 +- tests/qemu-iotests/237.out | 6 +- tests/qemu-iotests/245 | 2 +- tests/qemu-iotests/287 | 2 +- tests/qemu-iotests/308 | 2 +- tests/unit/check-qom-proplist.c | 2 +- tools/virtiofsd/fuse_virtio.c | 80 ++++++------- tools/virtiofsd/passthrough_ll.c | 17 ++- 39 files changed, 448 insertions(+), 147 deletions(-) create mode 100644 fsdev/p9array.h