Re: [Qemu-devel] [PATCH v6 01/23] memattrs: add debug attribute

2018-01-30 Thread Edgar E. Iglesias
On Mon, Jan 29, 2018 at 11:41:10AM -0600, Brijesh Singh wrote: > Extend the MemTxAttrs to include 'debug' flag. The flag can be used as > general indicator that operation was triggered by the debugger. > > Later in the patch series we set the debug=1 when issuing a memory access > from the gdbstub

[Qemu-devel] [PATCH v6 01/23] memattrs: add debug attribute

2018-01-29 Thread Brijesh Singh
Extend the MemTxAttrs to include 'debug' flag. The flag can be used as general indicator that operation was triggered by the debugger. Later in the patch series we set the debug=1 when issuing a memory access from the gdbstub or HMP commands. This patch is prerequisite to support debugging the enc