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

2020-12-17 Thread Alistair Francis
On Mon, Nov 30, 2020 at 7:32 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 > --- > target/riscv/arch_dump.c | 189

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

2020-12-09 Thread Alistair Francis
On Mon, Nov 30, 2020 at 7:32 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 Alista

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

2020-11-30 Thread Yifei Jiang
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 --- target/riscv/arch_dump.c | 189 +++ target/riscv/cpu.c