From: Richard Henderson <richard.henderson@linaro.org>
To: Peter Maydell <peter.maydell@linaro.org>,
qemu-arm@nongnu.org, qemu-devel@nongnu.org
Cc: Vacha Bhavsar <vacha.bhavsar@oss.qualcomm.com>
Subject: Re: [PATCH v2 1/3] target/arm: Implement SME2 support in gdbstub
Date: Fri, 17 Oct 2025 08:45:35 -0700 [thread overview]
Message-ID: <8e7b2ce8-e0d6-46fe-9df9-30a6cd983d71@linaro.org> (raw)
In-Reply-To: <20251017153027.969016-2-peter.maydell@linaro.org>
On 10/17/25 08:30, Peter Maydell wrote:
> For SME2, we need to expose the new ZT0 register in the gdbstub XML.
> gdb documents that the requirements are:
>
>> The ‘org.gnu.gdb.aarch64.sme2’ feature is optional. If present,
>> then the ‘org.gnu.gdb.aarch64.sme’ feature must also be present.
>> The ‘org.gnu.gdb.aarch64.sme2’ feature should contain the
>> following:
>>
>> - ZT0 is a register of 512 bits (64 bytes). It is defined as a
>> vector of bytes.
> Implement this.
>
> Signed-off-by: Peter Maydell<peter.maydell@linaro.org>
> ---
> configs/targets/aarch64-bsd-user.mak | 2 +-
> configs/targets/aarch64-linux-user.mak | 2 +-
> configs/targets/aarch64-softmmu.mak | 2 +-
> configs/targets/aarch64_be-linux-user.mak | 2 +-
> target/arm/internals.h | 2 +
> target/arm/gdbstub.c | 6 +++
> target/arm/gdbstub64.c | 52 +++++++++++++++++++++++
> gdb-xml/aarch64-sme2.xml | 14 ++++++
> 8 files changed, 78 insertions(+), 4 deletions(-)
> create mode 100644 gdb-xml/aarch64-sme2.xml
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
r~
next prev parent reply other threads:[~2025-10-17 15:47 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-17 15:30 [PATCH v2 0/3] target/arm: Support SME2 in gdbstub Peter Maydell
2025-10-17 15:30 ` [PATCH v2 1/3] target/arm: Implement SME2 support " Peter Maydell
2025-10-17 15:45 ` Richard Henderson [this message]
2025-10-20 20:13 ` Philippe Mathieu-Daudé
2025-10-17 15:30 ` [PATCH v2 2/3] target/arm: Implement org.gnu.gdb.aarch64.tls XML feature " Peter Maydell
2025-10-17 15:39 ` Richard Henderson
2025-10-17 15:30 ` [PATCH v2 3/3] tests/tcg/aarch64: Add test case for SME2 gdbstub registers Peter Maydell
2025-10-17 15:41 ` Richard Henderson
2025-10-20 20:14 ` Philippe Mathieu-Daudé
2025-10-23 12:51 ` Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8e7b2ce8-e0d6-46fe-9df9-30a6cd983d71@linaro.org \
--to=richard.henderson@linaro.org \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=vacha.bhavsar@oss.qualcomm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).