[PULL 0/2] Plugins update for 2026-03-07

Pierrick Bouvier posted 2 patches 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260307210021.878274-1-pierrick.bouvier@linaro.org
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, Pierrick Bouvier <pierrick.bouvier@linaro.org>, Alexandre Iooss <erdnaxe@crans.org>, Mahmoud Mandour <ma.mandourr@gmail.com>
contrib/plugins/bbv.c              | 7 ++++++-
contrib/plugins/uftrace_symbols.py | 2 ++
2 files changed, 8 insertions(+), 1 deletion(-)
[PULL 0/2] Plugins update for 2026-03-07
Posted by Pierrick Bouvier 1 month ago
The following changes since commit d41b9b44ac9a9c4d82cc74f59bfd1bdd4ac4014c:

  Merge tag 'for-upstream' of https://gitlab.com/kmwolf/qemu into staging (2026-03-06 18:57:12 +0000)

are available in the Git repository at:

  https://gitlab.com/pbo-linaro/qemu tags/pr-plugins-20260307

for you to fetch changes up to 1a1cfc0a32b4345d5ef3f643994ae409eac9b164:

  contrib/plugins/bbv.c: Check if file is NULL (2026-03-07 12:59:36 -0800)

----------------------------------------------------------------
Changes:
- [PATCH] contrib/plugins/uftrace_symbols.py: ignore zero sized symbols (Pierrick Bouvier <pierrick.bouvier@linaro.org>)
  Link: https://lore.kernel.org/qemu-devel/20260306051553.2778652-1-pierrick.bouvier@linaro.org
- [PATCH] contrib/plugins/bbv.c: Check if file is NULL (Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp>)
  Link: https://lore.kernel.org/qemu-devel/20260307-bbv-v1-1-d5757d1deac8@rsg.ci.i.u-tokyo.ac.jp

----------------------------------------------------------------
Akihiko Odaki (1):
      contrib/plugins/bbv.c: Check if file is NULL

Pierrick Bouvier (1):
      contrib/plugins/uftrace_symbols.py: ignore zero sized symbols

 contrib/plugins/bbv.c              | 7 ++++++-
 contrib/plugins/uftrace_symbols.py | 2 ++
 2 files changed, 8 insertions(+), 1 deletion(-)
Re: [PULL 0/2] Plugins update for 2026-03-07
Posted by Peter Maydell 1 month ago
On Sat, 7 Mar 2026 at 21:00, Pierrick Bouvier
<pierrick.bouvier@linaro.org> wrote:
>
> The following changes since commit d41b9b44ac9a9c4d82cc74f59bfd1bdd4ac4014c:
>
>   Merge tag 'for-upstream' of https://gitlab.com/kmwolf/qemu into staging (2026-03-06 18:57:12 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/pbo-linaro/qemu tags/pr-plugins-20260307
>
> for you to fetch changes up to 1a1cfc0a32b4345d5ef3f643994ae409eac9b164:
>
>   contrib/plugins/bbv.c: Check if file is NULL (2026-03-07 12:59:36 -0800)
>
> ----------------------------------------------------------------
> Changes:
> - [PATCH] contrib/plugins/uftrace_symbols.py: ignore zero sized symbols (Pierrick Bouvier <pierrick.bouvier@linaro.org>)
>   Link: https://lore.kernel.org/qemu-devel/20260306051553.2778652-1-pierrick.bouvier@linaro.org
> - [PATCH] contrib/plugins/bbv.c: Check if file is NULL (Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp>)
>   Link: https://lore.kernel.org/qemu-devel/20260307-bbv-v1-1-d5757d1deac8@rsg.ci.i.u-tokyo.ac.jp
>



Applied, thanks.

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

-- PMM