This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-build_cross in repository toolchain/ci/qemu.
from cbcf09872a Merge remote-tracking branch 'remotes/stsquad/tags/pull-test [...] adds 237377ac72 hvf: Sign the code after installation adds efce01bcb6 configure: fix --enable-fuzzing linker failures adds 106ad1f9c5 multiprocess: move feature to meson_options.txt adds c9b6609b69 scsi: make io_timeout configurable adds b2d50a3343 scsi: add tracing for SG_IO commands adds 166854f7cd scsi: allow user to set werror as report adds 6f1a5c37db virtio-scsi: don't process IO on fenced dataplane adds f95f61c2c9 scsi-disk: move scsi_handle_rw_error earlier adds 424740def9 scsi-disk: do not complete requests early for rerror/werror=ignore adds d7a84021db scsi: introduce scsi_sense_from_errno() adds f63c68bc0f scsi-disk: pass SCSI status to scsi_handle_rw_error adds 782a78c9e9 scsi-disk: pass guest recoverable errors through even for re [...] adds 17ea26c2d8 scsi: drop 'result' argument from command_complete callback adds 6585b16278 char: don't fail when client is not connected adds 87c9991a0c gdbstub: use preferred boolean option syntax adds bfdc126768 qemu-options: update to show preferred boolean syntax for -chardev adds a9daa36a52 qemu-options: update to show preferred boolean syntax for -spice adds 8b0dc24651 qemu-options: update to show preferred boolean syntax for -netdev adds bf24095ff5 qemu-options: update to show preferred boolean syntax for -incoming adds 82a17d1d67 qemu-options: update to show preferred boolean syntax for -vnc adds c23874132b docs: update to show preferred boolean syntax for -chardev adds f3f8ce670a docs: update to show preferred boolean syntax for -vnc adds 1bd39ea911 docs: update to show preferred boolean syntax for -cpu adds b7d77f5a8e target/i386: update to show preferred boolean syntax for -cpu adds 3a2e982d47 qom/object.c: Fix typo adds 06e878b413 target/i386: Add bus lock debug exception support adds b979c93121 vl: deprecate -writeconfig adds 9d902d5115 chardev: do not use short form boolean options in non-QemuOp [...] adds c45b426acd tcg/i386: rdpmc: fix the the condtions adds 07dbfdd290 Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/fo [...] adds 0a343a5add i386/acpi: restore device paths for pre-5.1 vms adds fb59288239 virtio-net: handle zero mac for a vdpa peer adds b52fa0ea45 hw/pci: Have safer pcie_bus_realize() by checking error path adds 1d8d014e93 vhost: simplify vhost_dev_init() fail_busyloop label adds c40ae5a3ee Merge remote-tracking branch 'remotes/mst/tags/for_upstream' [...] adds e586edcb41 virtiofs: drop remapped security.capability xattr as needed adds cb90ecf934 Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/p [...]
No new revisions were added by this update.
Summary of changes: chardev/char-socket.c | 13 ++- configure | 24 +++-- docs/COLO-FT.txt | 12 +-- docs/ccid.txt | 6 +- docs/colo-proxy.txt | 16 +-- docs/devel/writing-qmp-commands.txt | 2 +- docs/interop/firmware.json | 2 +- docs/interop/live-block-operations.rst | 4 +- docs/interop/qmp-intro.txt | 4 +- docs/system/cpu-hotplug.rst | 2 +- docs/system/cpu-models-x86.rst.inc | 4 +- docs/system/deprecated.rst | 7 ++ docs/system/s390x/3270.rst | 2 +- docs/system/target-avr.rst | 2 +- docs/system/vnc-security.rst | 8 +- docs/tools/qemu-storage-daemon.rst | 4 +- docs/tools/virtiofsd.rst | 4 + gdbstub.c | 2 +- hw/i386/acpi-build.c | 4 +- hw/i386/pc_piix.c | 2 + hw/i386/pc_q35.c | 2 + hw/net/virtio-net.c | 12 +++ hw/pci/pci.c | 7 +- hw/scsi/esp-pci.c | 5 +- hw/scsi/esp.c | 7 +- hw/scsi/lsi53c895a.c | 6 +- hw/scsi/megasas.c | 6 +- hw/scsi/mptsas.c | 5 +- hw/scsi/scsi-bus.c | 2 +- hw/scsi/scsi-disk.c | 172 ++++++++++++++++----------------- hw/scsi/scsi-generic.c | 28 ++++-- hw/scsi/spapr_vscsi.c | 12 +-- hw/scsi/trace-events | 4 + hw/scsi/virtio-scsi-dataplane.c | 24 +++-- hw/scsi/virtio-scsi.c | 5 +- hw/scsi/vmw_pvscsi.c | 4 +- hw/usb/dev-storage.c | 6 +- hw/usb/dev-uas.c | 7 +- hw/virtio/vhost.c | 12 +-- include/hw/i386/pc.h | 1 + include/hw/scsi/esp.h | 2 +- include/hw/scsi/scsi.h | 6 +- include/scsi/utils.h | 2 + meson.build | 18 +++- meson_options.txt | 2 + qapi/char.json | 4 +- qemu-options.hx | 138 +++++++++++++------------- qom/object.c | 2 +- scripts/entitlement.sh | 20 +++- scripts/qmp/qemu-ga-client | 2 +- scsi/utils.c | 51 ++++++++-- softmmu/vl.c | 1 + target/i386/cpu.c | 4 +- target/i386/cpu.h | 2 + target/i386/tcg/misc_helper.c | 3 +- tests/guest-debug/run-test.py | 8 +- tests/qtest/test-x86-cpuid-compat.c | 52 +++++----- tests/test-char.c | 4 +- tools/virtiofsd/passthrough_ll.c | 77 ++++++++++++++- 59 files changed, 516 insertions(+), 333 deletions(-)