[PULL 0/4] Plugins patches for 2026-02-12

Pierrick Bouvier posted 4 patches 1 month, 4 weeks ago
Failed in applying to current master (apply log)
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>
docs/about/emulation.rst  |  23 ++++++---
contrib/plugins/uftrace.c | 128 +++++++++++++++++++++++++++++++++++++++++++---
2 files changed, 138 insertions(+), 13 deletions(-)
[PULL 0/4] Plugins patches for 2026-02-12
Posted by Pierrick Bouvier 1 month, 4 weeks ago
The following changes since commit 4ed6a7f2fdc09d9fc3411e83e278da0085122016:

  Merge tag 'pull-block-jobs-2026-02-12' of https://gitlab.com/vsementsov/qemu into staging (2026-02-12 14:35:18 +0000)

are available in the Git repository at:

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

for you to fetch changes up to e82d8af3da05e5315a11d0841e40ff0ed0ce53c8:

  contrib/plugins/uftrace: add riscv64 support (2026-02-12 15:59:48 -0800)

----------------------------------------------------------------
Changes:
- contrib/plugins/uftrace: add riscv64 support (Pierrick Bouvier <pierrick.bouvier@linaro.org>)

----------------------------------------------------------------
Pierrick Bouvier (4):
      contrib/plugins/uftrace: fix infinite stack unwind detection
      contrib/plugins/uftrace: add ops for walking frame pointers chain
      docs/about/emulation/uftrace: add info about automatic tracing
      contrib/plugins/uftrace: add riscv64 support

 docs/about/emulation.rst  |  23 ++++++---
 contrib/plugins/uftrace.c | 128 +++++++++++++++++++++++++++++++++++++++++++---
 2 files changed, 138 insertions(+), 13 deletions(-)
Re: [PULL 0/4] Plugins patches for 2026-02-12
Posted by Peter Maydell 1 month, 3 weeks ago
On Fri, 13 Feb 2026 at 00:43, Pierrick Bouvier
<pierrick.bouvier@linaro.org> wrote:
>
> The following changes since commit 4ed6a7f2fdc09d9fc3411e83e278da0085122016:
>
>   Merge tag 'pull-block-jobs-2026-02-12' of https://gitlab.com/vsementsov/qemu into staging (2026-02-12 14:35:18 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/pbo-linaro/qemu tags/pr-plugins-20260212
>
> for you to fetch changes up to e82d8af3da05e5315a11d0841e40ff0ed0ce53c8:
>
>   contrib/plugins/uftrace: add riscv64 support (2026-02-12 15:59:48 -0800)
>
> ----------------------------------------------------------------
> Changes:
> - contrib/plugins/uftrace: add riscv64 support (Pierrick Bouvier <pierrick.bouvier@linaro.org>)
>
> ----------------------------------------------------------------



Applied, thanks.

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

-- PMM