Re: [Qemu-devel] [RFC PATCH v2 04/16] monitor: use debug version of memory access apis

2016-09-22 Thread Michael S. Tsirkin
On Thu, Sep 22, 2016 at 10:52:28AM -0400, Brijesh Singh wrote: > updates hmp monitor to use debug version of memory access apis when > accessing the guest memory. > > Signed-off-by: Brijesh Singh Does this cover the gdb stub as well? > --- > cpus.c|2

Re: [Qemu-devel] [RFC PATCH v2 04/16] monitor: use debug version of memory access apis

2016-09-22 Thread Brijesh Singh
Hi, On 09/22/2016 02:24 PM, Michael S. Tsirkin wrote: On Thu, Sep 22, 2016 at 10:52:28AM -0400, Brijesh Singh wrote: updates hmp monitor to use debug version of memory access apis when accessing the guest memory. Signed-off-by: Brijesh Singh Does this cover the gdb

Re: [Qemu-devel] [RFC PATCH v2 04/16] monitor: use debug version of memory access apis

2016-09-22 Thread Paolo Bonzini
On 22/09/2016 16:52, Brijesh Singh wrote: > diff --git a/target-i386/monitor.c b/target-i386/monitor.c > index fccfe40..47d3c2d 100644 > --- a/target-i386/monitor.c > +++ b/target-i386/monitor.c > @@ -130,12 +130,12 @@ static void tlb_info_64(Monitor *mon, CPUArchState *env) > > pml4_addr

[Qemu-devel] [RFC PATCH v2 04/16] monitor: use debug version of memory access apis

2016-09-22 Thread Brijesh Singh
updates hmp monitor to use debug version of memory access apis when accessing the guest memory. Signed-off-by: Brijesh Singh --- cpus.c|2 +- disas.c |2 +- monitor.c |2 +- target-i386/helper.c | 14 +++---