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-arm-build_cross in repository toolchain/ci/qemu.
from e75de8354a Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull- [...] adds db08244a3a s390x/s390-virtio-ccw: Reset PCI devices during subsystem reset adds 3df4843d0e s390x: pv: Remove sclp boundary checks adds 3ded270a26 s390x: pv: Fix diag318 PV fencing adds a46e727105 Merge remote-tracking branch 'remotes/cohuck/tags/s390x-2020 [...] adds da0dfe251d build: fix macOS --enable-modules build adds 925a40df28 meson: rewrite curses/iconv test adds 34f02e9f33 do not use colons in test names adds a6e9b9123e hw/core/qdev-clock: add a reference on aliased clocks adds c51a5a23d8 qtest: unbreak non-TCG builds in bios-tables-test adds 9b1c911654 replay: do not build if TCG is not available adds 7239c050e8 Remove deprecated -no-kvm option adds 5914ef77cc Makefile: separate meson rerun from the rest of the ninja in [...] adds fe0038bec2 configure: allow configuring localedir adds 16bf7a3326 configure: move directory options from config-host.mak to meson adds b37f357abf configure: remove unused variable from config-host.mak adds c8d5450bba configure: move install_blobs from configure to meson adds 57e2a1f82c WHPX: Fix WHPX build break adds 7a3b7f6b94 win32: boot broken when bind & data dir are the same adds 9f2931bc65 machine: remove deprecated -machine enforce-config-section option adds 2c920e4577 machine: move UP defaults to class_base_init adds 8b0e484c8b machine: move SMP initialization from vl.c adds a95e0396c8 Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/fo [...] adds 9820502cad hw/sd/sdcard: Update the SDState documentation adds ef6dd5f5c4 hw/sd/sdcard: Simplify cmd_valid_while_locked() adds aecaa05922 hw/sd/sdcard: Constify sd_crc*()'s message argument adds 692fb0ef31 hw/sd/sdcard: Make iolen unsigned adds 89c6700fe7 hw/sd/sdcard: Zero out function selection fields before bein [...] adds 1dc887329a Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sd- [...]
No new revisions were added by this update.
Summary of changes: .cirrus.yml | 2 +- Makefile | 44 ++++++--- block/meson.build | 3 +- configure | 64 +++---------- contrib/vhost-user-gpu/meson.build | 2 +- docs/system/deprecated.rst | 23 ++--- hw/core/machine.c | 36 +++----- hw/core/qdev-clock.c | 8 ++ hw/s390x/s390-virtio-ccw.c | 1 + hw/s390x/sclp.c | 5 -- hw/sd/sd.c | 27 +++--- hw/sd/trace-events | 2 +- include/hw/boards.h | 1 - meson.build | 178 ++++++++++++++++++++++--------------- meson_options.txt | 4 + migration/migration.c | 10 --- net/meson.build | 3 +- pc-bios/descriptors/meson.build | 4 +- pc-bios/meson.build | 15 ++-- qemu-options.hx | 11 --- replay/meson.build | 4 +- replay/stubs-system.c | 96 ++++++++++++++++++++ scripts/undefsym.py | 11 ++- softmmu/vl.c | 16 ---- stubs/meson.build | 4 +- stubs/{replay.c => replay-tools.c} | 68 +++++--------- stubs/replay-user.c | 9 -- stubs/replay.c | 78 ---------------- target/s390x/cpu_features.c | 5 ++ target/s390x/cpu_features.h | 4 + target/s390x/cpu_models.c | 4 + target/s390x/kvm.c | 3 +- tests/fp/meson.build | 6 +- tests/ptimer-test-stubs.c | 5 -- tests/qtest/bios-tables-test.c | 10 +++ tests/qtest/meson.build | 2 +- tests/qtest/qmp-cmd-test.c | 3 + tools/virtiofsd/meson.build | 2 +- ui/icons/meson.build | 6 +- ui/meson.build | 2 +- util/cutils.c | 2 +- version.texi.in | 2 - 42 files changed, 387 insertions(+), 398 deletions(-) create mode 100644 replay/stubs-system.c copy stubs/{replay.c => replay-tools.c} (71%) delete mode 100644 stubs/replay-user.c delete mode 100644 version.texi.in