Re: [PATCH 0/6] target/riscv: Fix PMP related problem

2023-04-17 Thread Weiwei Li
On 2023/4/18 12:47, LIU Zhiwei wrote: On 2023/4/18 11:36, Weiwei Li wrote: On 2023/4/18 11:07, LIU Zhiwei wrote: On 2023/4/13 17:01, Weiwei Li wrote: This patchset tries to fix the PMP bypass problem issue https://gitlab.com/qemu-project/qemu/-/issues/1542 Please add your analysis of th

Re: [PATCH 0/6] target/riscv: Fix PMP related problem

2023-04-17 Thread LIU Zhiwei
On 2023/4/18 11:36, Weiwei Li wrote: On 2023/4/18 11:07, LIU Zhiwei wrote: On 2023/4/13 17:01, Weiwei Li wrote: This patchset tries to fix the PMP bypass problem issue https://gitlab.com/qemu-project/qemu/-/issues/1542 Please add your analysis of this issue here. By the way, I think this

Re: [PATCH 0/6] target/riscv: Fix PMP related problem

2023-04-17 Thread Weiwei Li
On 2023/4/18 11:07, LIU Zhiwei wrote: On 2023/4/13 17:01, Weiwei Li wrote: This patchset tries to fix the PMP bypass problem issue https://gitlab.com/qemu-project/qemu/-/issues/1542 Please add your analysis of this issue here. By the way, I think this problem is introduced by https://www.

Re: [PATCH 0/6] target/riscv: Fix PMP related problem

2023-04-17 Thread LIU Zhiwei
On 2023/4/13 17:01, Weiwei Li wrote: This patchset tries to fix the PMP bypass problem issue https://gitlab.com/qemu-project/qemu/-/issues/1542 Please add your analysis of this issue here. By the way, I think this problem is introduced by https://www.mail-archive.com/qemu-devel@nongnu.org/

[PATCH 0/6] target/riscv: Fix PMP related problem

2023-04-13 Thread Weiwei Li
This patchset tries to fix the PMP bypass problem issue https://gitlab.com/qemu-project/qemu/-/issues/1542 The port is available here: https://github.com/plctlab/plct-qemu/tree/plct-pmp-fix Weiwei Li (6): target/riscv: Update pmp_get_tlb_size() target/riscv: Move pmp_get_tlb_size apart from