[PULL 0/3] Plugins update for 2026-07-13

Pierrick Bouvier posted 3 patches 1 week, 5 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260713180638.2228609-1-pierrick.bouvier@oss.qualcomm.com
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>, Alexandre Iooss <erdnaxe@crans.org>
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
[PULL 0/3] Plugins update for 2026-07-13
Posted by Pierrick Bouvier 1 week, 5 days ago
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 <yfliu2008@qq.com>)
  Link: https://lore.kernel.org/qemu-devel/tencent_E17E8F6494EE130F71527C6BCE481AF33E08@qq.com
- [PATCH v12 0/2] contrib/plugins: add dlcall to call host functions (Ziyang Zhang <functioner@sjtu.edu.cn>)
  Link: https://lore.kernel.org/qemu-devel/20260711094523.622997-1-functioner@sjtu.edu.cn

----------------------------------------------------------------
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
Re: [PULL 0/3] Plugins update for 2026-07-13
Posted by Stefan Hajnoczi 1 week, 4 days ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/11.1 for any user-visible changes.