On Tue, 10 Sept 2024 at 12:57, Ganapatrao Kulkarni <gankulka...@os.amperecomputing.com> wrote: > On 16-07-2024 09:15 pm, Peter Maydell wrote: > > Since Cornelia first wrote the patch this is based on, we've > > landed gdbstub support for MTE (so gdb can find out which > > addresses in the memory map have tags and read and write > > those tags). So I think the KVM MTE support now also needs to > > handle that. (See aarch64_cpu_register_gdb_commands() in > > target/arm/gdbstub64.c.) > > I looked at this code and it looks like, complete code is under > ifdef CONFIG_USER_ONLY and for kvm(target aarch64-softmmu) this is not > getting enabled. Are you asking to remove these ifdef and make > mte-gdbstub commands available for the KVM mode as well?
The system mode support for mte gdbstub is just about to land. The current patchset is this one: https://patchew.org/QEMU/20240906143316.657436-1-gustavo.rom...@linaro.org/ thanks -- PMM