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 8482ab545e Merge tag 'qga-win32-pull-2022-07-13' of github.com:kostyanf [...] adds 4367a20cc4 scsi/lsi53c895a: really fix use-after-free in lsi_do_msgout [...] adds cf60ccc330 cutils: Introduce bundle mechanism adds 882084a04a datadir: Use bundle mechanism adds 98753e9a8f module: Use bundle mechanism adds 8154f5e64b meson: Prefix each element of firmware path adds 3412f9c3b4 scsi-disk: add new quirks bitmap to SCSIDiskState adds 09d3786762 scsi-disk: add MODE_PAGE_APPLE_VENDOR quirk for Macintosh adds f358241029 q800: implement compat_props to enable quirk_mode_page_apple [...] adds f43c2b94cd scsi-disk: add SCSI_DISK_QUIRK_MODE_SENSE_ROM_USE_DBD quirk [...] adds f7c30a0f41 q800: implement compat_props to enable quirk_mode_sense_rom_ [...] adds 09274de1f7 scsi-disk: add SCSI_DISK_QUIRK_MODE_PAGE_VENDOR_SPECIFIC_APP [...] adds d9a107d153 q800: implement compat_props to enable quirk_mode_page_vendo [...] adds 6ab717610f scsi-disk: add FORMAT UNIT command adds 389e18eb9a scsi-disk: add SCSI_DISK_QUIRK_MODE_PAGE_TRUNCATED quirk for [...] adds 2724b90dfb q800: implement compat_props to enable quirk_mode_page_trunc [...] adds 4536fba00a scsi-disk: allow the MODE_PAGE_R_W_ERROR AWRE bit to be chan [...] adds 356c4c441e scsi-disk: allow MODE SELECT block descriptor to set the block size adds 0fc37adac6 q800: add default vendor and product information for scsi-hd [...] adds 74518fb615 q800: add default vendor and product information for scsi-cd [...] adds c0b3607d59 pc-bios/s390-ccw: add -Wno-array-bounds adds 285f64fcbf Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu [...]
No new revisions were added by this update.
Summary of changes: .travis.yml | 2 +- Makefile | 2 +- configure | 15 ++++++ docs/about/build-platforms.rst | 2 +- hw/m68k/q800.c | 16 +++++++ hw/scsi/lsi53c895a.c | 3 +- hw/scsi/scsi-disk.c | 96 +++++++++++++++++++++++++++++++++++--- hw/scsi/trace-events | 3 ++ include/hw/scsi/scsi.h | 6 +++ include/qemu/cutils.h | 18 +++++-- include/scsi/constants.h | 2 + meson.build | 15 +++++- meson_options.txt | 2 +- pc-bios/keymaps/meson.build | 21 +++------ pc-bios/meson.build | 13 ++---- pc-bios/s390-ccw/Makefile | 1 + scripts/meson-buildoptions.py | 7 ++- scripts/meson-buildoptions.sh | 4 +- scripts/oss-fuzz/build.sh | 8 ++-- scripts/symlink-install-tree.py | 33 +++++++++++++ softmmu/datadir.c | 30 +++--------- tests/qtest/fuzz-lsi53c895a-test.c | 76 ++++++++++++++++++++++++++++++ tests/qtest/fuzz/fuzz.c | 18 ------- util/cutils.c | 68 ++++++++++++++++++--------- util/meson.build | 1 + util/module.c | 1 - 26 files changed, 349 insertions(+), 114 deletions(-) create mode 100644 scripts/symlink-install-tree.py