On Thu, Sep 19 2024, Ganapatrao Kulkarni
wrote:
> I have modified as below diff to keep TCG if loop as it is and adding if
> for KVM case to clear/mask the MTE bits if MTE in KVM mode is not
> enabled by user command(if no mte=on).
>
> Is below diff makes sense?
>
> diff --git a/target/arm/cpu
On 19-09-2024 08:35 pm, Cornelia Huck wrote:
On Thu, Sep 19 2024, Ganapatrao Kulkarni
wrote:
I have modified as below diff to keep TCG if loop as it is and adding if
for KVM case to clear/mask the MTE bits if MTE in KVM mode is not
enabled by user command(if no mte=on).
Is below diff make
Hi Gustavo,
On 19-09-2024 08:31 am, Gustavo Romero wrote:
Hi Cornelia and Ganapatrao,
On 9/17/24 11:13, Cornelia Huck wrote:
On Thu, Sep 12 2024, Ganapatrao Kulkarni
wrote:
Extend the 'mte' property for the virt machine to cover KVM as
well. For KVM, we don't allocate tag memory, but ins
On 19-09-2024 08:52 am, Gustavo Romero wrote:
Hi Ganapatrao,
On 9/12/24 06:16, Ganapatrao Kulkarni wrote:
Extend the 'mte' property for the virt machine to cover KVM as
well. For KVM, we don't allocate tag memory, but instead enable
the capability.
If MTE has been enabled, we need to disabl
Hi Ganapatrao,
On 9/12/24 06:16, Ganapatrao Kulkarni wrote:
Extend the 'mte' property for the virt machine to cover KVM as
well. For KVM, we don't allocate tag memory, but instead enable
the capability.
If MTE has been enabled, we need to disable migration, as we do not
yet have a way to migrat
Hi Cornelia and Ganapatrao,
On 9/17/24 11:13, Cornelia Huck wrote:
On Thu, Sep 12 2024, Ganapatrao Kulkarni
wrote:
Extend the 'mte' property for the virt machine to cover KVM as
well. For KVM, we don't allocate tag memory, but instead enable
the capability.
If MTE has been enabled, we need
On Thu, Sep 12 2024, Ganapatrao Kulkarni
wrote:
> Extend the 'mte' property for the virt machine to cover KVM as
> well. For KVM, we don't allocate tag memory, but instead enable
> the capability.
>
> If MTE has been enabled, we need to disable migration, as we do not
> yet have a way to migrate
Extend the 'mte' property for the virt machine to cover KVM as
well. For KVM, we don't allocate tag memory, but instead enable
the capability.
If MTE has been enabled, we need to disable migration, as we do not
yet have a way to migrate the tags as well. Therefore, MTE will stay
off with KVM unles