Re: [PATCH RFC 1/2] arm/kvm: enable MTE if available

2022-06-30 Thread Cornelia Huck
On Wed, Jun 29 2022, Eric Auger wrote: > Hi Connie, > > On 6/14/22 10:40, Cornelia Huck wrote: >> On Fri, Jun 10 2022, Eric Auger wrote: >> >>> Hi Connie, >>> On 5/12/22 15:11, Cornelia Huck wrote: We need to disable migration, as we do not yet have a way to migrate the tags as well.

Re: [PATCH RFC 1/2] arm/kvm: enable MTE if available

2022-06-29 Thread Eric Auger
Hi Connie, On 6/14/22 10:40, Cornelia Huck wrote: > On Fri, Jun 10 2022, Eric Auger wrote: > >> Hi Connie, >> On 5/12/22 15:11, Cornelia Huck wrote: >>> We need to disable migration, as we do not yet have a way to migrate >>> the tags as well. >> >> This patch does much more than adding a

Re: [PATCH RFC 1/2] arm/kvm: enable MTE if available

2022-06-14 Thread Cornelia Huck
On Fri, Jun 10 2022, Eric Auger wrote: > Hi Connie, > On 5/12/22 15:11, Cornelia Huck wrote: >> We need to disable migration, as we do not yet have a way to migrate >> the tags as well. > > This patch does much more than adding a migration blocker ;-) you may > describe the new cpu option and

Re: [PATCH RFC 1/2] arm/kvm: enable MTE if available

2022-06-10 Thread Eric Auger
Hi Connie, On 5/12/22 15:11, Cornelia Huck wrote: > We need to disable migration, as we do not yet have a way to migrate > the tags as well. This patch does much more than adding a migration blocker ;-) you may describe the new cpu option and how it works. > > Signed-off-by: Cornelia Huck > ---

[PATCH RFC 1/2] arm/kvm: enable MTE if available

2022-05-12 Thread Cornelia Huck
We need to disable migration, as we do not yet have a way to migrate the tags as well. Signed-off-by: Cornelia Huck --- target/arm/cpu.c | 18 -- target/arm/cpu.h | 4 +++ target/arm/cpu64.c | 78 target/arm/kvm64.c | 5 +++