RE: [PATCH v2 1/1] target-riscv: support QMP dump-guest-memory

2021-01-14 Thread Jiangyifei
.de; Zhangxiaofeng (F) > ; limingwang (A) > ; alistair.fran...@wdc.com; pal...@dabbelt.com; > Fanliang (EulerOS) ; Wubin (H) > ; dengkai (A) > Subject: Re: [PATCH v2 1/1] target-riscv: support QMP dump-guest-memory > > On Fri, Dec 18, 2020 at 10:26:53AM +0800, Yifei Jiang wrote: > >

Re: [PATCH v2 1/1] target-riscv: support QMP dump-guest-memory

2021-01-09 Thread Andrew Jones
On Fri, Dec 18, 2020 at 10:26:53AM +0800, Yifei Jiang wrote: > Add the support needed for creating prstatus elf notes. Now elf notes > only contains user_regs. This allows us to use QMP dump-guest-memory. > > Signed-off-by: Yifei Jiang > Signed-off-by: Mingwang Li > --- >

Re: [PATCH v2 1/1] target-riscv: support QMP dump-guest-memory

2021-01-07 Thread Alistair Francis
On Thu, Dec 17, 2020 at 6:29 PM Yifei Jiang wrote: > > Add the support needed for creating prstatus elf notes. Now elf notes > only contains user_regs. This allows us to use QMP dump-guest-memory. > > Signed-off-by: Yifei Jiang > Signed-off-by: Mingwang Li Reviewed-by: Alistair Francis