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

2021-02-03 Thread Alistair Francis
On Mon, Feb 1, 2021 at 4:46 AM Yifei Jiang wrote: > > Add the support needed for creating prstatus elf notes. This allows > us to use QMP dump-guest-memory. > > Now ELF notes of RISC-V only contain prstatus elf notes. > > Signed-off-by: Yifei Jiang > Signed-off-by: Mingwang Li > Reviewed-by: Ali

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

2021-02-01 Thread Yifei Jiang
Add the support needed for creating prstatus elf notes. This allows us to use QMP dump-guest-memory. Now ELF notes of RISC-V only contain prstatus elf notes. Signed-off-by: Yifei Jiang Signed-off-by: Mingwang Li Reviewed-by: Alistair Francis Reviewed-by: Andrew Jones Reviewed-by: Palmer Dabbe