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 58b6476164 Merge remote-tracking branch 'remotes/kraxel/tags/misc-20211 [...] adds 3e11e0b2dd monitor: remove 'info ioapic' HMP command adds 0ca117a756 monitor: make hmp_handle_error return a boolean adds 0e33e3d2c4 docs/devel: rename file for writing monitor commands adds fa2613afa1 docs/devel: tweak headings in monitor command docs adds 6fa6b54f5b docs/devel: update error handling guidance for HMP commands adds f9429c6790 monitor: introduce HumanReadableText and HMP support adds f2de406f29 docs/devel: document expectations for QAPI data modelling for QMP adds a45cfcbb01 docs/devel: add example of command returning unstructured text adds 3d312f417d docs/devel: document expectations for HMP commands in the future adds dd98234c05 qapi: introduce x-query-roms QMP command adds 37087fde0e qapi: introduce x-query-profile QMP command adds 1b8ae799d8 qapi: introduce x-query-numa QMP command adds fc30920731 qapi: introduce x-query-usb QMP command adds 8dbbca5c05 qapi: introduce x-query-rdma QMP command adds ca411b7c8a qapi: introduce x-query-ramblock QMP command adds 91f2fa7045 qapi: introduce x-query-irq QMP command adds 3a841ab53f qapi: introduce x-query-jit QMP command adds b6a7f3e0d2 qapi: introduce x-query-opcount QMP command adds e86e00a249 Merge remote-tracking branch 'remotes/berrange/tags/hmp-x-qm [...] adds 8092b51849 hw/sd: add nuvoton MMC adds 0a9df6cb9f hw/arm: Add Nuvoton SD module to board adds 2cb06d492d hw/arm: Attach MMC to quanta-gbs-bmc adds da2f02b360 tests/qtest/libqos: add SDHCI commands adds dbd9e08476 target/arm: Advertise MVE to gdb when present adds 060c1f4252 target/arm: Use tcg_constant_i32() in op_smlad() adds daf7a1814f target/arm: Introduce store_cpu_field_constant() helper adds cacb1aa486 target/arm: Use the constant variant of store_cpu_field() wh [...] adds 35a1ec8e47 target/arm: Use tcg_constant_i64() in do_sat_addsub_64() adds a7ac8e83ae target/arm: Use tcg_constant_i32() in gen_rev16() adds 9dad363a22 hw/arm/virt: Rename default_bus_bypass_iommu adds 5fd6a3e236 hvf: arm: Ignore cache operations on MMIO adds cc23377516 Merge remote-tracking branch 'remotes/rth/tags/pull-arm-2021 [...] adds 61848717d6 monitor: Trim some trailing space from human-readable output adds 3a23a0c061 hw/core/machine: Add the missing delimiter in cpu_slot_to_string() adds 11f976adee MAINTAINERS: Split HPPA TCG vs HPPA machines/hardware adds 5d2bd73588 hw/input/lasips2: Fix typos in function names adds c55e3370c3 Merge remote-tracking branch 'remotes/vivier/tags/trivial-br [...]
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 5 +- accel/tcg/cpu-exec.c | 51 +++++- accel/tcg/hmp.c | 22 +-- accel/tcg/translate-all.c | 84 +++++----- configs/targets/aarch64-softmmu.mak | 2 +- configs/targets/arm-linux-user.mak | 2 +- configs/targets/arm-softmmu.mak | 2 +- configs/targets/armeb-linux-user.mak | 2 +- docs/devel/index.rst | 2 +- ...p-commands.rst => writing-monitor-commands.rst} | 167 ++++++++++++++++--- gdb-xml/arm-m-profile-mve.xml | 19 +++ hmp-commands-info.hx | 29 +--- hw/arm/npcm7xx.c | 12 +- hw/arm/npcm7xx_boards.c | 20 +++ hw/arm/virt.c | 4 +- hw/core/loader.c | 39 +++-- hw/core/machine-hmp-cmds.c | 38 +---- hw/core/machine-qmp-cmds.c | 40 +++++ hw/core/machine.c | 3 + hw/input/lasips2.c | 8 +- hw/rdma/rdma_rm.c | 104 ++++++------ hw/rdma/rdma_rm.h | 2 +- hw/rdma/vmw/pvrdma_main.c | 31 ++-- hw/sd/meson.build | 1 + hw/sd/npcm7xx_sdhci.c | 182 +++++++++++++++++++++ hw/usb/bus.c | 24 ++- include/exec/cpu-all.h | 6 +- include/exec/ramlist.h | 2 +- include/hw/arm/npcm7xx.h | 2 + include/hw/rdma/rdma.h | 2 +- include/hw/sd/npcm7xx_sdhci.h | 65 ++++++++ include/monitor/hmp-target.h | 1 - include/monitor/hmp.h | 5 +- include/monitor/monitor.h | 2 + include/qapi/type-helpers.h | 14 ++ include/tcg/tcg.h | 4 +- monitor/hmp-cmds.c | 101 ++---------- monitor/hmp.c | 32 +++- monitor/misc.c | 46 ++---- monitor/monitor-internal.h | 7 + monitor/qmp-cmds.c | 116 +++++++++++++ qapi/common.json | 11 ++ qapi/machine.json | 110 +++++++++++++ qapi/meson.build | 3 + qapi/qapi-type-helpers.c | 23 +++ softmmu/physmem.c | 19 ++- stubs/usb-dev-stub.c | 8 + target/arm/gdbstub.c | 25 +++ target/arm/hvf/hvf.c | 7 + target/arm/translate-a32.h | 3 + target/arm/translate-sve.c | 17 +- target/arm/translate.c | 27 +-- target/i386/cpu-dump.c | 4 +- target/i386/cpu.c | 2 +- target/i386/monitor.c | 6 - target/ppc/cpu_init.c | 2 +- target/s390x/cpu_models.c | 4 +- target/xtensa/mmu_helper.c | 2 +- tcg/tcg.c | 98 +++++------ tests/qtest/libqos/meson.build | 1 + tests/qtest/libqos/sdhci-cmd.c | 116 +++++++++++++ tests/qtest/libqos/sdhci-cmd.h | 70 ++++++++ tests/qtest/qmp-cmd-test.c | 8 + 63 files changed, 1390 insertions(+), 476 deletions(-) rename docs/devel/{writing-qmp-commands.rst => writing-monitor-commands.rst} (75%) create mode 100644 gdb-xml/arm-m-profile-mve.xml create mode 100644 hw/sd/npcm7xx_sdhci.c create mode 100644 include/hw/sd/npcm7xx_sdhci.h create mode 100644 include/qapi/type-helpers.h create mode 100644 qapi/qapi-type-helpers.c create mode 100644 tests/qtest/libqos/sdhci-cmd.c create mode 100644 tests/qtest/libqos/sdhci-cmd.h