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-arm in repository toolchain/ci/qemu.
from cfe63e46be Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi- [...] adds 9288e803e6 xen-hvm: Allow disabling buffer_io_timer adds a021a2dd8b xen-mapcache: Avoid entry->lock overflow adds b367db4812 Merge remote-tracking branch 'remotes/aperard/tags/pull-xen- [...] adds 861aa79ad8 build-sys: fix a meson deprecation warning adds 6bee096021 build-sys: fix undefined ARCH error adds b422da4b3f docker: add msitools to Fedora/mingw cross adds 1206a1ec59 intc: Unexport InterruptStatsProviderClass-related functions adds de47b0ff40 meson.build: Use a function from libfdt 1.5.1 for the library check adds b269a70810 exec/cpu: Make host pages variables / macros 'target agnostic' adds 235b523dba meson: Use find_program() to resolve the entitlement.sh script adds bcda7b178f check-block.sh: passthrough -jN flag of make to -j N flag of check adds 3e233e2917 scripts/mtest2make: add support for SPEED=thorough adds 98487b9035 build: make check-block a meson test adds 18c1cdd21d qemu-iotests: require at least an argument to check-block.sh adds d316859f4e check-block: replace -makecheck with TAP output adds a66bd91f03 qapi: Cleanup SGX related comments and restore @section-size adds 479ca4ccd5 configure: fix parameter expansion of --cross-cc-cflags options adds 7a1043cef9 Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/fo [...]
No new revisions were added by this update.
Summary of changes: configure | 4 +- docs/about/deprecated.rst | 13 ++++++ docs/devel/testing.rst | 2 +- hw/i386/sgx.c | 11 ++++- hw/i386/xen/xen-hvm.c | 6 ++- hw/i386/xen/xen-mapcache.c | 8 +++- hw/intc/i8259_common.c | 6 +-- hw/intc/ioapic_common.c | 2 +- include/exec/cpu-all.h | 9 ---- include/exec/cpu-common.h | 9 ++++ include/hw/i386/ioapic_internal.h | 1 - include/hw/isa/i8259_internal.h | 3 -- meson.build | 16 +++---- qapi/machine.json | 4 +- qapi/misc-target.json | 22 ++++++--- qga/meson.build | 2 +- scripts/mtest2make.py | 20 +++++++-- tests/Makefile.include | 16 ++----- tests/check-block.sh | 52 +++++++++++----------- tests/docker/dockerfiles/fedora-win32-cross.docker | 1 + tests/docker/dockerfiles/fedora-win64-cross.docker | 1 + tests/meson.build | 1 + tests/qemu-iotests/check | 6 +-- tests/qemu-iotests/meson.build | 30 +++++++++++++ tests/qemu-iotests/testenv.py | 30 ++++++------- tests/qemu-iotests/testrunner.py | 49 ++++++++++---------- tests/qtest/meson.build | 2 +- 27 files changed, 200 insertions(+), 126 deletions(-) create mode 100644 tests/qemu-iotests/meson.build