Re: [PATCH 06/11] monitor/i386: use debug APIs when accessing guest memory

2020-12-01 Thread Peter Maydell
On Mon, 16 Nov 2020 at 19:29, Ashish Kalra wrote: > > From: Brijesh Singh > > Update the HMP commands to use the debug version of APIs when accessing > guest memory. > > Signed-off-by: Brijesh Singh > Signed-off-by: Ashish Kalra > --- > monitor/misc.c| 4 ++-- > softmmu/cpus.c

Re: [PATCH 06/11] monitor/i386: use debug APIs when accessing guest memory

2020-12-01 Thread Peter Maydell
On Mon, 16 Nov 2020 at 19:29, Ashish Kalra wrote: > > From: Brijesh Singh > > Update the HMP commands to use the debug version of APIs when accessing > guest memory. > > Signed-off-by: Brijesh Singh > Signed-off-by: Ashish Kalra > --- > monitor/misc.c| 4 ++-- > softmmu/cpus.c

[PATCH 06/11] monitor/i386: use debug APIs when accessing guest memory

2020-11-16 Thread Ashish Kalra
From: Brijesh Singh Update the HMP commands to use the debug version of APIs when accessing guest memory. Signed-off-by: Brijesh Singh Signed-off-by: Ashish Kalra --- monitor/misc.c| 4 ++-- softmmu/cpus.c| 2 +- target/i386/monitor.c | 54 ---