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-release-arm-lts-allnoconfig 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 [...] new ea29331ba6 qapi: Improve input_type_enum()'s error message new 75ecee7262 qapi: Enable enum member introspection to show more than name new b6c18755e4 qapi: Add feature flags to enum members new ed29bb28f8 qapi: Move compat policy from QObject to generic visitor new aa2370444b qapi: Implement deprecated-input={reject,crash} for enum values new 5c49c6c241 Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi- [...]
The 6 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 ++ 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 +++++- 45 files changed, 327 insertions(+), 208 deletions(-)