Re: [Qemu-devel] [PATCH v5 10/23] RISC-V Physical Memory Protection

2018-02-08 Thread Richard Henderson
On 02/07/2018 05:28 PM, Michael Clark wrote: > Implements the physical memory protection extension as specified in > Privileged ISA Version 1.10. > > PMP (Physical Memory Protection) is as-of-yet unused and needs testing. > The SiFive verification team have PMP test cases that will be run. > > No

[Qemu-devel] [PATCH v5 10/23] RISC-V Physical Memory Protection

2018-02-07 Thread Michael Clark
Implements the physical memory protection extension as specified in Privileged ISA Version 1.10. PMP (Physical Memory Protection) is as-of-yet unused and needs testing. The SiFive verification team have PMP test cases that will be run. Nothing currently depends on PMP support. It would be prefera