On Tue, 2026-07-14 at 14:07 +1000, [email protected] wrote: > From: Alistair Francis <[email protected]> > > 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://github.com/alistair23/qemu.git tags/pull-riscv-to-apply- > 20260714 > > for you to fetch changes up to > 8fb307591625731060d399aca42373c02c7cb040: > > tests/functional/riscv64: sifive_u: Fix kernel command line (2026- > 07-14 11:56:14 +1000) > > ---------------------------------------------------------------- > RISC-V PR for 11.1 > > * Mark Microchip PolarFire SoC as Odd Fixes in MAINTAINERS > * Fix RISC-V privilege level in uftrace plugin > * Add K230 Linux boot tests > * Fix kernel command line for sifive_u test
Assuming that we don't backport plugin fixes then nothing in this PR should be backported to stable. Alistair > > ---------------------------------------------------------------- > Alistair Francis (1): > MAINTAINERS: Mark Microchip PolarFire SoC as Odd Fixes > > Bin Meng (1): > tests/functional/riscv64: sifive_u: Fix kernel command line > > Junze Cao (1): > tests/functional/riscv64: Add K230 Linux boot tests > > Yanfeng Liu (1): > uftrace: riscv privilege level > > MAINTAINERS | 5 +- > contrib/plugins/uftrace.c | 13 +++- > tests/functional/riscv64/meson.build | 2 + > tests/functional/riscv64/test_k230.py | 108 > ++++++++++++++++++++++++++++++ > tests/functional/riscv64/test_sifive_u.py | 6 +- > 5 files changed, 127 insertions(+), 7 deletions(-) > create mode 100755 tests/functional/riscv64/test_k230.py
