Re: [PULL 39/40] gdbstub: Add support for MTE in user mode

2024-07-12 Thread Peter Maydell
On Fri, 5 Jul 2024 at 16:37, Alex Bennée wrote: > > From: Gustavo Romero > > This commit implements the stubs to handle the qIsAddressTagged, > qMemTag, and QMemTag GDB packets, allowing all GDB 'memory-tag' > subcommands to work with QEMU gdbstub on aarch64 user mode. It also > implements the ge

[PULL 39/40] gdbstub: Add support for MTE in user mode

2024-07-05 Thread Alex Bennée
From: Gustavo Romero This commit implements the stubs to handle the qIsAddressTagged, qMemTag, and QMemTag GDB packets, allowing all GDB 'memory-tag' subcommands to work with QEMU gdbstub on aarch64 user mode. It also implements the get/set functions for the special GDB MTE register 'tag_ctl', us