This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-stable-defconfig in repository toolchain/ci/qemu.
from 660efed8b3 Merge remote-tracking branch 'remotes/alistair23/tags/pull-r [...] adds 764ecf77d0 po: update turkish translation adds ed899ac77d disas/nios2: Fix style in print_insn_nios2() adds dcc99bd833 disas/nios2: Simplify endianess conversion adds 3bc1bb8042 MAINTAINERS: Add myself as reviewer of 'Machine core' API adds f18d403f15 softmmu/physmem.c: Fix typo in comment adds c4e4d0d92b hw/nvram: Fix Memory Leak in Xilinx eFuse QOM adds 512a63b2b0 hw/nvram: Fix Memory Leak in Xilinx Versal eFuse device adds e3f368e0b2 hw/nvram: Fix Memory Leak in Xilinx ZynqMP eFuse device adds 1c3515ad59 README: Fix some documentation URLs adds f98d372aef analyze-migration.py: fix a long standing typo adds 2c92be50bc analyze-migration.py: fix extract contents ('-x') errors adds 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- [...] new 669ced09b3 9pfs: fix wrong I/O block size in Rgetattr new b565bccb00 9pfs: deduplicate iounit code new 04a7f9e55e 9pfs: simplify blksize_to_iounit() new 30e702abf6 9pfs: introduce P9Array new c0451f0bc4 fsdev/p9array.h: check scalar type in P9ARRAY_NEW() new 42bdeb04b6 9pfs: make V9fsString usable via P9Array API new cc82fde9c7 9pfs: make V9fsPath usable via P9Array API new 7e985780aa 9pfs: use P9Array in v9fs_walk() new c52d69e7db Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull [...]
The 9 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: MAINTAINERS | 1 + README.rst | 14 +-- disas/nios2.c | 73 +++++------ 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 ++++++----- hw/nvram/xlnx-efuse.c | 9 +- hw/nvram/xlnx-versal-efuse-ctrl.c | 20 +++- hw/nvram/xlnx-zynqmp-efuse.c | 18 ++- include/disas/dis-asm.h | 3 +- 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 ++ po/tr.po | 25 ++-- 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/analyze-migration.py | 6 +- scripts/qapi/expr.py | 3 +- scripts/qapi/introspect.py | 19 ++- scripts/qapi/schema.py | 22 +++- scripts/qapi/types.py | 17 ++- softmmu/physmem.c | 2 +- target/nios2/cpu.c | 6 +- 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 ++- 50 files changed, 535 insertions(+), 237 deletions(-) create mode 100644 fsdev/p9array.h