mbox series

[v1,0/2] some tests and plugin tweaks for SVE

Message ID 20220328152614.2452259-1-alex.bennee@linaro.org
Headers show
Series some tests and plugin tweaks for SVE | expand

Message

Alex Bennée March 28, 2022, 3:26 p.m. UTC
This is a quick pair of patches to help test fixes to the
instrumentation of SVE binaries and their interaction with TCG
plugins. It certainly shows the instrumentation isn't currently
working. Userspace code can trace the sha512-vector builds.

Alex Bennée (2):
  tests/tcg: add memory-sve test for aarch64
  plugins: extend execlog to filter matches

 docs/devel/tcg-plugins.rst                |  9 ++-
 contrib/plugins/execlog.c                 | 96 +++++++++++++++++++----
 tests/tcg/aarch64/Makefile.softmmu-target |  7 ++
 tests/tcg/aarch64/system/boot.S           |  3 +-
 4 files changed, 99 insertions(+), 16 deletions(-)