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 6621441db5 Merge remote-tracking branch 'remotes/mcayland/tags/qemu-ope [...] adds 1a59bdba4b memory: Directly dispatch alias accesses on origin memory region adds 670c0780e7 memory: Split mtree_info() as mtree_info_flatview() + mtree_ [...] adds 7bdbf99aa2 memory: Have 'info mtree' remove duplicated Address Space in [...] adds eef3a7abff machine: Use host_memory_backend_is_mapped() in machine_cons [...] adds 5ead62185d memory: Make memory_region_is_mapped() succeed when mapped v [...] adds 455faf03df memory: Update description of memory_region_is_mapped() adds 7b0538ed3a memory: Fix incorrect calls of log_global_start/stop adds e3ae2bbfca stubs: Restrict fw_cfg to system emulation adds 33cda58f00 hw/nvram: Restrict fw_cfg QOM interface to sysemu and tools adds e0431aafc4 hw/pci: Restrict pci-bus stub to sysemu adds 1efc6b319c hw/pci: Document pci_dma_map() adds fd5e451edb hw/dma: Remove CONFIG_USER_ONLY check adds ce0a798285 hw/rdma/rdma_utils: Rename rdma_pci_dma_map 'len' argument adds 5f412602de hw/scsi: Rename SCSIRequest::resid as 'residual' adds 60791a2c27 hw/dma: Fix format string issues using dma_addr_t adds 026644cf5f hw/dma: Move ScatterGatherEntry / QEMUSGList declarations around adds bfa30f3903 hw/dma: Use dma_addr_t type definition when relevant adds f02b664aad hw/dma: Let dma_buf_read() / dma_buf_write() propagate MemTxResult adds 9d696cd504 docs/devel: add some clarifying text for aliases adds 8b84620715 Merge remote-tracking branch 'remotes/philmd/tags/memory-api [...]
No new revisions were added by this update.
Summary of changes: docs/devel/memory.rst | 14 ++-- hw/core/machine.c | 2 +- hw/ide/ahci.c | 10 +-- hw/nvme/ctrl.c | 6 +- hw/nvram/meson.build | 6 +- hw/rdma/rdma_utils.c | 14 ++-- hw/rdma/rdma_utils.h | 2 +- hw/rdma/trace-events | 2 +- hw/scsi/megasas.c | 85 +++++++++++++++------- hw/scsi/scsi-bus.c | 12 ++-- hw/scsi/scsi-disk.c | 4 +- include/exec/memory.h | 4 +- include/hw/pci/pci.h | 12 ++++ include/hw/scsi/scsi.h | 4 +- include/sysemu/dma.h | 31 ++++---- softmmu/dma-helpers.c | 34 ++++----- softmmu/memory.c | 188 ++++++++++++++++++++++++++++++++++++------------- stubs/meson.build | 4 +- 18 files changed, 285 insertions(+), 149 deletions(-)