[PULL 0/1] Plugins update for 2026-06-18

Pierrick Bouvier posted 1 patch 1 month, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260618234749.1659878-1-pierrick.bouvier@oss.qualcomm.com
Maintainers: Laurent Vivier <laurent@vivier.eu>, Helge Deller <deller@gmx.de>, Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>, "Alex Bennée" <alex.bennee@linaro.org>, Alexandre Iooss <erdnaxe@crans.org>
include/plugins/qemu-plugin.h | 2 +-
include/qemu/plugin.h         | 4 ++--
linux-user/syscall.c          | 2 +-
plugins/core.c                | 2 +-
tests/tcg/plugins/setpc.c     | 2 +-
tests/tcg/plugins/syscall.c   | 2 +-
6 files changed, 7 insertions(+), 7 deletions(-)
[PULL 0/1] Plugins update for 2026-06-18
Posted by Pierrick Bouvier 1 month, 1 week ago
The following changes since commit 3b50303f9563a42538a1fd5c0ea7f952e23016e1:

  Merge tag 'accel-20260618' of https://github.com/philmd/qemu into staging (2026-06-18 16:28:12 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 731525c27607bbe392abe3b8be2bce3ab65ae4f5:

  plugins: use int64_t for the syscall filter return value (2026-06-18 16:47:12 -0700)

----------------------------------------------------------------
Changes:
- [PATCH v2 0/1] plugins: fix syscall filter return value type (Ziyang Zhang <functioner@sjtu.edu.cn>)
  Link: https://lore.kernel.org/qemu-devel/20260618082426.790315-1-functioner@sjtu.edu.cn

----------------------------------------------------------------
Ziyang Zhang (1):
      plugins: use int64_t for the syscall filter return value

 include/plugins/qemu-plugin.h | 2 +-
 include/qemu/plugin.h         | 4 ++--
 linux-user/syscall.c          | 2 +-
 plugins/core.c                | 2 +-
 tests/tcg/plugins/setpc.c     | 2 +-
 tests/tcg/plugins/syscall.c   | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)
Re: [PULL 0/1] Plugins update for 2026-06-18
Posted by Stefan Hajnoczi 1 month ago
Applied, thanks.

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