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 d5a9f35289 Merge tag 'pull-jobs-2021-12-29' of https://src.openvz.org/s [...] new 41d5e8da3d hw/scsi/megasas: Use uint32_t for reply queue head/tail values new 7ccb391ccd dma: Let dma_memory_valid() take MemTxAttrs argument new 7a36e42d91 dma: Let dma_memory_set() take MemTxAttrs argument new 4afd0f2f22 dma: Let dma_memory_rw_relaxed() take MemTxAttrs argument new 23faf5694f dma: Let dma_memory_rw() take MemTxAttrs argument new ba06fe8add dma: Let dma_memory_read/write() take MemTxAttrs argument new a1d4b0a305 dma: Let dma_memory_map() take MemTxAttrs argument new c0ee152735 dma: Have dma_buf_rw() take a void pointer new 5e468a36dc dma: Have dma_buf_read() / dma_buf_write() take a void pointer new e2d784b67d pci: Let pci_dma_rw() take MemTxAttrs argument new 959384e74e dma: Let dma_buf_rw() take MemTxAttrs argument new 392e48af34 dma: Let dma_buf_write() take MemTxAttrs argument new 1e5a3f8b2a dma: Let dma_buf_read() take MemTxAttrs argument new 292e13142d dma: Let dma_buf_rw() propagate MemTxResult new 2280c27afc dma: Let st*_dma() take MemTxAttrs argument new 34cdea1db6 dma: Let ld*_dma() take MemTxAttrs argument new 24aed6bcb6 dma: Let st*_dma() propagate MemTxResult new cd1db8df74 dma: Let ld*_dma() propagate MemTxResult new a423a1b523 pci: Let st*_pci_dma() take MemTxAttrs argument new 398f9a84ac pci: Let ld*_pci_dma() take MemTxAttrs argument new 6bebb27073 pci: Let st*_pci_dma() propagate MemTxResult new 4a63054bce pci: Let ld*_pci_dma() propagate MemTxResult new 69f153667f Merge tag 'memory-api-20211231' of https://github.com/philmd [...]
The 23 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: hw/arm/musicpal.c | 13 ++++--- hw/arm/smmu-common.c | 3 +- hw/arm/smmuv3.c | 14 ++++--- hw/audio/intel-hda.c | 13 ++++--- hw/core/generic-loader.c | 3 +- hw/display/virtio-gpu.c | 10 +++-- hw/dma/pl330.c | 12 ++++-- hw/dma/sparc32_dma.c | 16 +++++--- hw/dma/xlnx-zynq-devcfg.c | 6 ++- hw/dma/xlnx_dpdma.c | 10 +++-- hw/hyperv/vmbus.c | 8 ++-- hw/i386/amd_iommu.c | 16 ++++---- hw/i386/intel_iommu.c | 28 ++++++++------ hw/ide/ahci.c | 18 +++++---- hw/ide/macio.c | 2 +- hw/intc/pnv_xive.c | 7 ++-- hw/intc/spapr_xive.c | 3 +- hw/intc/xive.c | 7 ++-- hw/misc/bcm2835_property.c | 3 +- hw/misc/macio/mac_dbdma.c | 10 +++-- hw/net/allwinner-sun8i-emac.c | 18 ++++++--- hw/net/eepro100.c | 49 ++++++++++++++---------- hw/net/ftgmac100.c | 25 +++++++----- hw/net/imx_fec.c | 32 ++++++++++------ hw/net/npcm7xx_emc.c | 20 ++++++---- hw/net/tulip.c | 36 ++++++++++-------- hw/nvme/ctrl.c | 5 ++- hw/nvram/fw_cfg.c | 16 +++++--- hw/pci-host/pnv_phb3.c | 5 ++- hw/pci-host/pnv_phb3_msi.c | 9 +++-- hw/pci-host/pnv_phb4.c | 5 ++- hw/scsi/esp-pci.c | 2 +- hw/scsi/megasas.c | 64 ++++++++++++++++++------------- hw/scsi/mptsas.c | 16 ++++++-- hw/scsi/scsi-bus.c | 4 +- hw/scsi/trace-events | 8 ++-- hw/scsi/vmw_pvscsi.c | 20 ++++++---- hw/sd/allwinner-sdhost.c | 14 ++++--- hw/sd/sdhci.c | 35 ++++++++++------- hw/usb/hcd-dwc2.c | 8 ++-- hw/usb/hcd-ehci.c | 6 ++- hw/usb/hcd-ohci.c | 28 ++++++++------ hw/usb/hcd-xhci.c | 26 ++++++++----- hw/usb/libhw.c | 3 +- hw/virtio/virtio.c | 6 ++- include/hw/pci/pci.h | 42 ++++++++++++--------- include/hw/ppc/spapr_vio.h | 30 ++++++++++----- include/sysemu/dma.h | 88 +++++++++++++++++++++++++------------------ softmmu/dma-helpers.c | 38 +++++++++++++------ 49 files changed, 527 insertions(+), 333 deletions(-)