Re: [PATCH v4 0/5] gdbstub: Add support for MTE in system mode

2024-09-10 Thread Alex Bennée
Gustavo Romero writes: > This patchset makes handle_q_memtag, handle_q_isaddresstagged, and > handle_Q_memtag stubs build for system mode, allowing all GDB > 'memory-tag' subcommands to work with QEMU gdbstub on aarch64 system > mode, resolving: > > https://gitlab.com/qemu-project/qemu/-/issues/6

[PATCH v4 0/5] gdbstub: Add support for MTE in system mode

2024-09-06 Thread Gustavo Romero
This patchset makes handle_q_memtag, handle_q_isaddresstagged, and handle_Q_memtag stubs build for system mode, allowing all GDB 'memory-tag' subcommands to work with QEMU gdbstub on aarch64 system mode, resolving: https://gitlab.com/qemu-project/qemu/-/issues/620 For running the tests, a GDB tha