This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/qemu.
from 6450ce5634 Merge remote-tracking branch 'remotes/alistair23/tags/pull-r [...] adds 07db29f20a target/i386: Remove core-capability in Snowridge CPU model adds a856cce31b Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next [...] new a3c45b3e62 qapi: New special feature flag "unstable" new 9fb49daabf qapi: Mark unstable QMP parts with feature 'unstable' new 9bafe07bc8 qapi: Eliminate QCO_NO_OPTIONS for a slight simplification new c67db1ed16 qapi: Tools for sets of special feature flags in generated code new a130728554 qapi: Generalize struct member policy checking new 6604e4757a qapi: Generalize command policy checking new c868876043 qapi: Generalize enum member policy checking new 7ce5fc63c7 qapi: Factor out compat_policy_input_ok() new 57df0dff1a qapi: Extend -compat to set policy for unstable interfaces new dd61b91c08 Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi- [...]
The 10 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: docs/devel/qapi-code-gen.rst | 9 ++- include/qapi/compat-policy.h | 7 ++ include/qapi/qmp/dispatch.h | 6 +- include/qapi/util.h | 8 ++- include/qapi/visitor-impl.h | 6 +- include/qapi/visitor.h | 17 +++-- monitor/misc.c | 7 +- qapi/block-core.json | 123 +++++++++++++++++++++++--------- qapi/compat.json | 8 ++- qapi/migration.json | 35 +++++++-- qapi/misc.json | 6 +- qapi/qapi-forward-visitor.c | 20 +++--- qapi/qapi-util.c | 43 +++++++++++ qapi/qapi-visit-core.c | 41 +++++------ qapi/qmp-dispatch.c | 19 ++--- qapi/qmp-registry.c | 4 +- qapi/qobject-input-visitor.c | 22 +++--- qapi/qobject-output-visitor.c | 13 +++- qapi/qom.json | 11 +-- qapi/trace-events | 4 +- qemu-options.hx | 20 +++++- scripts/qapi/commands.py | 12 ++-- scripts/qapi/events.py | 10 +-- scripts/qapi/gen.py | 8 +++ scripts/qapi/schema.py | 11 ++- scripts/qapi/types.py | 20 +++--- scripts/qapi/visit.py | 14 ++-- storage-daemon/qemu-storage-daemon.c | 3 +- target/i386/cpu.c | 3 +- tests/qapi-schema/qapi-schema-test.json | 7 +- tests/qapi-schema/qapi-schema-test.out | 5 ++ 31 files changed, 356 insertions(+), 166 deletions(-)