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-master-aarch64-lts-allyesconfig in repository toolchain/ci/qemu.
from 471387aa14 Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s39 [...] adds c1c1f6cf51 block/rbd: fix memory leak in qemu_rbd_connect() adds b084b420d9 block/rbd: fix memory leak in qemu_rbd_co_create_opts() adds 66f18320f7 iotests/qsd-jobs: Filter events in the first test adds 030262a6e4 iotests: add test for removing persistent bitmap from backing file adds f940b0ac6f iotests: Test mirror-top filter permissions adds da64789d3a hw/block/fdc: Fix 'fallback' property on sysbus floppy disk [...] adds c41f5b96ee mirror: Move open_backing_file to exit_common adds 00769414cd mirror: Do not enter a paused job on completion adds 53ddb9c892 job: Allow complete for jobs on standby adds c2c731a4d3 test-blockjob: Test job_wait_unpaused() adds 836b36af93 Merge remote-tracking branch 'remotes/kevin/tags/for-upstrea [...] adds cdeaed2778 i386: Add missing cpu feature bits in EPYC-Rome model adds 0b47ec4b95 cpu/core: Fix "help" of CPU core device types adds 555249a59e Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-n [...] adds a3d9f3a962 docs: add nvme emulation documentation adds d357230b20 hw/block/nvme: map prp fix if prp2 contains non-zero offset adds 5cefe28708 hw/block/nvme: store aiocb in compare adds 98f84f5a4e hw/block/nvme: drain namespaces on sq deletion adds f2afdc2ad9 Merge remote-tracking branch 'remotes/nvme/tags/nvme-fixes-2 [...] adds 0c38f60783 hw/arm/virt-acpi-build: Fix GSIV values of the {GERR, Sync} [...] adds 017a913af4 hw/arm/smmuv3: Emulate CFGI_STE_RANGE for an aligned range o [...] adds eb42297a59 accel/tcg: Preserve PAGE_ANON when changing page permissions adds ff38bca7d6 target/arm: Check PAGE_WRITE_ORG for MTE writeability adds 52c01ada86 exec: Fix overlap of PAGE_ANON and PAGE_TARGET_1 adds 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
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 3 +- VERSION | 2 +- accel/tcg/translate-all.c | 9 +- block/mirror.c | 28 ++- block/nbd.c | 11 + block/rbd.c | 10 +- docs/specs/nvme.txt | 23 --- docs/sphinx/qapidoc.py | 4 +- docs/system/index.rst | 1 + docs/system/nvme.rst | 225 +++++++++++++++++++++ hw/arm/mps2-tz.c | 10 +- hw/arm/smmuv3.c | 12 +- hw/arm/virt-acpi-build.c | 4 +- hw/block/fdc.c | 4 +- hw/block/nvme.c | 38 +++- hw/cpu/core.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/exec/cpu-all.h | 4 +- include/hw/ppc/spapr_drc.h | 5 - include/hw/scsi/esp.h | 1 + include/qemu/timer.h | 8 - job.c | 4 +- qapi/qom.json | 4 +- target/arm/mte_helper.c | 2 +- target/i386/cpu.c | 12 ++ target/mips/translate.c | 2 + tests/qemu-iotests/tests/mirror-top-perms | 121 +++++++++++ .../{096.out => tests/mirror-top-perms.out} | 0 tests/qemu-iotests/tests/qsd-jobs | 5 +- tests/qemu-iotests/tests/qsd-jobs.out | 10 - .../qemu-iotests/tests/remove-bitmap-from-backing | 69 +++++++ .../tests/remove-bitmap-from-backing.out | 6 + tests/qtest/am53c974-test.c | 218 ++++++++++++++++++++ tests/qtest/meson.build | 1 + tests/tcg/aarch64/Makefile.target | 2 +- tests/tcg/aarch64/mte-6.c | 43 ++++ tests/tcg/aarch64/mte.h | 3 +- tests/unit/test-blockjob.c | 121 +++++++++++ util/qemu-timer.c | 13 -- 45 files changed, 1049 insertions(+), 229 deletions(-) delete mode 100644 docs/specs/nvme.txt create mode 100644 docs/system/nvme.rst create mode 100755 tests/qemu-iotests/tests/mirror-top-perms copy tests/qemu-iotests/{096.out => tests/mirror-top-perms.out} (100%) create mode 100755 tests/qemu-iotests/tests/remove-bitmap-from-backing create mode 100644 tests/qemu-iotests/tests/remove-bitmap-from-backing.out create mode 100644 tests/qtest/am53c974-test.c create mode 100644 tests/tcg/aarch64/mte-6.c