Re: [PATCH v2 8/9] gdbstub: Add support for MTE in user mode

2024-06-14 Thread Gustavo Romero
Hi Alex, On 6/14/24 7:51 AM, Alex Bennée wrote: Gustavo Romero writes: 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 fu

Re: [PATCH v2 8/9] gdbstub: Add support for MTE in user mode

2024-06-14 Thread Alex Bennée
Gustavo Romero writes: > 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 > '

[PATCH v2 8/9] gdbstub: Add support for MTE in user mode

2024-06-13 Thread 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', used to control the MTE f