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 e75de8354a Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull- [...] new db08244a3a s390x/s390-virtio-ccw: Reset PCI devices during subsystem reset new 3df4843d0e s390x: pv: Remove sclp boundary checks new 3ded270a26 s390x: pv: Fix diag318 PV fencing new a46e727105 Merge remote-tracking branch 'remotes/cohuck/tags/s390x-2020 [...] new da0dfe251d build: fix macOS --enable-modules build new 925a40df28 meson: rewrite curses/iconv test new 34f02e9f33 do not use colons in test names new a6e9b9123e hw/core/qdev-clock: add a reference on aliased clocks new c51a5a23d8 qtest: unbreak non-TCG builds in bios-tables-test new 9b1c911654 replay: do not build if TCG is not available new 7239c050e8 Remove deprecated -no-kvm option new 5914ef77cc Makefile: separate meson rerun from the rest of the ninja in [...] new fe0038bec2 configure: allow configuring localedir new 16bf7a3326 configure: move directory options from config-host.mak to meson new b37f357abf configure: remove unused variable from config-host.mak new c8d5450bba configure: move install_blobs from configure to meson new 57e2a1f82c WHPX: Fix WHPX build break new 7a3b7f6b94 win32: boot broken when bind & data dir are the same new 9f2931bc65 machine: remove deprecated -machine enforce-config-section option new 2c920e4577 machine: move UP defaults to class_base_init new 8b0e484c8b machine: move SMP initialization from vl.c new a95e0396c8 Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/fo [...] new 9820502cad hw/sd/sdcard: Update the SDState documentation new ef6dd5f5c4 hw/sd/sdcard: Simplify cmd_valid_while_locked() new aecaa05922 hw/sd/sdcard: Constify sd_crc*()'s message argument new 692fb0ef31 hw/sd/sdcard: Make iolen unsigned new 89c6700fe7 hw/sd/sdcard: Zero out function selection fields before bein [...] new 1dc887329a Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sd- [...]
The 28 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
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