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-arm in repository toolchain/ci/qemu.
from 11314643c3 Merge tag '20220506-xtensa-1' of https://github.com/OSLL/qem [...] adds b6b3da9998 WHPX: support for xcr0 adds 158bb2249e configure: Add cross prefix for widl tool adds f780a3f480 qga-vss: always build qga-vss.tlb when qga-vss.dll is built adds 119fc611ea meson-buildoptions: add support for string options adds 14efd8d3b5 meson, configure: move Xen detection to meson adds 40c909f534 configure, meson: move iasl detection to meson adds d2147e04f9 configure: move Windows flags detection to meson adds 4fda6011d0 configure: switch string options to automatic parsing adds 41f2ae2819 meson, configure: move --tls-priority to meson adds 622d64fffe meson, configure: move bdrv whitelists to meson adds b0b4323e32 meson, configure: move --with-pkgversion, CONFIG_STAMP to meson adds ce6119dc8e meson, configure: move --interp-prefix to meson adds f7fb6c6ad4 meson: always combine directories with prefix adds c09c1ce7e9 configure: switch directory options to automatic parsing adds c54b59ee0d meson: pass more options directly as -D adds 0a31e3a0a0 configure: omit options with default values from meson command line adds 10925d0617 meson, virtio: place all virtio-pci devices under virtio_pci_ss adds 5e7b5ebaec configure: simplify vhost-net-{user, vdpa} configuration adds 9972ae314f build: move vhost-vsock configuration to Kconfig adds d13b200253 build: move vhost-scsi configuration to Kconfig adds 5166dabf4f build: move vhost-user-fs configuration to Kconfig adds 2a3129a376 meson: create have_vhost_* variables adds 43b6d7ee1f meson: use have_vhost_* variables to pick sources adds 2df89d5420 configure, meson: move vhost options to Meson adds 6033b9ecd4 pc: remove -soundhw pcspk adds f133664915 Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu [...]
No new revisions were added by this update.
Summary of changes: Kconfig.host | 3 - backends/meson.build | 8 +- configure | 673 ++---------------------- docs/meson.build | 2 +- hw/audio/pcspk.c | 10 - hw/audio/soundhw.c | 27 +- hw/net/meson.build | 8 +- hw/scsi/Kconfig | 5 + hw/virtio/Kconfig | 18 +- hw/virtio/meson.build | 34 +- include/hw/audio/soundhw.h | 3 - include/hw/virtio/virtio-scsi.h | 2 - meson.build | 256 ++++++--- meson_options.txt | 28 +- net/meson.build | 12 +- qga/vss-win32/meson.build | 4 +- scripts/ci/org.centos/stream/8/x86_64/configure | 3 - scripts/meson-buildoptions.py | 86 ++- scripts/meson-buildoptions.sh | 74 ++- scripts/qemu-stamp.py | 24 + scripts/xen-detect.c | 203 +++++++ target/i386/whpx/whpx-all.c | 87 +++ target/i386/whpx/whpx-internal.h | 3 + tests/meson.build | 2 +- tests/qtest/meson.build | 4 +- tools/meson.build | 2 +- 26 files changed, 776 insertions(+), 805 deletions(-) create mode 100644 scripts/qemu-stamp.py create mode 100644 scripts/xen-detect.c