Re: [PATCH v2 0/3] target/riscv: Fix mstatus related problems

2023-06-21 Thread Alistair Francis
On Sat, Jun 3, 2023 at 11:43 PM Weiwei Li wrote: > > This patchset tries to fix some problems in the fields of mstatus, such as > make MPV only work when MPP != PRM. > > The port is available here: > https://github.com/plctlab/plct-qemu/tree/plct-mpv-upstream-v2 > > v2: > * Drop patch 3 (remove c

[PATCH v2 0/3] target/riscv: Fix mstatus related problems

2023-06-03 Thread Weiwei Li
This patchset tries to fix some problems in the fields of mstatus, such as make MPV only work when MPP != PRM. The port is available here: https://github.com/plctlab/plct-qemu/tree/plct-mpv-upstream-v2 v2: * Drop patch 3 (remove check on mode M for MPRV) * rebase on apply-to-riscv.next Weiwei L