RE: [PATCH 2/5] target/riscv: Add PMP state description

2020-10-09 Thread Jiangyifei
ann > ; Zhangxiaofeng (F) > ; Alistair Francis > ; yinyipeng ; Palmer > Dabbelt ; Wubin (H) ; > dengkai (A) > Subject: Re: [PATCH 2/5] target/riscv: Add PMP state description > > On Mon, Sep 28, 2020 at 7:05 PM Yifei Jiang wrote: > > > > In the case of supporting PMP

Re: [PATCH 2/5] target/riscv: Add PMP state description

2020-10-05 Thread Alistair Francis
On Mon, Sep 28, 2020 at 7:05 PM Yifei Jiang wrote: > > In the case of supporting PMP feature, add PMP state description > to vmstate_riscv_cpu. > > Signed-off-by: Yifei Jiang > Signed-off-by: Yipeng Yin > --- > target/riscv/machine.c | 49 ++ > 1 file

[PATCH 2/5] target/riscv: Add PMP state description

2020-09-28 Thread Yifei Jiang
In the case of supporting PMP feature, add PMP state description to vmstate_riscv_cpu. Signed-off-by: Yifei Jiang Signed-off-by: Yipeng Yin --- target/riscv/machine.c | 49 ++ 1 file changed, 49 insertions(+) diff --git a/target/riscv/machine.c