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/release-arm in repository toolchain/ci/qemu.
from ad4c7f529a Merge tag 'pull-semi-20220628' of https://gitlab.com/rth7680 [...] adds 45461aace8 virtio-iommu: Fix the partial copy of probe request adds 71e3d00482 msi: fix MSI vector limit check in msi_set_mask() adds 60dc3c5be9 vhost: add method vhost_set_vring_err adds ae50ae0b91 vhost: setup error eventfd and dump errors adds d355566bd9 virtio-iommu: Fix migration regression adds ea06220600 docs/vhost-user: Fix mismerge adds 69a5daec06 libvhost-user: Fix VHOST_USER_GET_MAX_MEM_SLOTS reply adds 7f27d20ded libvhost-user: Fix VHOST_USER_ADD_MEM_REG reply adds 2fcd005ff0 MAINTAINERS: Collect memory device files in "Memory devices" adds 26ed501b99 contrib/vhost-user-blk: fix 32 bit build and enable adds 2055c2a454 include/hw/virtio: document vhost_get_features adds 81cf38f3ff include/hw/virtio: document vhost_ack_features adds 2a8835cb45 Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/vir [...] adds 79ef0cebb5 block/copy-before-write: refactor option parsing adds f1bb39a8a5 block/copy-before-write: add on-cbw-error open parameter adds dd3e97dfbe iotests: add copy-before-write: on-cbw-error tests adds e1878eb5f0 util: add qemu-co-timeout adds 15df6e6987 block/block-copy: block_copy(): add timeout_ns parameter adds 6db7fd1ca9 block/copy-before-write: implement cbw-timeout option adds 9d05a87b77 iotests: copy-before-write: add cases for cbw-timeout option adds 8bb100c9e2 nbd: trace long NBD operations adds 1b8f777673 block: use 'unsigned' for in_flight field on driver state adds f96d4e0f60 Merge tag 'pull-block-2022-06-14-v2' of https://gitlab.com/v [...] adds 6985d8ede9 vga: avoid crash if no default vga card adds 5bba9bcfbb qom/object: Remove circular include dependency adds 832fef7cc1 util: Return void on iova_tree_remove adds 118d4ed045 Trivial: 3 char repeat typos adds a0984714fb trivial typos: namesapce adds 1a7fc0447e MAINTAINERS: Add softmmu/runstate.c to "Main loop" adds c92331bf04 hw/pci-host/i440fx: Remove unused parameter from i440fx_init() adds 2296b46556 common-user: Only compile the common user code if have_user is set adds 99337bd1e3 hw/ide/atapi.c: Correct typos (CD-CDROM -> CD-ROM) adds 21d87050af hw/i386/xen/xen-hvm: Allow for stubbing xen_set_pci_link_route() adds c379bd7551 hw/i386/xen/xen-hvm: Inline xen_piix_pci_write_config_client [...] adds 621745c4f3 Merge tag 'trivial-branch-for-7.1-pull-request' of https://g [...] adds 2fa22a0f60 hw: m25p80: add WP# pin and SRWD bit for write protection adds 1de51272bf hw: m25p80: add tests for write protect (WP# and SRWD bit) adds 346160cbf2 aspeed: Set the dram container at the SoC level adds 673a6d16ee aspeed/scu: Add trace events for read ops adds 6743af9b10 aspeed/i2c: Change trace event for NORMAL_STOP states adds 0dbf6dc576 aspeed/hace: Accumulative mode supported adds 75dbf30be8 aspeed/smc: Fix potential overflow adds e37976d733 aspeed: Set CPU memory property explicitly adds 4dd9d55416 aspeed: Add memory property to Aspeed SoC adds 5bfcbda70d aspeed: Remove usage of sysbus_mmio_map adds 80beb08567 aspeed: Map unimplemented devices in SoC memory adds 85f0e0c3a1 aspeed: Remove use of qemu_get_cpu adds fb6b3c8d90 hw/arm/aspeed: add support for the Qualcomm DC-SCM v1 board adds ece4cccd67 hw/arm/aspeed: add Qualcomm Firework BMC machine adds dd0b3271e5 hw/i2c: pmbus: Page #255 is valid page for read requests. adds 6236548284 hw/sensor: add Maxim MAX31785 device adds 2a75e8c390 hw/arm/aspeed: Add MAX31785 Fan controllers adds cfc68f1639 hw/arm/aspeed: firework: Add Thermal Diodes adds 2a7a5d5cc4 hw/arm/aspeed: firework: add I2C MUXes for VR channels adds ceb3ff0e80 hw/i2c/aspeed: Fix R_I2CD_FUN_CTRL reference adds b582b7a191 hw/i2c/aspeed: Fix DMA len write-enable bit handling adds 0c0f1bee6a hw/i2c/aspeed: Fix MASTER_EN missing error message adds 37fa5ca426 hw/i2c: support multiple masters adds a78e9839ae hw/i2c: add asynchronous send adds a8d48f59cd hw/i2c/aspeed: add slave device in old register mode adds 1c5d909f88 hw/i2c/aspeed: Add new-registers DMA slave mode RX support adds 55c57023b7 hw/misc/aspeed: Add PECI controller adds d495e432c0 Merge tag 'pull-aspeed-20220630' of https://github.com/legoa [...]
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 26 +- block/block-copy.c | 33 +- block/copy-before-write.c | 110 ++-- block/mirror.c | 2 +- block/nbd.c | 8 +- block/trace-events | 2 + common-user/meson.build | 4 + contrib/vhost-user-blk/meson.build | 3 +- contrib/vhost-user-blk/vhost-user-blk.c | 6 +- docs/interop/vhost-user.rst | 16 - hw/9pfs/9p-xattr-user.c | 8 +- hw/acpi/nvdimm.c | 2 +- hw/arm/Kconfig | 2 + hw/arm/aspeed.c | 136 +++-- hw/arm/aspeed_ast10x0.c | 59 ++- hw/arm/aspeed_ast2600.c | 104 ++-- hw/arm/aspeed_soc.c | 143 ++++- hw/arm/pxa2xx.c | 2 + hw/block/m25p80.c | 82 ++- hw/display/sii9022.c | 2 + hw/display/ssd0303.c | 2 + hw/i2c/aspeed_i2c.c | 236 ++++++++- hw/i2c/core.c | 70 ++- hw/i2c/pmbus_device.c | 6 +- hw/i2c/smbus_slave.c | 4 + hw/i2c/trace-events | 2 + hw/i386/pc_piix.c | 3 - hw/i386/xen/xen-hvm.c | 17 +- hw/ide/atapi.c | 4 +- hw/intc/openpic.c | 2 +- hw/isa/piix3.c | 15 +- hw/misc/aspeed_hace.c | 6 +- hw/misc/aspeed_peci.c | 152 ++++++ hw/misc/aspeed_scu.c | 2 + hw/misc/meson.build | 3 +- hw/misc/trace-events | 6 + hw/net/imx_fec.c | 2 +- hw/nvme/ctrl.c | 2 +- hw/nvram/eeprom_at24c.c | 2 + hw/pci-host/i440fx.c | 4 +- hw/pci/msi.c | 4 +- hw/pci/pcie_aer.c | 2 +- hw/pci/shpc.c | 3 +- hw/ppc/spapr_caps.c | 2 +- hw/scsi/spapr_vscsi.c | 2 +- hw/sensor/Kconfig | 4 + hw/sensor/lsm303dlhc_mag.c | 2 + hw/sensor/max31785.c | 573 +++++++++++++++++++++ hw/sensor/meson.build | 1 + hw/ssi/aspeed_smc.c | 4 +- hw/virtio/vhost-backend.c | 7 + hw/virtio/vhost-user.c | 6 + hw/virtio/vhost.c | 37 ++ hw/virtio/virtio-iommu.c | 16 +- include/block/block-copy.h | 4 +- include/hw/arm/aspeed_soc.h | 16 + include/hw/i2c/aspeed_i2c.h | 11 + include/hw/i2c/i2c.h | 30 ++ include/hw/misc/aspeed_peci.h | 29 ++ include/hw/pci-host/i440fx.h | 1 - include/hw/virtio/vhost-backend.h | 3 + include/hw/virtio/vhost.h | 22 + include/hw/xen/xen.h | 2 +- include/hw/xen/xen_common.h | 6 - include/qemu/coroutine.h | 13 + include/qemu/iova-tree.h | 4 +- include/qom/object.h | 1 - meson.build | 2 +- nbd/client-connection.c | 2 + nbd/trace-events | 3 + qapi/block-core.json | 31 +- qapi/net.json | 2 +- softmmu/vl.c | 3 +- stubs/xen-hw-stub.c | 3 +- subprojects/libvhost-user/libvhost-user.c | 19 +- tests/qemu-iotests/pylintrc | 5 + tests/qemu-iotests/tests/copy-before-write | 216 ++++++++ .../{151.out => tests/copy-before-write.out} | 0 tests/qtest/aspeed_smc-test.c | 62 +++ tools/virtiofsd/passthrough_ll.c | 2 +- ui/input.c | 2 +- util/iova-tree.c | 4 +- util/meson.build | 1 + util/qemu-co-timeout.c | 89 ++++ 84 files changed, 2209 insertions(+), 332 deletions(-) create mode 100644 hw/misc/aspeed_peci.c create mode 100644 hw/sensor/max31785.c create mode 100644 include/hw/misc/aspeed_peci.h create mode 100755 tests/qemu-iotests/tests/copy-before-write copy tests/qemu-iotests/{151.out => tests/copy-before-write.out} (100%) create mode 100644 util/qemu-co-timeout.c