[PULL 0/3] Plugins fixes 2026-07-20

Pierrick Bouvier posted 3 patches 4 days, 13 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260720200447.2145622-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                         | 32 +++++++++++++++++-------
docs/about/emulation.rst                         | 31 +++++++++++++++--------
tests/tcg/multiarch/test-plugin-syscall-filter.c |  9 ++++---
3 files changed, 50 insertions(+), 22 deletions(-)
[PULL 0/3] Plugins fixes 2026-07-20
Posted by Pierrick Bouvier 4 days, 13 hours ago
The following changes since commit bd6079a7a1d14de0918a7715ef6db85dc32de3bb:

  Merge tag 'next-pull-request' of https://gitlab.com/peterx/qemu into staging (2026-07-20 11:12:38 -0400)

are available in the Git repository at:

  https://gitlab.com/p-b-o/qemu tags/pbouvier/pr/plugins-20260720

for you to fetch changes up to 533c98e769c79bcef56c6e466c4f3cb4c195181e:

  docs/about/emulation: sharpen the dlcall boundary and its guest requirements (2026-07-20 13:03:14 -0700)

----------------------------------------------------------------
Changes:
- [PATCH 0/3] dlcall: correct the syscall number claim and the guest (Ziyang Zhang <functioner@sjtu.edu.cn>)
  Link: https://lore.kernel.org/qemu-devel/20260719074730.1520517-1-functioner@sjtu.edu.cn

----------------------------------------------------------------
Ziyang Zhang (3):
      contrib/plugins/dlcall: correct the syscall number claim, note the data model
      tests/tcg: correct why the magic syscall number is safe here
      docs/about/emulation: sharpen the dlcall boundary and its guest requirements

 contrib/plugins/dlcall.c                         | 32 +++++++++++++++++-------
 docs/about/emulation.rst                         | 31 +++++++++++++++--------
 tests/tcg/multiarch/test-plugin-syscall-filter.c |  9 ++++---
 3 files changed, 50 insertions(+), 22 deletions(-)
Re: [PULL 0/3] Plugins fixes 2026-07-20
Posted by Stefan Hajnoczi 3 days, 17 hours ago
Applied, thanks.

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