On Fri, 13 Mar 2020 at 13:59, Rémi Denis-Courmont <r...@remlab.net> wrote: > > Hello, > > The following changes since commit d4f7d56759f7c75270c13d5f3f5f736a9558929c: > > Merge remote-tracking branch > 'remotes/pmaydell/tags/pull-target-arm-20200312' into staging (2020-03-12 > 17:34:34 +0000) > > adds support for the ARM MTE compatibility subset (which does not seem to have > an official name) to QEMU user mode and system mode on "max" CPU. This > corresponds to MTE == 1 in the instruction set feature field, and allows > running code with MTE instructions without actual tag storage.
Hi; how does this interact with Richard's series for MemTag ? https://patchew.org/QEMU/20200312194219.24406-1-richard.hender...@linaro.org/ Also, your subject seems odd -- your patches don't touch the disassembler, only the translator. thnaks -- PMM