On Wed, May 21, 2025 at 3:24 AM Daniel Henrique Barboza <dbarb...@ventanamicro.com> wrote: > > Hi, > > The motivation of this short series is to fix a reported in [1]. A > couple of bugs were fixed along the way. > > Björn, these patches should remediate the situation you're experiencing. > > Patches based on master. > > [1] > https://lore.kernel.org/qemu-riscv/87y0usiz22....@all.your.base.are.belong.to.us/ > > Daniel Henrique Barboza (3): > target/riscv/tcg: restrict satp_mode changes in cpu_set_profile > target/riscv/tcg: decouple profile enablement from user prop > target/riscv: add profile->present flag
Thanks! Applied to riscv-to-apply.next Alistair > > target/riscv/cpu.h | 15 ++++ > target/riscv/riscv-qmp-cmds.c | 2 +- > target/riscv/tcg/tcg-cpu.c | 138 +++++++++++++++++----------------- > 3 files changed, 86 insertions(+), 69 deletions(-) > > -- > 2.49.0 > >