qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH qemu v2 3/3] target/arm/gdbstub: Support reading M security e


From: Richard Henderson
Subject: Re: [PATCH qemu v2 3/3] target/arm/gdbstub: Support reading M security extension registers from GDB
Date: Tue, 17 Jan 2023 11:42:20 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

On 1/9/23 13:05, ~dreiss-meta wrote:
From: David Reiss <dreiss@meta.com>

Follows a fairly similar pattern to the existing special register debug
support.  Only reading is implemented, but it should be possible to
implement writes.

Signed-off-by: David Reiss <dreiss@meta.com>
---
  target/arm/cpu.h      |  15 +++++-
  target/arm/gdbstub.c  | 116 ++++++++++++++++++++++++++++++++++++++++++
  target/arm/m_helper.c |  23 ++++-----
  3 files changed, 139 insertions(+), 15 deletions(-)

Is there a reason why these are separate from m_systemreg?


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]