Re: [PATCH v3 0/3] target/riscv: Fix mstatus.MPP related support

2023-04-10 Thread Alistair Francis
On Fri, Apr 7, 2023 at 11:49 AM Weiwei Li wrote: > > This patchset tries to fix some problems in current implementation for > mstatus.MPP > > The port is available here: > https://github.com/plctlab/plct-qemu/tree/plct-mpp-fix-v3 > > v3: > * add patch 2 to remove PRV_H, and use PRV_RESERVED inste

[PATCH v3 0/3] target/riscv: Fix mstatus.MPP related support

2023-04-06 Thread Weiwei Li
This patchset tries to fix some problems in current implementation for mstatus.MPP The port is available here: https://github.com/plctlab/plct-qemu/tree/plct-mpp-fix-v3 v3: * add patch 2 to remove PRV_H, and use PRV_RESERVED instead in some cases * improve legalize_mpp and assert error message i