This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-lts-allnoconfig in repository toolchain/ci/qemu.
from aeb0ae95b7 Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/pyth [...] adds 449e8171f9 virtiofsd: Drop membership of all supplementary groups (CVE- [...] adds 48302d4eb6 Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/p [...] adds 7e7237cd2b schemas: add missing vim modeline adds 4e86df1732 qapi/gen: Add FOO.trace-events output module adds 167d913f34 qapi/commands: refactor error handling code adds bd2017bc41 qapi/commands: Optionally generate trace for QMP commands adds b83a80e831 meson: generate trace events for qmp commands adds ff8e4827ad docs/qapi-code-gen: update to cover trace events code generation adds 378dfa482d meson: document why we don't generate trace events for tests [...] adds 761a1a488e qapi: generate trace events by default adds 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- [...] new 861aa79ad8 build-sys: fix a meson deprecation warning new 6bee096021 build-sys: fix undefined ARCH error new b422da4b3f docker: add msitools to Fedora/mingw cross new 1206a1ec59 intc: Unexport InterruptStatsProviderClass-related functions new de47b0ff40 meson.build: Use a function from libfdt 1.5.1 for the library check new b269a70810 exec/cpu: Make host pages variables / macros 'target agnostic' new 235b523dba meson: Use find_program() to resolve the entitlement.sh script new bcda7b178f check-block.sh: passthrough -jN flag of make to -j N flag of check new 3e233e2917 scripts/mtest2make: add support for SPEED=thorough new 98487b9035 build: make check-block a meson test new 18c1cdd21d qemu-iotests: require at least an argument to check-block.sh new d316859f4e check-block: replace -makecheck with TAP output new a66bd91f03 qapi: Cleanup SGX related comments and restore @section-size new 479ca4ccd5 configure: fix parameter expansion of --cross-cc-cflags options new 7a1043cef9 Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/fo [...]
The 15 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: configure | 4 +- docs/about/deprecated.rst | 13 +++ docs/devel/qapi-code-gen.rst | 25 +++++- docs/devel/testing.rst | 2 +- docs/devel/tracing.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 | 19 ++-- qapi/audio.json | 1 + qapi/compat.json | 1 + qapi/machine.json | 4 +- qapi/meson.build | 7 ++ qapi/misc-target.json | 22 +++-- qapi/replay.json | 1 + qapi/trace.json | 1 + qga/meson.build | 12 ++- scripts/mtest2make.py | 20 ++++- scripts/qapi/commands.py | 100 ++++++++++++++++++--- scripts/qapi/gen.py | 31 ++++++- scripts/qapi/main.py | 14 ++- 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 | 11 ++- 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 +- tools/virtiofsd/passthrough_ll.c | 27 ++++++ trace/meson.build | 11 ++- 39 files changed, 417 insertions(+), 153 deletions(-) create mode 100644 tests/qemu-iotests/meson.build