qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v8 0/3] target/arm: Added support for SME register exposure to GDB
@ 2025-09-09 16:10 Vacha Bhavsar
  2025-09-09 16:10 ` [PATCH v8 1/3] target/arm: Increase MAX_PACKET_LENGTH for SME ZA remote gdb debugging Vacha Bhavsar
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Vacha Bhavsar @ 2025-09-09 16:10 UTC (permalink / raw)
  To: qemu-devel
  Cc: Alex Bennée, Thomas Huth, Philippe Mathieu-Daudé,
	Peter Maydell, Paolo Bonzini, qemu-arm, Vacha Bhavsar

The QEMU GDB stub does not expose the ZA storage SME register to GDB via
the remote serial protocol, which can be a useful functionality to debug SME
code. To provide this functionality in Aarch64 target, this patch registers the
SME register set with the GDB stub. To do so, this patch implements the
aarch64_gdb_get_sme_reg() and aarch64_gdb_set_sme_reg() functions to
specify how to get and set the SME registers, and the
arm_gen_dynamic_smereg_feature() function to generate the target
description in XML format to indicate the target architecture supports SME.
Finally, this patch includes a dyn_smereg_feature structure to hold this
GDB XML description of the SME registers for each CPU.

Additionally, this patch series increases the value of MAX_PACKET_LENGTH
to allow for remote GDB debugging of the ZA register when the vector
length is maximal.

We have chosen to drop the patch related to changing GDBState's line_buf
to a dynamically re-sizeable GString for the time being.

This patch also includes a test case for testing SME register exposure
to GDB, based off of the existing SVE test case for the gdbstub.

Vacha Bhavsar (3):
  target/arm: Increase MAX_PACKET_LENGTH for SME ZA remote gdb debugging
  target/arm: Added support for SME register exposure to GDB
  target/arm: Added test case for SME register exposure to GDB

-- 
2.34.1



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-09-16 13:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-09 16:10 [PATCH v8 0/3] target/arm: Added support for SME register exposure to GDB Vacha Bhavsar
2025-09-09 16:10 ` [PATCH v8 1/3] target/arm: Increase MAX_PACKET_LENGTH for SME ZA remote gdb debugging Vacha Bhavsar
2025-09-09 16:10 ` [PATCH v8 2/3] target/arm: Added support for SME register exposure to GDB Vacha Bhavsar
2025-09-09 16:10 ` [PATCH v8 3/3] target/arm: Added test case " Vacha Bhavsar
2025-09-16 10:39 ` [PATCH v8 0/3] target/arm: Added support " Peter Maydell
2025-09-16 13:43   ` Vacha Bhavsar

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).