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_check_gcc/master-aarch64 in repository toolchain/ci/qemu.
from a856cce31b Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next [...] adds a3c45b3e62 qapi: New special feature flag "unstable" adds 9fb49daabf qapi: Mark unstable QMP parts with feature 'unstable' adds 9bafe07bc8 qapi: Eliminate QCO_NO_OPTIONS for a slight simplification adds c67db1ed16 qapi: Tools for sets of special feature flags in generated code adds a130728554 qapi: Generalize struct member policy checking adds 6604e4757a qapi: Generalize command policy checking adds c868876043 qapi: Generalize enum member policy checking adds 7ce5fc63c7 qapi: Factor out compat_policy_input_ok() adds 57df0dff1a qapi: Extend -compat to set policy for unstable interfaces adds dd61b91c08 Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi- [...] new b3793b8a91 hw/sh4: Coding style: Remove tabs new 221389657a hw/sh4: Coding style: Fix multi-line comments new f94bff1337 hw/sh4: Coding style: White space fixes new ac3c9e74c1 hw/sh4: Coding style: Add missing braces new 373b96b9c6 hw/sh4: Coding style: Remove unnecessary casts new 3b885dabd0 hw/sh4: Fix typos in a comment new ad52cfc137 hw/sh4: Change debug printfs to traces new 6e5dd76f21 hw/sh4/r2d: Use error_report instead of fprintf to stderr new 3cf7ce4337 hw/char/sh_serial: Do not abort on invalid access new 2f6df13748 hw/char/sh_serial: Rename type sh_serial_state to SHSerialState new 5b344b02e1 hw/char/sh_serial: Embed QEMUTimer in state struct new 017f77bbf7 hw/char/sh_serial: Split off sh_serial_reset() from sh_seria [...] new beeb520925 hw/char/sh_serial: QOM-ify new 44ae04f032 hw/char/sh_serial: Add device id to trace output new cfaf2806e8 hw/intc/sh_intc: Use existing macro instead of local one new dc6f1734b7 hw/intc/sh_intc: Turn some defines into an enum new 81d18cd48a hw/intc/sh_intc: Rename iomem region new 92d1d3ada1 hw/intc/sh_intc: Drop another useless macro new 51cb902bac hw/intc/sh_intc: Move sh_intc_register() closer to its only user new 46ea1f8236 hw/intc/sh_intc: Remove excessive parenthesis new 12201fe38a hw/intc/sh_intc: Use array index instead of pointer arithmetics new 9b12fb10b7 hw/intc/sh_intc: Inline and drop sh_intc_source() function new 85208f7a97 hw/intc/sh_intc: Replace abort() with g_assert_not_reached() new 418a221c2b hw/intc/sh_intc: Avoid using continue in loops new 36cf5ee885 hw/intc/sh_intc: Simplify allocating sources array new 3233178789 hw/intc/sh_intc: Remove unneeded local variable initialisers new 5d9b737e51 hw/timer/sh_timer: Rename sh_timer_state to SHTimerState new f64ccec414 hw/timer/sh_timer: Do not wrap lines that are not too long new 65307c7792 hw/timer/sh_timer: Fix timer memory region size new 46e44759fc hw/timer/sh_timer: Remove use of hw_error new af531756d2 Merge remote-tracking branch 'remotes/philmd/tags/renesas-20 [...]
The 31 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 +- hw/char/sh_serial.c | 236 +++-- hw/char/trace-events | 4 + hw/intc/sh_intc.c | 547 +++++------ hw/intc/trace-events | 8 + hw/pci-host/sh_pci.c | 10 +- hw/sh4/r2d.c | 69 +- hw/sh4/sh7750.c | 637 ++++++------ hw/sh4/sh7750_regnames.c | 148 +-- hw/sh4/sh7750_regs.h | 1600 +++++++++++++++---------------- hw/sh4/shix.c | 12 +- hw/sh4/trace-events | 3 + hw/sh4/trace.h | 1 + hw/timer/sh_timer.c | 151 +-- hw/timer/trace-events | 5 + include/hw/sh4/sh.h | 19 +- include/hw/sh4/sh_intc.h | 2 +- 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 +- meson.build | 1 + 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 +- tests/qapi-schema/qapi-schema-test.json | 7 +- tests/qapi-schema/qapi-schema-test.out | 5 + 47 files changed, 2095 insertions(+), 1877 deletions(-) create mode 100644 hw/sh4/trace-events create mode 100644 hw/sh4/trace.h