RE: [PATCH v2 3/5] RISC-V: 'info gmem' to show hypervisor guest -> physical address translations

2022-01-05 Thread Schwarz, Konrad
> -Original Message- > From: Alistair Francis > Sent: Tuesday, January 4, 2022 23:03 > On Wed, Jan 5, 2022 at 1:55 AM Konrad Schwarz > wrote: > > > > This is analog to the existing 'info mem' command and is implemented > > using the same machinery. > > hmp-commands-info.hx | 16

Re: [PATCH v2 3/5] RISC-V: 'info gmem' to show hypervisor guest -> physical address translations

2022-01-04 Thread Alistair Francis
On Wed, Jan 5, 2022 at 1:55 AM Konrad Schwarz wrote: > > This is analog to the existing 'info mem' command and is implemented > using the same machinery. > > Signed-off-by: Konrad Schwarz Hello and thanks for the patches > --- > hmp-commands-info.hx | 16 + > include/monitor/hmp-t

[PATCH v2 3/5] RISC-V: 'info gmem' to show hypervisor guest -> physical address translations

2022-01-04 Thread Konrad Schwarz
This is analog to the existing 'info mem' command and is implemented using the same machinery. Signed-off-by: Konrad Schwarz --- hmp-commands-info.hx | 16 + include/monitor/hmp-target.h | 2 + target/riscv/monitor.c | 135 +-- 3 files changed