[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: MTE support inside QEMU?
From: |
Haibo Xu |
Subject: |
Re: MTE support inside QEMU? |
Date: |
Thu, 7 Jan 2021 09:13:19 +0800 |
On Wed, 6 Jan 2021 at 20:13, Yu Nexus <yunextus@gmail.com> wrote:
>
> Is there full support for ARMv8.5 Memory Tagging Extensions (MTE) inside QEMU?
> So is this MTE example code supposed to work inside QEMU?
> https://www.kernel.org/doc/html/latest/arm64/memory-tagging-extension.html
As far as I know MTE is supported with QEMU TCG mode, and the KVM mode
support is still WIP.
I have verified the MTE example code with Qemu KVM mode(patch still
WIP), and it worked well.
Regards,
Haibo