Re: [PATCH v6 0/5] support subsets of virtual memory extension

2022-01-25 Thread Guo Ren
On Tue, Jan 25, 2022 at 3:33 PM Weiwei Li wrote: > > This patchset implements virtual memory related RISC-V extensions: Svnapot > version 1.0, Svinval vesion 1.0, Svpbmt version 1.0. > > Specification: > https://github.com/riscv/virtual-memory/tree/main/specs > > The port is available here: > htt

[PATCH v6 0/5] support subsets of virtual memory extension

2022-01-24 Thread Weiwei Li
This patchset implements virtual memory related RISC-V extensions: Svnapot version 1.0, Svinval vesion 1.0, Svpbmt version 1.0. Specification: https://github.com/riscv/virtual-memory/tree/main/specs The port is available here: https://github.com/plctlab/plct-qemu/tree/plct-virtmem-upstream-v6