The following changes since commit 499039798cdad7d86b787fec0eaf1da4151c0f05:
Merge tag 'pull-request-2026-07-12' of https://gitlab.com/huth/qemu into staging (2026-07-12 21:49:04 +0200) are available in the Git repository at: https://gitlab.com/p-b-o/qemu tags/pbouvier/pr/plugins-20260713 for you to fetch changes up to eee8e58eed452fb8a7be4fd9c7868d0512abbd6a: docs/about/emulation: document the dlcall plugin (2026-07-13 11:04:51 -0700) ---------------------------------------------------------------- Changes: - [PATCH v1] uftrace: riscv privilege level (Yanfeng Liu <[email protected]>) Link: https://lore.kernel.org/qemu-devel/[email protected] - [PATCH v12 0/2] contrib/plugins: add dlcall to call host functions (Ziyang Zhang <[email protected]>) Link: https://lore.kernel.org/qemu-devel/[email protected] ---------------------------------------------------------------- Yanfeng Liu (1): uftrace: riscv privilege level Ziyang Zhang (2): contrib/plugins: add a minimal dlcall plugin docs/about/emulation: document the dlcall plugin contrib/plugins/dlcall.c | 248 ++++++++++++++++++++++++++++++++++++++++++++ contrib/plugins/meson.build | 5 + contrib/plugins/uftrace.c | 13 ++- docs/about/emulation.rst | 158 ++++++++++++++++++++++++++++ 4 files changed, 421 insertions(+), 3 deletions(-) create mode 100644 contrib/plugins/dlcall.c
