Re: [RFC PATCH 2/5] Add basic MTE support to KVM guest

2021-03-11 Thread Haibo Xu
++ more migration experts! On Mon, 8 Feb 2021 at 11:20, Haibo Xu wrote: > > Enable the virt machine feature "mte" to work with > KVM guest. This feature is still hiden from the user > in this patch, and will be available in a later patch. > > Signed-off-by: Haibo Xu > --- > hw/arm/virt.c |

[RFC PATCH 2/5] Add basic MTE support to KVM guest

2021-02-07 Thread Haibo Xu
Enable the virt machine feature "mte" to work with KVM guest. This feature is still hiden from the user in this patch, and will be available in a later patch. Signed-off-by: Haibo Xu --- hw/arm/virt.c | 22 +++--- target/arm/cpu.c | 2 +- target/arm/kvm.c | 9 +