This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-allyesconfig in repository toolchain/ci/qemu.
from c1e90def01 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-tar [...] adds ff4a1daba6 esp: fix setting of ESPState mig_version_id when launching Q [...] adds 0db895361b esp: always check current_req is not NULL before use in DMA [...] adds e392255766 esp: rework write_response() to avoid using the FIFO for DMA [...] adds e5455b8c1c esp: consolidate esp_cmdfifo_push() into esp_fifo_push() adds c5fef9112b esp: consolidate esp_cmdfifo_pop() into esp_fifo_pop() adds 7b320a8e67 esp: introduce esp_fifo_pop_buf() and use it instead of fifo [...] adds 9954575173 esp: ensure cmdfifo is not empty and current_dev is non-NULL adds fa7505c154 esp: don't underflow cmdfifo in do_cmd() adds fbc6510e33 esp: don't overflow cmdfifo in get_cmd() adds 0ebb5fd805 esp: don't overflow cmdfifo if TC is larger than the cmdfifo size adds 324c880989 esp: don't reset async_len directly in esp_select() if cance [...] adds 607206948c esp: ensure that do_cmd is set to zero before submitting an [...] adds ce94fa7aa6 tests/qtest: add tests for am53c974 device adds 1a66dab9dd Merge remote-tracking branch 'remotes/mcayland/tags/qemu-spa [...] adds d522cb52e6 spapr: rollback 'unplug timeout' for CPU hotunplugs adds 2b18fc794f spapr.c: always pulse guest IRQ in spapr_core_unplug_request() adds dce628a97f Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for [...] adds 50fab4cc67 hw/isa/Kconfig: Add missing dependency VIA VT82C686 -> APM adds 62271205bc hw/isa/piix4: Migrate Reset Control Register adds f4349ba966 target/mips: Fix TCG temporary leak in gen_cache_operation() adds 2935f6f2c1 Merge remote-tracking branch 'remotes/philmd/tags/mips-20210 [...] adds db2fc83aa4 hw/arm/mps2-tz: Fix MPC setting for AN524 SRAM block adds 91c0a79891 hw/arm/mps2-tz: Assert if more than one RAM is attached to an MPC adds 2d18b4ca02 sphinx: qapidoc: Wrap "If" section body in a paragraph node adds 1b66515334 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-tar [...] adds 0267101af6 block/nbd: fix possible use after free of s->connect_thread adds db55d2c923 Merge remote-tracking branch 'remotes/maxreitz/tags/pull-blo [...] adds ace66791cd vhost-user-fs: fix features handling adds 3ddb05dbf2 Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/p [...] adds 438c61e086 qapi/qom.json: Do not use CONFIG_VIRTIO_CRYPTO in common code adds 8fe9f1f891 Update version for v6.0.0-rc3 release adds af1bb59c07 osdep: include glib-compat.h before other QEMU headers adds 875df03b22 osdep: protect qemu/osdep.h with extern "C" adds ec63ca2d35 include/qemu/osdep.h: Move system includes to top adds 1df0878cff hw/arm/armsse: Give SSE-300 its own Property array adds 330ef14e6e hw/arm/armsse: Make SSE-300 use Cortex-M55 adds c57b27ea89 target/arm: drop CF_LAST_IO/dc->condjump check adds 277aed998a accel/tcg: avoid re-translating one-shot instructions adds 0c5393a134 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-tar [...]
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 1 + VERSION | 2 +- accel/tcg/translate-all.c | 2 +- block/nbd.c | 11 +++ disas/arm-a64.cc | 2 +- disas/nanomips.cpp | 2 +- docs/sphinx/qapidoc.py | 4 +- hw/arm/armsse.c | 24 ++++- hw/arm/mps2-tz.c | 10 +- hw/isa/Kconfig | 1 + hw/isa/piix4.c | 15 ++- hw/ppc/spapr.c | 15 ++- hw/ppc/spapr_drc.c | 52 ----------- hw/scsi/esp-pci.c | 1 + hw/scsi/esp.c | 126 ++++++++++++++----------- hw/virtio/vhost-user-fs.c | 20 +++- include/hw/ppc/spapr_drc.h | 5 - include/hw/scsi/esp.h | 1 + include/qemu/compiler.h | 6 ++ include/qemu/osdep.h | 38 ++++++-- include/qemu/timer.h | 8 -- qapi/qom.json | 4 +- target/arm/translate.c | 5 - target/mips/translate.c | 2 + tests/qtest/am53c974-test.c | 218 ++++++++++++++++++++++++++++++++++++++++++++ tests/qtest/meson.build | 1 + util/qemu-timer.c | 13 --- 27 files changed, 417 insertions(+), 172 deletions(-) create mode 100644 tests/qtest/am53c974-test.c