Re: [PATCH 01/11] memattrs: add debug attribute

2020-12-01 Thread Dr. David Alan Gilbert
* Peter Maydell (peter.mayd...@linaro.org) wrote: > On Tue, 1 Dec 2020 at 11:51, Dr. David Alan Gilbert > wrote: > > > > * Peter Maydell (peter.mayd...@linaro.org) wrote: > > > On Mon, 16 Nov 2020 at 19:28, Ashish Kalra wrote: > > > > > > > > From: Brijesh Singh > > > > > > > > From: Brijesh Si

Re: [PATCH 01/11] memattrs: add debug attribute

2020-12-01 Thread Peter Maydell
On Tue, 1 Dec 2020 at 11:51, Dr. David Alan Gilbert wrote: > > * Peter Maydell (peter.mayd...@linaro.org) wrote: > > On Mon, 16 Nov 2020 at 19:28, Ashish Kalra wrote: > > > > > > From: Brijesh Singh > > > > > > From: Brijesh Singh > > > > > > Extend the MemTxAttrs to include a 'debug' flag. The

Re: [PATCH 01/11] memattrs: add debug attribute

2020-12-01 Thread Dr. David Alan Gilbert
* Peter Maydell (peter.mayd...@linaro.org) wrote: > On Mon, 16 Nov 2020 at 19:28, Ashish Kalra wrote: > > > > From: Brijesh Singh > > > > From: Brijesh Singh > > > > Extend the MemTxAttrs to include a 'debug' flag. The flag can be used as > > general indicator that operation was triggered by the

Re: [PATCH 01/11] memattrs: add debug attribute

2020-12-01 Thread Peter Maydell
On Mon, 16 Nov 2020 at 19:28, Ashish Kalra wrote: > > From: Brijesh Singh > > From: Brijesh Singh > > Extend the MemTxAttrs to include a 'debug' flag. The flag can be used as > general indicator that operation was triggered by the debugger. > > A subsequent patch will set the debug=1 when issuin

Re: [PATCH 01/11] memattrs: add debug attribute

2020-12-01 Thread Dr. David Alan Gilbert
* Ashish Kalra (ashish.ka...@amd.com) wrote: > From: Brijesh Singh > > From: Brijesh Singh > > Extend the MemTxAttrs to include a 'debug' flag. The flag can be used as > general indicator that operation was triggered by the debugger. > > A subsequent patch will set the debug=1 when issuing a m

[PATCH 01/11] memattrs: add debug attribute

2020-11-16 Thread Ashish Kalra
From: Brijesh Singh From: Brijesh Singh Extend the MemTxAttrs to include a 'debug' flag. The flag can be used as general indicator that operation was triggered by the debugger. A subsequent patch will set the debug=1 when issuing a memory access from the gdbstub or HMP commands. This is a prer