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-aarch64 in repository toolchain/ci/qemu.
from 8880cc4362 Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull [...] adds b40310616d plugins/execlog: removed unintended "s" at the end of log lines. adds 8d316275ad gitlab-ci: Merge "build-disabled" with "build-without-defaul [...] adds d3ac658fbe gitlab-ci: Remove superfluous "dnf install" statement adds 40e916b4bc gitlab-ci: Fix ..._RUNNER_AVAILABLE variables and document them adds b906acace2 plugins: do not limit exported symbols if modules are active adds c79a2116af plugins/cache: supported multicore cache modelling adds 1156a03372 plugins: sort exported symbol list adds 5397acb8a6 docs/devel/tcg-plugins: added cores arg to cache plugin adds 3a445acb49 plugins: allow plugin arguments to be passed directly adds 6a9e8a086d plugins/api: added a boolean parsing plugin api adds f698d5ef1c plugins/hotpages: introduce sortby arg and parsed bool args [...] adds 8a3eab66e6 plugins/hotblocks: Added correct boolean argument parsing adds b18a0cad81 plugins/lockstep: make socket path not positional & parse bool arg adds 60753843f6 plugins/hwprofile: adapt to the new plugin arguments scheme adds d852535859 plugins/howvec: adapting to the new argument passing scheme adds 2dd3fef8a6 docs/tcg-plugins: new passing parameters scheme for cache docs adds 30b95b4452 tests/plugins/bb: adapt to the new arg passing scheme adds 0163ce3179 tests/plugins/insn: made arg inline not positional and parse [...] adds 5ae589faad tests/plugins/mem: introduce "track" arg and make args not p [...] adds a694d739bb tests/plugins/syscalls: adhere to new arg-passing scheme adds 67f145745f docs/deprecated: deprecate passing plugin args through `arg=` adds a35af836d1 docs/devel: be consistent about example plugin names adds 9c03aa87e5 Merge remote-tracking branch 'remotes/stsquad/tags/pull-for- [...]
No new revisions were added by this update.
Summary of changes: .gitlab-ci.d/buildtest.yml | 99 +++-------------- .gitlab-ci.d/custom-runners.yml | 12 +-- configure | 5 +- contrib/plugins/cache.c | 176 +++++++++++++++++++++++-------- contrib/plugins/execlog.c | 2 +- contrib/plugins/hotblocks.c | 14 ++- contrib/plugins/hotpages.c | 30 ++++-- contrib/plugins/howvec.c | 27 +++-- contrib/plugins/hwprofile.c | 39 ++++--- contrib/plugins/lockstep.c | 31 ++++-- docs/about/deprecated.rst | 12 +++ docs/devel/ci-jobs.rst | 11 ++ docs/devel/tcg-plugins.rst | 68 +++++++----- include/qemu/qemu-plugin.h | 13 +++ linux-user/main.c | 2 +- plugins/api.c | 5 + plugins/loader.c | 24 ++++- plugins/meson.build | 14 +-- plugins/qemu-plugins.symbols | 49 ++++----- qemu-options.hx | 9 +- tests/plugin/bb.c | 15 ++- tests/plugin/insn.c | 14 ++- tests/plugin/mem.c | 47 +++++---- tests/plugin/syscall.c | 23 ++-- tests/tcg/i386/Makefile.softmmu-target | 2 +- tests/tcg/i386/Makefile.target | 2 +- tests/tcg/x86_64/Makefile.softmmu-target | 2 +- 27 files changed, 467 insertions(+), 280 deletions(-)