Re: [PATCH v3 0/6] target/riscv: Fix pointer mask related support

2023-04-01 Thread liweiwei
On 2023/4/1 20:39, Weiwei Li wrote: This patchset tries to fix some problem in current implementation for pointer mask, and add support for pointer mask of instruction fetch. The port is available here: https://github.com/plctlab/plct-qemu/tree/plct-pm-fix-v5 v2: * drop some error patchs * A

[PATCH v3 0/6] target/riscv: Fix pointer mask related support

2023-04-01 Thread Weiwei Li
This patchset tries to fix some problem in current implementation for pointer mask, and add support for pointer mask of instruction fetch. The port is available here: https://github.com/plctlab/plct-qemu/tree/plct-pm-fix-v5 v2: * drop some error patchs * Add patch 2 and 3 to fix the new problems

[PATCH v3 0/6] target/riscv: Fix pointer mask related support

2023-03-30 Thread Weiwei Li
This patchset tries to fix some problem in current implementation for pointer mask, and add support for pointer mask of instruction fetch. The port is available here: https://github.com/plctlab/plct-qemu/tree/plct-pm-fix-v2 v2: * drop some error patchs * Add patch 2 and 3 to fix the new problems