Re: [PATCH 0/3] target/riscv: profile handling fixes

2025-05-28 Thread Alistair Francis
On Wed, May 21, 2025 at 3:24 AM Daniel Henrique Barboza
 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/[email protected]/
>
> 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
>
>



Re: [PATCH 0/3] target/riscv: profile handling fixes

2025-05-21 Thread Björn Töpel
Daniel!

Daniel Henrique Barboza  writes:

> 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.

Thanks for the fast turn-around!

This indeed fixes the hart0 boot!

Tested-by: Björn Töpel