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 <brijesh.si...@amd.com>

Does this cover the gdb stub as well?

Yes, gdb stub works. gdb was already wired to use debug version of api

target_memory_rw_debug
  cpu_memory_rw_debug

Only part which i needed to take care was to ensure that page table walk to find a physical address for a given virtual address goes through the debug version of apis. changes in target-i386/helper.c takes care of this.

-Brijesh




Reply via email to